summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-241-0/+8
* Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2003-02-161-2/+22
* Actually checking both the account and password tests would be a good idea...Andrew Bartlett2003-02-041-2/+2
* Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2003-01-131-0/+43
* Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett2003-01-051-33/+58
* Small auth updates:Andrew Bartlett2002-11-151-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
* Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett2002-11-041-8/+9
* Updates!Andrew Bartlett2002-08-261-1/+4
* Try to support non-root-mode systems without getgrouplist().Andrew Bartlett2002-08-261-1/+1
* Spelling fixes.Tim Potter2002-08-221-4/+4
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-3/+3
* Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2002-07-201-2/+17
* Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-241-7/+9
* typo, sorrySimo Sorce2002-05-211-1/+1
* debug classizedSimo Sorce2002-05-211-0/+3
* "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett2002-02-271-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-151-2/+4
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-7/+7
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-28/+30
* debug statement fixups.Jeremy Allison2002-01-021-16/+16
* A farily large commit:Andrew Bartlett2002-01-011-15/+17
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-1/+36
* challange -> challengeTim Potter2001-11-261-4/+4
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-31/+44
* Add back the not null checks in a better place.Andrew Bartlett2001-11-111-1/+7
* make sam_account_ok static.Andrew Bartlett2001-11-111-32/+29
* Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett2001-11-031-6/+2
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-75/+153
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-291-8/+8
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-3/+3
* more compiler warningsHerb Lewis2001-10-231-1/+1
* print in a human readable format when the password expired.Jean-François Micouleau2001-10-191-1/+1
* Fix up indenting in out SAM password check code.Andrew Bartlett2001-10-061-46/+49
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2001-10-011-2/+1
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-31/+32
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-2/+2
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-261-5/+20
* Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2001-09-261-73/+111
* Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2001-09-201-1/+1
* - Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2001-09-191-7/+7
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-3/+42
* Some patches to authentication:Tim Potter2001-09-121-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-4/+4
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-4/+4
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-171-5/+8