index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
/
dcesrv_auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
1
-9
/
+7
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-1
/
+3
2008-10-06
s4:rpc_server: tell the gensec layer that we want to do header signing
Stefan Metzmacher
1
-0
/
+4
2008-09-30
s4:rpc_server: correctly handle dcerpc requests with object uuids
Stefan Metzmacher
1
-2
/
+8
2008-09-13
rpc_server: don't send auth trailers in level connect
Stefan Metzmacher
1
-85
/
+73
2008-09-13
rpc_server: correctly calculate the auth padding
Stefan Metzmacher
1
-3
/
+8
2008-08-11
rpc_server: correct the chunk_size depending on the signature size
Stefan Metzmacher
1
-4
/
+3
2008-08-07
rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
1
-0
/
+5
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+2
2008-02-21
Remove more global_loadparm instance.s
Jelmer Vernooij
1
-1
/
+1
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-22
/
+26
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-36
/
+36
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
1
-2
/
+8
2007-10-10
r24504: Try to return more useful error information on why a bind failed.
Andrew Bartlett
1
-13
/
+13
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+1
2007-10-10
r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at this
Andrew Tridgell
1
-17
/
+6
2007-10-10
r19465: Rather than use the non-standard API for determining the signature
Andrew Bartlett
1
-8
/
+46
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12554: get rid of the pesky NTLMSSP warnings about being called after proces...
Andrew Tridgell
1
-4
/
+5
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5
Andrew Bartlett
1
-0
/
+18
2007-10-10
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
Andrew Bartlett
1
-3
/
+4
2007-10-10
r9490: Fix typo
Andrew Bartlett
1
-1
/
+1
2007-10-10
r8811: Fix the build..
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8109: Try to print out more helpful debug messages on DCERPC server-side
Andrew Bartlett
1
-2
/
+3
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7312: Add IDL for ncadg packets.
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r6457: Simply the RPC server code for the choice of GENSEC mech - it's just
Andrew Bartlett
1
-46
/
+14
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4663: fixed SPNEGO auth in the rpc server
Andrew Tridgell
1
-3
/
+4
2007-10-10
r4642: added support for alter_context in the server for adding new interface...
Andrew Tridgell
1
-3
/
+12
2007-10-10
r4082: support alter_context requests
Stefan Metzmacher
1
-0
/
+71
2007-10-10
r4081: use clearer names
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3468: split out dcerpc_server.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2629: convert gensec to the new talloc model
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
1
-14
/
+17
2007-10-10
r2615: fixed a bug in the server side support for CONNECT level security
Andrew Tridgell
1
-6
/
+12
2007-10-10
r2614: support CONNECT level DCE/RPC security in both client and
Andrew Tridgell
1
-2
/
+41
2007-10-10
r2294: this fixes the NTLM2 sign+seal combination. I have now tested:
Andrew Tridgell
1
-1
/
+4
2007-10-10
r2293: fixed older NTLM sign/seal in the server
Andrew Tridgell
1
-2
/
+4
[next]