Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4236: More *alloc fixes. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org> | Jeremy Allison | 1 | -1/+1 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -4/+4 |
2003-07-04 | Fixed strlower changes I missed. Pointed out by metze. | Jeremy Allison | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -5/+8 |
2002-02-05 | Fix use of uninitialsed variable in PAM code | Andrew Bartlett | 1 | -2/+2 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -21/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -5/+5 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -13/+16 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+9 |
2001-09-04 | cope with pam being off | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -17/+18 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -10/+10 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -4/+2 |
2001-07-06 | Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!! | Jeremy Allison | 1 | -2/+19 |
2001-06-25 | Added Andrew's pam password change stuff. Needs some testing but looks good ! | Jeremy Allison | 1 | -44/+140 |
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 | 1 | -2/+2 |
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 | 1 | -49/+47 |
2001-04-22 | Commit of a modified version of Andrew Bartlett's patch that removes the | Jeremy Allison | 1 | -97/+84 |
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 | Added JohnT and Andrew Bartlett's PAM changes. | Jeremy Allison | 1 | -0/+440 |