dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source3 / librpc / rpc / dcerpc_helpers.c
2012-11-20 Stefan Metzmachers3:librpc: add support for PFC_FLAG_OBJECT_UUID when...
2012-02-16 Andrew Bartletts3-librpc: Use gensec_spnego for DCE/RPC authentication
2012-01-18 Andrew Bartletts3-librpc Remove special case for spnego dcerpc sign...
2012-01-18 Andrew Bartletts3-librpc: Simplify SPNEGO code now that all mechs...
2012-01-18 Andrew Bartletts3-librpc Call SPENGO/GSSAPI via the auth_generic layer...
2012-01-18 Andrew Bartletts3-librpc Call GSSAPI via the auth_generic layer and...
2012-01-11 Andrew Bartletts3-librpc: rename get_ntlmssp_auth_footer to be more...
2012-01-05 Andrew Bartletts3-librpc remove unused headers
2011-12-22 Andrew Bartletts3-librpc Use gensec_sig_size() instead of a fixed...
2011-10-21 Andrew Bartletts3-ntlmssp Remove references to auth_ntlmssp_context...
2011-10-21 Andrew Bartletts3-ntlmssp use gensec_{seal,unseal,sign,check}_packet
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
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... save-diskspace-tags/samba-4.0.0alpha16
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-08 Andreas Schneiders3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.
2011-01-03 Stefan Metzmachers3:librpc: use netsec_outgoing_sig_size() instead of...
2010-09-23 Simo Sorces3-dcerpc: Use spnego own sign/seal functions
2010-09-23 Simo Sorces3-dcerpc: make auth context opaque
2010-09-23 Simo Sorces3-dcerpc: finally remove the legaqcy spnego_type varia...
2010-09-23 Simo Sorces3-dcerpc: move client spnego stuff in /librpc/crypto
2010-09-23 Simo Sorcespnego: avoid explicit dependency on dcerpc specific...
2010-09-23 Simo Sorces3-dcerpc: move crypto stuff in /librpc/crypto
2010-08-17 Simo Sorces3-dcerpc: Pull packet in the caller, before validation
2010-08-13 Günther Deschners3-dcerpc: fix build warning seen with -O3.
2010-07-30 Simo Sorces3-dceprc: Improve dcerpc_guess_sizes() interface
2010-07-30 Simo Sorces3-dcerpc: rationalize packet creation in the server...
2010-07-30 Simo Sorces3-dcerpc: Make function to guess pdu sizes common.
2010-07-30 Simo Sorces3-dcerpc: use common spengo wrapper code for client...
2010-07-30 Simo Sorces3-dcerpc: add sign/seal support when using SPNEGO...
2010-07-28 Simo Sorces3-dcerpc: Add sign/seal with gssapi
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
2010-07-28 Simo Sorces3-dcerpc: Make dcerpc_check_auth() common code
2010-07-28 Simo Sorces3-dcerpc: Move dcerpc_add_auth_footer() to the common...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Simo Sorces3-dcerpc: Fix ability to receive Big Endian PDUs
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Simo Sorces3-dcerpc: Move common helpers into a common file