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