summaryrefslogtreecommitdiffstats
path: root/source/auth/ntlm_check.c
Commit message (Expand)AuthorAgeFilesLines
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-161-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-141-2/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2006-03-141-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-071-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-1/+0
* r11393: Avoid error messages and get more correctness with long plaintext pas...Andrew Bartlett2005-10-291-14/+15
* r11370: Samba4 now passes it's own RPC-SAMLOGON test again.Andrew Bartlett2005-10-281-3/+24
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2005-10-281-2/+5
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2005-08-201-92/+39
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to Tim Potter2005-08-171-3/+0
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2005-07-221-63/+91
* r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett2005-01-061-26/+141
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2005-01-031-42/+63
* r3599: fixed a couple of memory errors in the rpc netlogon serverAndrew Tridgell2004-11-071-0/+7
* r3462: separate out the crypto includesAndrew Tridgell2004-11-021-0/+1
* r2856: fixed a minor memory leak in the auth codeAndrew Tridgell2004-10-081-50/+61
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2004-07-121-0/+447