summaryrefslogtreecommitdiffstats
path: root/source3/auth/pampass.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+8
* Fix use of uninitialsed variable in PAM codeAndrew Bartlett2002-02-051-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-21/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-5/+5
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-13/+16
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+9
* cope with pam being offAndrew Tridgell2001-09-041-1/+1
* 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