1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpc_client
Stefan Metzmacher 19ef9c40f1 s3:rpc_client: reverse rpccli_{is_connected,set_timeout}() and rpccli_bh_{is_connected,set_timeout}()
rpccli->transport should never be used directly,
everything should go via the binding handle.

Internal pipes don't have a transport, so p->transport is always
NULL. rpccli_is_connected() checks this and this causes all SAMR and LSA
requests for the local domain to be processed a second time by the triggered
retry logic.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14457

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2020-08-08 09:36:28 +00:00
..
cli_lsarpc.c s3/rpc_client: clang: Fix 'Value stored during initialization is never read' 2019-09-26 18:41:27 +00:00
cli_lsarpc.h
cli_mdssvc_private.h s3:rpc_client: add a mdssvc client library 2019-10-09 14:35:28 +00:00
cli_mdssvc_util.c s3:rpc_client: add a mdssvc client library 2019-10-09 14:35:28 +00:00
cli_mdssvc_util.h s3:rpc_client: add a mdssvc client library 2019-10-09 14:35:28 +00:00
cli_mdssvc.c mdssvc.idl: pass policy_handle as pointer 2019-10-09 15:52:55 +00:00
cli_mdssvc.h s3:rpc_client: add a mdssvc client library 2019-10-09 14:35:28 +00:00
cli_netlogon.c smbdes: convert E_P24() and SMBOWFencrypt to use gnutls 2019-12-10 00:30:30 +00:00
cli_netlogon.h winbind: Generate and pass logon ID 2019-02-20 06:03:09 +01:00
cli_pipe_schannel.c
cli_pipe.c s3:rpc_client: reverse rpccli_{is_connected,set_timeout}() and rpccli_bh_{is_connected,set_timeout}() 2020-08-08 09:36:28 +00:00
cli_pipe.h s3:cli_pipe: remove unused cli_rpc_pipe_open_generic_auth() 2020-05-28 06:43:38 +00:00
cli_samr.c smbdes: convert E_old_pw_hash to use gnutls 2019-12-10 00:30:31 +00:00
cli_samr.h rpcclient: Move rpccli_try_samr_connects() to cmd_samr.c 2019-10-03 16:39:31 +00:00
cli_spoolss.c s3-spoolss: Make spoolss client os_major,os_minor and os_build configurable. 2018-09-08 01:43:27 +02:00
cli_spoolss.h
cli_winreg_int.c
cli_winreg_int.h
cli_winreg_spoolss.c
cli_winreg_spoolss.h
cli_winreg.c s3/rpc_client: clang: Fix 'Value stored during initialization is never read' 2019-09-26 18:41:27 +00:00
cli_winreg.h spell "recursive" 2019-04-05 04:41:25 +00:00
init_lsa.c
init_lsa.h
init_samr.c s3:rpc_client: Use encode_rc4_passwd_buffer() in init_samr_CryptPasswordEx() 2019-07-26 01:48:23 +00:00
init_samr.h s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx() 2019-07-26 01:48:22 +00:00
init_spoolss.c s3-rpc_client: Advertise Windows 7 client info 2018-09-08 01:43:27 +02:00
init_spoolss.h s3-spoolss: Make spoolss client os_major,os_minor and os_build configurable. 2018-09-08 01:43:27 +02:00
py_mdscli.c Fix clang 9 missing-field-initializer warnings 2020-05-08 09:31:31 +00:00
rpc_client.h
rpc_transport_np.c
rpc_transport_sock.c
rpc_transport_tstream.c s3:rpclient: simplify rpc_tstream_next_vector() 2020-02-06 14:57:41 +00:00
rpc_transport.h
util_netlogon.c s3/rpc_client: clang: 'Value stored during its initialization is never read' 2019-09-26 18:41:27 +00:00
util_netlogon.h