summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-16s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett1-42/+0
2012-01-18s3-librpc Remove special case for spnego dcerpc sign/sealAndrew Bartlett1-92/+18
2012-01-18s3-librpc: Simplify SPNEGO code now that all mechs use a struct gensec_securityAndrew Bartlett1-3/+1
2012-01-18s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensecAndrew Bartlett1-25/+2
2012-01-18s3-librpc Call GSSAPI via the auth_generic layer and gensecAndrew Bartlett1-108/+3
2012-01-11s3-librpc: rename get_ntlmssp_auth_footer to be more genericAndrew Bartlett1-5/+5
2012-01-05s3-librpc remove unused headersAndrew Bartlett1-2/+0
2011-12-22s3-librpc Use gensec_sig_size() instead of a fixed NTLMSSP_SIG_SIZEAndrew Bartlett1-2/+7
2011-10-21s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc codeAndrew Bartlett1-15/+15
2011-10-21s3-ntlmssp use gensec_{seal,unseal,sign,check}_packetAndrew Bartlett1-28/+29
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-2/+2
2011-05-02s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner1-1/+0
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-08s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider1-1/+4
2011-01-03s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher1-1/+4
2010-09-23s3-dcerpc: Use spnego own sign/seal functionsSimo Sorce1-64/+47
2010-09-23s3-dcerpc: make auth context opaqueSimo Sorce1-16/+41
2010-09-23s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce1-26/+0
2010-09-23s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce1-1/+1
2010-09-23spnego: avoid explicit dependency on dcerpc specific structuresSimo Sorce1-9/+9
2010-09-23s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce1-1/+1
2010-08-17s3-dcerpc: Pull packet in the caller, before validationSimo Sorce1-0/+1
2010-08-13s3-dcerpc: fix build warning seen with -O3.Günther Deschner1-3/+3
2010-07-30s3-dceprc: Improve dcerpc_guess_sizes() interfaceSimo Sorce1-18/+25
2010-07-30s3-dcerpc: rationalize packet creation in the server codeSimo Sorce1-0/+6
2010-07-30s3-dcerpc: Make function to guess pdu sizes common.Simo Sorce1-0/+117
2010-07-30s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSPSimo Sorce1-27/+83
2010-07-30s3-dcerpc: add sign/seal support when using SPNEGO/KRB5Simo Sorce1-86/+192
2010-07-28s3-dcerpc: Add sign/seal with gssapiSimo Sorce1-0/+86
2010-07-28s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce1-13/+20
2010-07-28s3-dcerpc: Make dcerpc_check_auth() common codeSimo Sorce1-0/+172
2010-07-28s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers fileSimo Sorce1-0/+216
2010-07-16s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce1-6/+30
2010-07-16s3-dcerpc: Move common helpers into a common fileSimo Sorce1-0/+212