s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key()
[metze/samba-autobuild/.git] / source3 / rpc_client / rpc_transport_np.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-12 Günther Deschners3-rpc_client: move rpc_cli_transport structs and proto...
2010-12-15 Stefan Metzmachers3:rpc_client: implement rpc_transport_np_init() on...
2010-08-05 Volker Lendeckes3: Save the received trans2 from the inbuf in cli_trans
2010-03-29 Stefan Metzmachers3:rpc_client: remove more unused code
2010-03-29 Stefan Metzmachers3:rpc_client: add set_timeout hook to rpc_cli_transport
2010-03-29 Stefan Metzmachers3:rpc_client: add rpccli_is_connected()
2010-03-29 Stefan Metzmachers3:rpc_transport_np: add comment about bad usage in...
2010-03-29 Stefan Metzmachers3:rpc_transport_np: use cli_state_is_connected() helper
2010-02-24 Stefan Metzmachers3:rpc_transport_np: handle trans rdata like the output...
2010-02-19 Jeremy AllisonSecond part of fix for bug #7159 - client rpc_transport...
2010-02-19 Jeremy AllisonFirst part of fix for bug #7159 - client rpc_transport...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2009-11-14 Volker Lendeckes3: Add min_setup, min_param and min_data to cli_trans_recv
2009-11-07 Volker Lendeckes3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-29 Bo Yangs3: fix crash in winbindd
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-08 Volker LendeckeConvert rpc_transport_np_init to tevent_req
2009-04-06 Volker LendeckeConvert cli_write_andx to tevent_req
2009-04-06 Volker LendeckeConvert cli_read_andx to tevent_req
2009-04-06 Volker LendeckeConvert cli_ntcreate to tevent_req
2009-04-06 Volker LendeckeConvert cli_trans to tevent_req
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->trans to tevent_req
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-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-02-01 Volker Lendeckecli_get_pipe_name_from_interface does not really need...
2009-01-30 Volker LendeckeMake rpc_transport_np_init async
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Volker LendeckeAdd the named pipe rpc client transport