summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcesrv_auth.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-8/+9
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-49/+49
2003-12-17added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell1-3/+11
2003-12-16a fairly large commit!Andrew Tridgell1-1/+1
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell1-0/+253
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell1-0/+42