summaryrefslogtreecommitdiffstats
path: root/source4/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-54/+54
* r5902: A rather large change...Andrew Bartlett2007-10-101-1/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-2/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-3/+3
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-3/+3
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-0/+1
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-101-1/+1
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-4/+5
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-101-3/+2
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-2/+3
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+2
* r3570: Export the user's group list from ntlm_auth, via a new command 'UG'Andrew Bartlett2007-10-101-2/+30
* r3541: Add support (to be verified with the squid team) for the Squid 3.0Andrew Bartlett2007-10-101-62/+135
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+2
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-101-1/+1
* r2630: I missed a couple of places in the gensec talloc conversionAndrew Tridgell2007-10-101-3/+3
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-2/+2
* r2612: Ensure ntlm_auth always logs to stderr.Andrew Bartlett2007-10-101-2/+2
* r2611: Try to make Samba4's ntlm_auth more consistant with Samba 3.0.Andrew Bartlett2007-10-101-8/+5
* r2546: Remove another strupper_m() that we don't need.Andrew Bartlett2007-10-101-1/+0
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-101-1/+1
* r1356: Fix logic bugs in ntlm_auth.Andrew Bartlett2007-10-101-3/+7
* r1305: Grrr, fix my build breakage...Andrew Bartlett2007-10-101-1/+1
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-201/+215
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-762/+70
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-101-321/+1290
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-7/+7
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+551