summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcesrv_auth.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-3/+3
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-1/+1
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij1-2/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+1
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-22/+26
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-36/+36
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+2
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-2/+8
2007-10-10r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett1-13/+13
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell1-17/+6
2007-10-10r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett1-8/+46
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-1/+1
2007-10-10r12554: get rid of the pesky NTLMSSP warnings about being called after proces...Andrew Tridgell1-4/+5
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett1-0/+18
2007-10-10r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett1-3/+4
2007-10-10r9490: Fix typoAndrew Bartlett1-1/+1
2007-10-10r8811: Fix the build..Jelmer Vernooij1-0/+1
2007-10-10r8109: Try to print out more helpful debug messages on DCERPC server-sideAndrew Bartlett1-2/+3
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+1
2007-10-10r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij1-1/+1
2007-10-10r7312: Add IDL for ncadg packets.Jelmer Vernooij1-8/+8
2007-10-10r6457: Simply the RPC server code for the choice of GENSEC mech - it's justAndrew Bartlett1-46/+14
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4663: fixed SPNEGO auth in the rpc serverAndrew Tridgell1-3/+4
2007-10-10r4642: added support for alter_context in the server for adding new interface...Andrew Tridgell1-3/+12
2007-10-10r4082: support alter_context requestsStefan Metzmacher1-0/+71
2007-10-10r4081: use clearer namesStefan Metzmacher1-2/+2
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell1-0/+1
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-1/+1
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-14/+17
2007-10-10r2615: fixed a bug in the server side support for CONNECT level securityAndrew Tridgell1-6/+12
2007-10-10r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell1-2/+41
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-1/+4
2007-10-10r2293: fixed older NTLM sign/seal in the serverAndrew Tridgell1-2/+4
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett1-0/+5
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-21/+37
2007-10-10r2281: Add a few comments.Andrew Bartlett1-0/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-1/+2
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-38/+92
2007-10-10r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell1-1/+1
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-1/+1
2007-10-10r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher1-6/+11
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-58/+37