summaryrefslogtreecommitdiff
path: root/source3/auth/pampass.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-17/+18
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-10/+10
2001-07-23Fix case insensitive password change code.Jeremy Allison1-4/+2
2001-07-06Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison1-2/+19
2001-06-25Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison1-44/+140
2001-05-09Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison1-5/+24
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-10/+11
2001-05-01Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison1-2/+22
2001-05-01Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison1-1/+5
2001-05-01Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison1-2/+2
2001-05-01Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison1-0/+5
2001-04-30Fixing consts in pam code.Jeremy Allison1-2/+2
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-124/+417
2001-04-23Added "obey pam restrictions" parameter - default to "off".Jeremy Allison1-0/+17
2001-04-23Fix more free twice bugs.Jeremy Allison1-2/+5
2001-04-23Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison1-12/+5
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-49/+47
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-97/+84
2001-04-20Oops. Typos.John Terpstra1-2/+2
2001-04-19Added error reporting to pam_session code.John Terpstra1-0/+19
2001-04-18merge from 2.2Andrew Tridgell1-3/+3
2001-04-18patch from Steve Langasek <vorlon@netexpress.net> to make sure weJeremy Allison1-5/+11
2001-04-13Updated with Andrew Bartlett patch.John Terpstra1-3/+30
2001-04-12Merged John's changes.Jeremy Allison1-0/+2
2001-04-11Updating pampass from Samba-2.2 code tree. ===> JHTJohn Terpstra1-139/+87
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison1-0/+440