search for: cli_set_timeout

Displaying 3 results from an estimated 3 matches for "cli_set_timeout".

2011 Mar 17
1
Printing: Request to make return connection to client optional samba 3.5.x
...n-connection could be built into next version of samba in the 3.5.x line it would be very helpful. An other issue is the timeout for making a connection from Samba to the Windows DC for print authentication, fixed at 10 seconds, which is sometimes too small. This is in file libsmb/cliconnect.c: cli_set_timeout(cli, 10000); /* 10 seconds */ If this timeout could optionally be increased to 30 seconds it would also be very helpful. Thank you Urs Beckmann ETH Z?rich, Informatikdienste, VPP RZE25, Clausiusstr. 59, 8092 Z?rich Tel 044 632 34 88, urs.beckmann at id.ethz.ch
2020 Oct 13
0
Lookup sid with libsmbclient (invoked from c# on mono)
...ection(0x7ffff4a0f658, 0x55591473c210, 0x55591474bab0, 0) = 0 20582 popt_get_cmdline_auth_info(7, 0x55591473b670, 0x55591474bb40, 0) = 0x55591473b880 20582 get_cmdline_auth_info_smb_encrypt(0x55591473b880, 0x55591473b670, 0x55591474bb40, 0) = 0 20582 cli_set_timeout(0x555914735d40, 10000, 0x55591474bb40, 0) = 0x4e20 20582 dcerpc_binding_get_transport(0x555914732f30, 0, 0x55591474b520, 0) = 1 20582 strchr_m(0x55591473bcc0, 59, 0x55591474b520, 0) = 0 20582 strdup(&qu...
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