summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcesrv_auth.c
Commit message (Expand)AuthorAgeFilesLines
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-101-1/+1
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-101-8/+8
* r6457: Simply the RPC server code for the choice of GENSEC mech - it's justAndrew Bartlett2007-10-101-46/+14
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4663: fixed SPNEGO auth in the rpc serverAndrew Tridgell2007-10-101-3/+4
* r4642: added support for alter_context in the server for adding new interface...Andrew Tridgell2007-10-101-3/+12
* r4082: support alter_context requestsStefan Metzmacher2007-10-101-0/+71
* r4081: use clearer namesStefan Metzmacher2007-10-101-2/+2
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-1/+1
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-14/+17
* r2615: fixed a bug in the server side support for CONNECT level securityAndrew Tridgell2007-10-101-6/+12
* r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell2007-10-101-2/+41
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-1/+4
* r2293: fixed older NTLM sign/seal in the serverAndrew Tridgell2007-10-101-2/+4
* r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett2007-10-101-0/+5
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-21/+37
* r2281: Add a few comments.Andrew Bartlett2007-10-101-0/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-1/+2
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-38/+92
* r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell2007-10-101-1/+1
* r1030: added server side schannel supportAndrew Tridgell2007-10-101-1/+1
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-101-6/+11
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-58/+37
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-8/+9
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-49/+49
* added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2003-12-171-3/+11
* a fairly large commit!Andrew Tridgell2003-12-161-1/+1
* ntlmssp over rpc over tcp now fully worksAndrew Tridgell2003-12-141-0/+253
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-141-0/+42