Age | Commit message (Expand) | Author | Files | Lines |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2 | -83/+121 |
2001-09-20 | We are not meant to touch the username, so use the pass->pw_name output rather | Andrew Bartlett | 1 | -6/+6 |
2001-09-20 | Fix for MiXed and UPPER case usernames with plaintext PAM passwords. | Andrew Bartlett | 1 | -1/+1 |
2001-09-20 | Revert this one: The NTLMv2 checks need the original username as found | Andrew Bartlett | 1 | -1/+1 |
2001-09-19 | - Fix up to use sampass->username insted of user_info->smb_username | Andrew Bartlett | 1 | -7/+7 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 2 | -9/+16 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 2 | -3/+3 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+9 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 2 | -13/+55 |
2001-09-14 | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2 | -17/+5 |
2001-09-12 | Some patches to authentication: | Tim Potter | 4 | -17/+26 |
2001-09-10 | made a couple of local fns static | Andrew Tridgell | 1 | -1/+1 |
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 | 9 | -44/+44 |
2001-08-30 | Fixed silly typo. | Jeremy Allison | 1 | -3/+3 |
2001-08-30 | Fix from Paul Green to set correct lengths. | Jeremy Allison | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 8 | -27/+27 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -8/+9 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 3 | -8/+8 |
2001-08-24 | Fixed incorrect debug. | Tim Potter | 1 | -4/+1 |
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -1/+0 |
2001-08-21 | Add a new option to disable our paranoid server check. | Andrew Bartlett | 1 | -1/+1 |
2001-08-20 | Add comment to clarify why we call this twice. | Andrew Bartlett | 1 | -0/+2 |
2001-08-20 | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 1 | -1/+2 |
2001-08-17 | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 1 | -0/+1 |
2001-08-17 | Style cleanup for the last vuid change. | Andrew Bartlett | 1 | -5/+8 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 5 | -420/+153 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -1/+1 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-06 | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 1 | -1/+2 |
2001-08-03 | This is the fix for the PAM bug I probably introduced in the previous commit, | Andrew Bartlett | 1 | -0/+3 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 6 | -0/+1471 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -4/+2 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -7/+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 | 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 |