| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error | Andrew Bartlett | 2001-11-25 | 2 | -0/+36 |
| * | And add the winbind module I missed in the last run. | Andrew Bartlett | 2001-11-24 | 1 | -0/+111 |
| * | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 9 | -292/+799 |
| * | More spelling fixes, comment reformatting. | Tim Potter | 2001-11-21 | 1 | -8/+11 |
| * | Spelling fix, reformatted comment. | Tim Potter | 2001-11-21 | 1 | -4/+6 |
| * | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 2001-11-20 | 1 | -2/+2 |
| * | Fix up some DEBUG()s | Andrew Bartlett | 2001-11-11 | 1 | -17/+37 |
| * | Add back the not null checks in a better place. | Andrew Bartlett | 2001-11-11 | 1 | -1/+7 |
| * | make sam_account_ok static. | Andrew Bartlett | 2001-11-11 | 1 | -32/+29 |
| * | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 2001-11-11 | 1 | -3/+0 |
| * | Minor updates. A small dose of const. | Andrew Bartlett | 2001-11-11 | 2 | -2/+2 |
| * | Remove built-in support for clear-text kerberos authentication. | Andrew Bartlett | 2001-11-11 | 1 | -123/+3 |
| * | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 2001-11-09 | 1 | -1/+1 |
| * | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 2 | -26/+94 |
| * | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 2001-11-05 | 1 | -4/+4 |
| * | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -12/+58 |
| * | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 2001-11-03 | 1 | -6/+2 |
| * | 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 |