summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett1-345/+1
2003-12-30Refactor our authentication and authentication testing code.Andrew Bartlett1-148/+219
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-19/+45
2003-10-24Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison1-0/+16
2003-09-08Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison1-49/+38
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-6/+6
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-4/+4
2003-07-08Spelling.Tim Potter1-1/+1
2003-06-30* rename samstrict auth method to samGerald Carter1-56/+29
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-3/+3
2003-05-26Spelling.Tim Potter1-1/+2
2003-05-26Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett1-0/+46
2003-05-14spellingTim Potter1-2/+2
2003-05-11When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke1-2/+2
2003-05-09Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett1-42/+42
2003-05-09Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett1-2/+3
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-1/+6
2003-02-16Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. FixesAndrew Bartlett1-2/+22
2003-02-04Merge HEAD: check both the account and password...Andrew Bartlett1-2/+2
2003-01-05Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.Andrew Bartlett1-33/+58
2002-11-15Updates from HEAD:Andrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-11-08Merge from HEAD:Andrew Bartlett1-8/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-8/+11
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+17
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-7/+12
2002-02-27"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett1-2/+4
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-7/+7
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-28/+30
2002-01-02debug statement fixups.Jeremy Allison1-16/+16
2002-01-01A farily large commit:Andrew Bartlett1-15/+17
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-1/+36
2001-11-26challange -> challengeTim Potter1-4/+4
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-31/+44
2001-11-11Add back the not null checks in a better place.Andrew Bartlett1-1/+7
2001-11-11make sam_account_ok static.Andrew Bartlett1-32/+29
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett1-6/+2
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-75/+153
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett1-8/+8
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-3/+3
2001-10-23more compiler warningsHerb Lewis1-1/+1
2001-10-19print in a human readable format when the password expired.Jean-François Micouleau1-1/+1
2001-10-06Fix up indenting in out SAM password check code.Andrew Bartlett1-46/+49
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-10-01honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell1-2/+1
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-31/+32
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-2/+2