Displaying 2 results from an estimated 2 matches for "memorycontext".
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...out SambaTallocHandle sids,
out SambaTallocHandle ptypes);
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern void lp_set_cmdline(string i, string j);
public static string LogLevel { get; set; }
IntPtr memoryContext;
static object lockobject = new object();
//in
NetworkCredential credential;
string remoteserver;
// lsa connections state
SambaConnectionHandle connectionHandle;
IntPtr rpcHandle;
policy_handle policy = new policy_handle();
p...
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