| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 2001-11-01 | 2 | -22/+31 |
| * | Fix up domain logons. Tested with NT4. | Andrew Bartlett | 2001-10-31 | 1 | -1/+1 |
| * | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 7 | -273/+868 |
| * | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 2001-10-31 | 1 | -5/+5 |
| * | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 2001-10-31 | 1 | -1/+13 |
| * | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 2001-10-30 | 1 | -0/+3 |
| * | Fix up auth_smbpasswd.c to use the password interface, rather than the | Andrew Bartlett | 2001-10-29 | 1 | -8/+8 |
| * | This commit is number 4 of 4. | Andrew Bartlett | 2001-10-29 | 2 | -16/+19 |
| * | This commit is number 3 of 4. | Andrew Bartlett | 2001-10-29 | 2 | -3/+3 |
| * | more compiler warnings | Herb Lewis | 2001-10-23 | 2 | -2/+2 |
| * | print in a human readable format when the password expired. | Jean-François Micouleau | 2001-10-19 | 1 | -1/+1 |
| * | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 1 | -1/+1 |
| * | Fix up indenting in out SAM password check code. | Andrew Bartlett | 2001-10-06 | 1 | -46/+49 |
| * | Fixed up the change password bug when not using PAM. | Jeremy Allison | 2001-10-02 | 1 | -2/+2 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 9 | -33/+1 |
| * | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 2001-10-01 | 1 | -2/+1 |
| * | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 2001-10-01 | 1 | -31/+32 |
| * | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 3 | -10/+30 |
| * | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 2001-09-26 | 1 | -5/+20 |
| * | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 2001-09-26 | 1 | -73/+111 |
| * | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2001-09-20 | 2 | -83/+121 |
| * | We are not meant to touch the username, so use the pass->pw_name output rather | Andrew Bartlett | 2001-09-20 | 1 | -6/+6 |
| * | Fix for MiXed and UPPER case usernames with plaintext PAM passwords. | Andrew Bartlett | 2001-09-20 | 1 | -1/+1 |
| * | Revert this one: The NTLMv2 checks need the original username as found | Andrew Bartlett | 2001-09-20 | 1 | -1/+1 |
| * | - Fix up to use sampass->username insted of user_info->smb_username | Andrew Bartlett | 2001-09-19 | 1 | -7/+7 |
| * | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 2001-09-19 | 2 | -9/+16 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 2 | -3/+3 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -12/+9 |
| * | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 2001-09-16 | 2 | -13/+55 |
| * | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2001-09-14 | 2 | -17/+5 |
| * | Some patches to authentication: | Tim Potter | 2001-09-12 | 4 | -17/+26 |
| * | made a couple of local fns static | Andrew Tridgell | 2001-09-10 | 1 | -1/+1 |
| * | cope with pam being off | Andrew Tridgell | 2001-09-04 | 1 | -1/+1 |
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 9 | -44/+44 |
| * | Fixed silly typo. | Jeremy Allison | 2001-08-30 | 1 | -3/+3 |
| * | Fix from Paul Green to set correct lengths. | Jeremy Allison | 2001-08-30 | 1 | -3/+3 |
| * | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 8 | -27/+27 |
| * | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 2001-08-27 | 1 | -8/+9 |
| * | get rid of compiler warnings | Herb Lewis | 2001-08-24 | 3 | -8/+8 |
| * | Fixed incorrect debug. | Tim Potter | 2001-08-24 | 1 | -4/+1 |
| * | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 2001-08-23 | 1 | -1/+0 |
| * | Add a new option to disable our paranoid server check. | Andrew Bartlett | 2001-08-21 | 1 | -1/+1 |
| * | Add comment to clarify why we call this twice. | Andrew Bartlett | 2001-08-20 | 1 | -0/+2 |
| * | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 2001-08-20 | 1 | -1/+2 |
| * | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 2001-08-17 | 1 | -0/+1 |
| * | Style cleanup for the last vuid change. | Andrew Bartlett | 2001-08-17 | 1 | -5/+8 |
| * | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 2001-08-12 | 5 | -420/+153 |
| * | Use the new client error api. | Tim Potter | 2001-08-10 | 1 | -1/+1 |
| * | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 2001-08-09 | 1 | -1/+1 |
| * | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 2001-08-06 | 1 | -1/+2 |