index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
/
dcesrv_auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:RPC server - cosmetic fixes - indentation, comments
Matthias Dieter Wallnöfer
2010-11-03
1
-4
/
+5
*
s4-rpc: split the dcesrv reply code out of dcerpc_server
Andrew Tridgell
2010-10-30
1
-0
/
+1
*
s4-rpc_server Put all 'logon failure' messages at the same debug level 4
Andrew Bartlett
2010-09-11
1
-4
/
+6
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-1
/
+1
*
s4:rpc_server/dcesrv_auth.c - remove unreachable code
Matthias Dieter Wallnöfer
2010-06-26
1
-2
/
+0
*
Revert "s4:rpc_server/dcesrv_auth.c - Fix a RPC issue in conjunction with Win...
Matthias Dieter Wallnöfer
2010-05-30
1
-12
/
+2
*
s4:rpc_server/dcesrv_auth.c - Fix a RPC issue in conjunction with Windows 2000
Matthias Dieter Wallnöfer
2010-05-30
1
-2
/
+12
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-4
/
+4
*
s4-dcerpc: fixed auth padding to be relative to the stub, not packet
Andrew Tridgell
2010-02-16
1
-5
/
+10
*
s4-rpcserver: teach the rpc server to cope with bad sig_size estimates
Andrew Tridgell
2010-02-14
1
-18
/
+14
*
a4-dcerpc: another attempt at dcerpc auth padding
Andrew Tridgell
2010-02-14
1
-4
/
+4
*
s4-rpc: be more careful about DCERPC auth padding
Andrew Tridgell
2010-02-13
1
-55
/
+24
*
s4: fixed a unsigned printf warnings
Andrew Tridgell
2009-09-08
1
-3
/
+3
*
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
2009-02-13
1
-9
/
+7
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
1
-1
/
+3
*
s4:rpc_server: tell the gensec layer that we want to do header signing
Stefan Metzmacher
2008-10-06
1
-0
/
+4
*
s4:rpc_server: correctly handle dcerpc requests with object uuids
Stefan Metzmacher
2008-09-30
1
-2
/
+8
*
rpc_server: don't send auth trailers in level connect
Stefan Metzmacher
2008-09-13
1
-85
/
+73
*
rpc_server: correctly calculate the auth padding
Stefan Metzmacher
2008-09-13
1
-3
/
+8
*
rpc_server: correct the chunk_size depending on the signature size
Stefan Metzmacher
2008-08-11
1
-4
/
+3
*
rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
2008-08-07
1
-0
/
+5
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+2
*
Remove more global_loadparm instance.s
Jelmer Vernooij
2008-02-21
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-3
/
+3
*
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-22
/
+26
*
r25553: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-36
/
+36
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
2007-10-10
1
-2
/
+8
*
r24504: Try to return more useful error information on why a bind failed.
Andrew Bartlett
2007-10-10
1
-13
/
+13
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at this
Andrew Tridgell
2007-10-10
1
-17
/
+6
*
r19465: Rather than use the non-standard API for determining the signature
Andrew Bartlett
2007-10-10
1
-8
/
+46
*
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12554: get rid of the pesky NTLMSSP warnings about being called after proces...
Andrew Tridgell
2007-10-10
1
-4
/
+5
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5
Andrew Bartlett
2007-10-10
1
-0
/
+18
*
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
Andrew Bartlett
2007-10-10
1
-3
/
+4
*
r9490: Fix typo
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r8811: Fix the build..
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r8109: Try to print out more helpful debug messages on DCERPC server-side
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r7312: Add IDL for ncadg packets.
Jelmer Vernooij
2007-10-10
1
-8
/
+8
[next]