summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/gensec_ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-2/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-100/+54
2007-10-10r4565: Make the order of the initialisation more sensible.Andrew Bartlett1-1/+1
2007-10-10r4504: SettingAndrew Bartlett1-1/+2
2007-10-10r4459: GENSEC refinements:Andrew Bartlett1-3/+114
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-25/+27
2007-10-10r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher1-6/+25
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher1-2/+1
2007-10-10r3959: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3721: We cracked the NTLM2 puzzle long ago, and set the flags elsewhere.Andrew Bartlett1-16/+0
2007-10-10r3630: More work on DCOM server sideJelmer Vernooij1-3/+0
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett1-2/+5
2007-10-10r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett1-5/+2
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell1-1/+2
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-2/+3
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell1-14/+9
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-2/+2
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-15/+26
2007-10-10r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett1-0/+16
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-0/+26
2007-10-10r1441: Indentation and comment fixes.Andrew Bartlett1-3/+3
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-29/+304
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-0/+122