summaryrefslogtreecommitdiffstats
path: root/source3/librpc/rpc/dcerpc_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-2/+2
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2011-03-081-1/+4
* s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher2011-01-031-1/+4
* s3-dcerpc: Use spnego own sign/seal functionsSimo Sorce2010-09-231-64/+47
* s3-dcerpc: make auth context opaqueSimo Sorce2010-09-231-16/+41
* s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce2010-09-231-26/+0
* s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* spnego: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-9/+9
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* s3-dcerpc: Pull packet in the caller, before validationSimo Sorce2010-08-171-0/+1
* s3-dcerpc: fix build warning seen with -O3.Günther Deschner2010-08-131-3/+3
* s3-dceprc: Improve dcerpc_guess_sizes() interfaceSimo Sorce2010-07-301-18/+25
* s3-dcerpc: rationalize packet creation in the server codeSimo Sorce2010-07-301-0/+6
* s3-dcerpc: Make function to guess pdu sizes common.Simo Sorce2010-07-301-0/+117
* s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSPSimo Sorce2010-07-301-27/+83
* s3-dcerpc: add sign/seal support when using SPNEGO/KRB5Simo Sorce2010-07-301-86/+192
* s3-dcerpc: Add sign/seal with gssapiSimo Sorce2010-07-281-0/+86
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-13/+20
* s3-dcerpc: Make dcerpc_check_auth() common codeSimo Sorce2010-07-281-0/+172
* s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers fileSimo Sorce2010-07-281-0/+216
* s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2010-07-161-6/+30
* s3-dcerpc: Move common helpers into a common fileSimo Sorce2010-07-161-0/+212