1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/rpc_client
Jeremy Allison ad77ae1d58 First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns.
Ensure that subreq is *always* talloc_free'd in the _done
function, as it has an event timeout attached. If the
read requests look longer than the cli->timeout, then
the timeout fn is called with already freed data.

Jeremy.
2010-02-19 14:26:12 -08:00
..
cli_lsarpc.c s3-rpc: Avoid including every pipe's client and server stubs everywhere in samba. 2009-11-26 20:03:17 +01:00
cli_netlogon.c s3: Remove some unused variables 2010-01-10 22:43:02 +01:00
cli_pipe.c Fix bug #7146 - Samba miss-parses authenticated RPC packets. 2010-02-17 15:27:59 -08:00
cli_samr.c s3-rpc: Avoid including every pipe's client and server stubs everywhere in samba. 2009-11-26 20:03:17 +01:00
cli_spoolss.c s3-spoolss: fix enumprinter key client and server. 2009-12-10 17:48:50 +01:00
init_lsa.c s3-lsa: remove all init_lsa* functions. 2009-01-06 16:02:13 +01:00
init_netlogon.c s3-netlogon: remove remaining netlogon init functions. 2009-06-25 16:46:31 +02:00
init_samr.c Rework Samba3 to use new libcli/auth code (partial) 2009-04-14 16:23:35 +10:00
init_spoolss.c s3-spoolss: add push_spoolss_PrinterData(). 2009-03-17 10:53:43 +01:00
ndr.c s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response. 2010-01-06 19:19:35 +08:00
rpc_transport_np.c First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns. 2010-02-19 14:26:12 -08:00
rpc_transport_smbd.c s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response. 2010-01-06 19:19:35 +08:00
rpc_transport_sock.c First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns. 2010-02-19 14:26:12 -08:00