First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server...
[samba.git] / source3 / rpc_client / rpc_transport_sock.c
2010-03-02 Jeremy AllisonFirst part of fix for bug #7159 - client rpc_transport...
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2009-05-18 Volker LendeckeFix broken pipe handling
2009-05-18 Bo Yangs3: tevent_req_poll() loops forever when pipe is broken
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-24 Volker LendeckeConvert rpc_cli_transport->write to tevent_req
2009-03-24 Volker LendeckeConvert rpc_cli_transport->read to tevent_req
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-02 Simo SorceMake struct tevent_req opaque
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Volker LendeckeConvert rpc_sock_write to use tevent_req base async_send
2009-02-25 Volker LendeckeConvert rpc_sock_read to use tevent_req base async_read
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Volker LendeckeAdd the socket rpc client transport