summaryrefslogtreecommitdiffstats
path: root/source3/auth/pass_check.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-1/+1
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-4/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-37/+28
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+21
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-111-123/+3
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-80/+118
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-5/+6
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-1/+1
* Fixed silly typo.Jeremy Allison2001-08-301-3/+3
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-301-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-7/+2
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-011-1/+1
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-1/+1
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-2/+17
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-62/+26
* Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2001-04-101-134/+4
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-081-0/+8
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-366/+459
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-54/+129
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-63/+1
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-081-1/+2
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-291-37/+0
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-151-18/+18
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-0/+950