s4:librpc/rpc: don't mix up paylod ndr flags with the dcerpc layer
[metze/samba/wip.git] / source4 / librpc / rpc / dcerpc.c
2012-04-03 Stefan Metzmachers4:librpc/rpc: don't mix up paylod ndr flags with the...
2012-03-15 Stefan Metzmachers4:librpc/rpc: avoid an unused talloc_reference() from...
2012-03-15 Stefan Metzmachers4:librpc/rpc: pass a mem_ctx to dcerpc_request_send()
2012-03-15 Stefan Metzmachers4:librpc/rpc: use tevent_req_defer_callback() in dcerp...
2012-03-15 Stefan Metzmachers4:librpc/rpc: use tevent_req_defer_callback() in dcerp...
2012-03-15 Stefan Metzmachers4:librpc/rpc: convert dcerpc_alter_context_send/recv...
2012-03-15 Stefan Metzmachers4:librpc/rpc: convert dcerpc_bind_send/recv to tevent_req
2012-03-15 Stefan Metzmachers4:librpc/rpc: also notify requests which are not shipp...
2012-03-15 Stefan Metzmachers4:librpc/rpc: ship requests via an immediate event
2012-03-15 Stefan Metzmachers4:librpc/rpc: if the connecion is dead we're done
2012-03-15 Stefan Metzmachers4:librpc/rpc: if the connection is dead we don't want...
2012-03-07 Stefan Metzmachers4:librpc/rpc: make dcerpc_bh_raw_call_* more robust...
2012-03-07 Stefan Metzmachers4:librpc/rpc: make dcerpc_bh_is_connected() more robust
2011-09-14 Stefan Metzmachers4:librpc/rpc: return NT_STATUS_CONNECTION_DISCONNECTED
2011-08-13 Simo Sorces4:librpc: use tevent_ fn names instead of legacy event...
2011-08-03 Andrew Bartlettgensec: Remove mem_ctx from calls that do not return...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-09 Matthias Dieter... s4:librpc/rpc/dcerpc.c - janitorial: use "void" for...
2011-06-06 Andrew Bartletts4-modules Remove lp_ctx from init functions that no...
2011-03-13 Stefan Metzmachers4:librpc/rpc: finaly make struct rpc_request and enum...
2011-03-13 Stefan Metzmachers4:librpc/rpc: remove unused dcerpc_request()
2011-03-13 Stefan Metzmachers4:librpc/rpc: make dcerpc_request_recv() static
2011-03-13 Stefan Metzmachers4:librpc/rpc: remove unused dcerpc_ndr_request* code
2011-03-11 Stefan Metzmachers4:librpc/rpc: s/struct dcerpc_connection/struct dcecli...
2011-02-24 Andrew Tridgellbuild: moved librpc/rpc/*.c into a rpccommon library
2010-10-02 Andrew Tridgells4-rpc: added target_principal binding handle option
2010-09-04 Stefan Metzmachers4:librpc/rpc: implement dcerpc_bh_set_timeout()
2010-08-12 Stefan Metzmachers4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe...
2010-08-12 Stefan Metzmachers4:librpc/rpc: autodetect the need of async call logic
2010-07-31 Stefan Metzmachers4:librpc/rpc: use the correct ndr flags in dcerpc_ndr_...
2010-07-13 Günther Deschners4-dcerpc: move some util functions up to main librpc...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-09 Stefan Metzmachers4:librpc/rpc: correctly initialize last_fault_code...
2010-03-12 Stefan Metzmachers4:librpc/rpc: add very basic dcerpc_binding_handle...
2010-02-16 Andrew Tridgells4-dcerpc: fixed auth padding to be relative to the...
2010-02-14 Andrew Tridgella4-dcerpc: another attempt at dcerpc auth padding
2010-02-13 Andrew Tridgells4-rpc: be more careful about DCERPC auth padding
2010-02-02 Matt KraaiChange uint_t to unsigned int in source4
2009-11-06 Matthias Dieter... s4:dcerpc - fix DEBUG output warning
2009-09-18 Andrew Tridgells4-rpc: added NDR64 support
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgells4-rpc: added NDR64 support
2009-08-18 Stefan Metzmachers4:librpc/rpc: fix DEBUG() message
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Andrew Tridgellfixed several places that unnecessarily take a referenc...
2009-07-01 Andrew TridgellA rather strange varient of talloc_unlink
2009-06-12 Andrew Tridgellalways enable RPC debugging with a debug level >= 100.
2009-04-20 Stefan Metzmachers4:librpc/rpc: pass async as argument to dcerpc_ndr_req...
2009-04-20 Stefan Metzmachers4:librpc/rpc: remove async argument from the sync...
2009-04-20 Stefan Metzmachers4:librpc/rpc: only use smb_trans for sync rpc calls
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:librpc/rpc: s/private/private_data
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove use of global_loadparm during initialization...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-01 Jelmer VernooijRemove another use of global_loadparm.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Stefan Metzmachers4:librpc/rpc: correctly sign or seal rpc request with...
2008-09-30 Jelmer Vernooijmake sure dcerpc is always initialized.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-13 Stefan Metzmacherlibrpc/rpc: don't send auth trailers in level connect
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-12 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-12 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-11 Stefan Metzmacherlibrpc/rpc: correct the chunk_size depending on the...
2008-08-07 Stefan Metzmacherlibrpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
2008-08-07 Stefan Metzmacherlibrpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-21 Simo SorceRemove more event_context_init() uses from function...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijInstall public header files again and include required...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-29 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-test
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijRemove more global_loadparm instance.s
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26432: Require ndr_pull users to specify iconv_conveni...
2007-12-21 Jelmer Vernooijr26431: Require ndr_push creators to specify a iconv_co...
2007-12-21 Kai Blinr26396: dcerpc: Fall back to peer_name() if target_host...
next