summaryrefslogtreecommitdiff
path: root/source3/auth/pass_check.c
AgeCommit message (Expand)AuthorFilesLines
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-63/+1
1999-03-08pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1-1/+2
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1-1/+3
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+1
1998-08-29got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1-37/+0
1998-08-15use user instead of this_user to prevent global shadowingAndrew Tridgell1-18/+18
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-0/+950