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