search for: sambatallochandle

Displaying 2 results from an estimated 2 matches for "sambatallochandle".

2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...l); [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] internal static extern int rpccli_lsa_lookup_sids(IntPtr cli, IntPtr mem_ctx, ref policy_handle pol, int num_sids, byte[] sids, out SambaTallocHandle pdomains, out SambaTallocHandle pnames, out SambaTallocHandle ptypes); [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] internal static extern int rpccli_lsa_lookup_names(IntPtr cli, IntPtr mem_ctx, r...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0