summaryrefslogtreecommitdiff
path: root/source3/passdb/pass_check.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-80/+118
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-5/+6
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-1/+1
2001-08-30Fixed silly typo.Jeremy Allison1-3/+3
2001-08-30Fix from Paul Green to set correct lengths.Jeremy Allison1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-7/+2
2001-05-01Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison1-1/+1
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-1/+1
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-2/+17
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison1-62/+26
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison1-134/+4
2001-02-08add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter1-0/+8
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-14/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-366/+459
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-54/+129
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