Age | Commit message (Expand) | Author | Files | Lines |
2001-05-09 | Fixed up the oldpw prompts. Made the matching case insensitive. | Jeremy Allison | 1 | -5/+24 |
2001-05-02 | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 1 | -10/+11 |
2001-05-01 | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 1 | -2/+22 |
2001-05-01 | Stop coredump on pam password change with pam_pwdb.so module on error. | Jeremy Allison | 1 | -1/+5 |
2001-05-01 | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2 | -3/+3 |
2001-05-01 | Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_... | Jeremy Allison | 1 | -0/+5 |
2001-04-30 | Fixing consts in pam code. | Jeremy Allison | 1 | -2/+2 |
2001-04-30 | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 1 | -124/+417 |
2001-04-23 | Added "obey pam restrictions" parameter - default to "off". | Jeremy Allison | 1 | -0/+17 |
2001-04-23 | Fix more free twice bugs. | Jeremy Allison | 1 | -2/+5 |
2001-04-23 | Fix for bug in code for pam_session failure - pam_end called twice. | Jeremy Allison | 1 | -12/+5 |
2001-04-23 | Added smb_ prefix to all Samba wrapper pam functions. | Jeremy Allison | 2 | -50/+48 |
2001-04-22 | Commit of a modified version of Andrew Bartlett's patch that removes the | Jeremy Allison | 2 | -99/+101 |
2001-04-20 | Oops. Typos. | John Terpstra | 1 | -2/+2 |
2001-04-19 | Added error reporting to pam_session code. | John Terpstra | 1 | -0/+19 |
2001-04-18 | merge from 2.2 | Andrew Tridgell | 1 | -3/+3 |
2001-04-18 | patch from Steve Langasek <vorlon@netexpress.net> to make sure we | Jeremy Allison | 1 | -5/+11 |
2001-04-13 | Updated with Andrew Bartlett patch. | John Terpstra | 1 | -3/+30 |
2001-04-12 | Merged John's changes. | Jeremy Allison | 1 | -0/+2 |
2001-04-11 | Updating pampass from Samba-2.2 code tree. ===> JHT | John Terpstra | 1 | -139/+87 |
2001-04-10 | passdb/pass_check.c: Ensure second check is done only if given username is al... | Jeremy Allison | 1 | -62/+26 |
2001-04-10 | Added JohnT and Andrew Bartlett's PAM changes. | Jeremy Allison | 2 | -134/+444 |
2001-02-08 | add pam_setcred() call to pam_auth(). Patch was submited last Oct. | Gerald Carter | 1 | -0/+8 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -14/+2 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -3/+3 |
2000-03-21 | indent update to make t easier to see setuid mods in TNG. some | Luke Leighton | 1 | -366/+459 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -54/+129 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1 | -63/+1 |
1999-03-08 | pass_check.c could receive encrypted password: printing it out as a %s | Luke Leighton | 1 | -1/+2 |
1998-09-26 | Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se> | Jeremy Allison | 1 | -1/+3 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -1/+1 |
1998-08-29 | got rid of calls to update_protected_database(). It was causing core | Andrew Tridgell | 1 | -37/+0 |
1998-08-15 | use user instead of this_user to prevent global shadowing | Andrew Tridgell | 1 | -18/+18 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1 | -0/+950 |