summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-26Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett1-5/+20
2001-09-26Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett1-73/+111
2001-09-20Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett1-1/+1
2001-09-19- Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett1-7/+7
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-3/+42
2001-09-12Some patches to authentication:Tim Potter1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+4
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-4/+4
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett1-5/+8
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-5/+5
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+229