index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
librpc
/
rpc
/
dcerpc_helpers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.
Stefan Metzmacher
2014-04-24
1
-4
/
+1
*
s3:rpc_client: pass everything to gensec by default
Stefan Metzmacher
2014-04-24
1
-21
/
+10
*
CVE-2013-4408:s3:rpc_client: check for invalid frag_len in dcerpc_pull_ncacn_...
Stefan Metzmacher
2013-12-09
1
-0
/
+4
*
s3-rpc_cli: remove unused schannel calls from dcerpc_helpers.c
Günther Deschner
2013-09-19
1
-124
/
+0
*
s3-rpc: use gensec for schannel footer processing.
Günther Deschner
2013-09-19
1
-32
/
+3
*
s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.
Stefan Metzmacher
2013-08-10
1
-3
/
+0
*
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
2013-08-10
1
-2
/
+2
*
s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)
Stefan Metzmacher
2012-11-20
1
-0
/
+4
*
s3-librpc: Use gensec_spnego for DCE/RPC authentication
Andrew Bartlett
2012-02-16
1
-42
/
+0
*
s3-librpc Remove special case for spnego dcerpc sign/seal
Andrew Bartlett
2012-01-18
1
-92
/
+18
*
s3-librpc: Simplify SPNEGO code now that all mechs use a struct gensec_security
Andrew Bartlett
2012-01-18
1
-3
/
+1
*
s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensec
Andrew Bartlett
2012-01-18
1
-25
/
+2
*
s3-librpc Call GSSAPI via the auth_generic layer and gensec
Andrew Bartlett
2012-01-18
1
-108
/
+3
*
s3-librpc: rename get_ntlmssp_auth_footer to be more generic
Andrew Bartlett
2012-01-11
1
-5
/
+5
*
s3-librpc remove unused headers
Andrew Bartlett
2012-01-05
1
-2
/
+0
*
s3-librpc Use gensec_sig_size() instead of a fixed NTLMSSP_SIG_SIZE
Andrew Bartlett
2011-12-22
1
-2
/
+7
*
s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code
Andrew Bartlett
2011-10-21
1
-15
/
+15
*
s3-ntlmssp use gensec_{seal,unseal,sign,check}_packet
Andrew Bartlett
2011-10-21
1
-28
/
+29
*
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
2011-08-03
1
-2
/
+2
*
s3: remove various references to server side dcerpc structs (which are not ne...
Günther Deschner
2011-05-02
1
-1
/
+0
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.
Andreas Schneider
2011-03-08
1
-1
/
+4
*
s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signature
Stefan Metzmacher
2011-01-03
1
-1
/
+4
*
s3-dcerpc: Use spnego own sign/seal functions
Simo Sorce
2010-09-23
1
-64
/
+47
*
s3-dcerpc: make auth context opaque
Simo Sorce
2010-09-23
1
-16
/
+41
*
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Simo Sorce
2010-09-23
1
-26
/
+0
*
s3-dcerpc: move client spnego stuff in /librpc/crypto
Simo Sorce
2010-09-23
1
-1
/
+1
*
spnego: avoid explicit dependency on dcerpc specific structures
Simo Sorce
2010-09-23
1
-9
/
+9
*
s3-dcerpc: move crypto stuff in /librpc/crypto
Simo Sorce
2010-09-23
1
-1
/
+1
*
s3-dcerpc: Pull packet in the caller, before validation
Simo Sorce
2010-08-17
1
-0
/
+1
*
s3-dcerpc: fix build warning seen with -O3.
Günther Deschner
2010-08-13
1
-3
/
+3
*
s3-dceprc: Improve dcerpc_guess_sizes() interface
Simo Sorce
2010-07-30
1
-18
/
+25
*
s3-dcerpc: rationalize packet creation in the server code
Simo Sorce
2010-07-30
1
-0
/
+6
*
s3-dcerpc: Make function to guess pdu sizes common.
Simo Sorce
2010-07-30
1
-0
/
+117
*
s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSP
Simo Sorce
2010-07-30
1
-27
/
+83
*
s3-dcerpc: add sign/seal support when using SPNEGO/KRB5
Simo Sorce
2010-07-30
1
-86
/
+192
*
s3-dcerpc: Add sign/seal with gssapi
Simo Sorce
2010-07-28
1
-0
/
+86
*
s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
Simo Sorce
2010-07-28
1
-13
/
+20
*
s3-dcerpc: Make dcerpc_check_auth() common code
Simo Sorce
2010-07-28
1
-0
/
+172
*
s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file
Simo Sorce
2010-07-28
1
-0
/
+216
*
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
2010-07-16
1
-6
/
+30
*
s3-dcerpc: Move common helpers into a common file
Simo Sorce
2010-07-16
1
-0
/
+212