Age | Commit message (Expand) | Author | Files | Lines |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -1/+1 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 1 | -4/+0 |
2001-11-27 | fixed the panics on basicsmb-sharelist on sun1 | Andrew Tridgell | 1 | -1/+3 |
2001-11-27 | fixed leak in free_user_info() | Andrew Tridgell | 1 | -0/+1 |
2001-11-27 | another memory leak bites the dust | Andrew Tridgell | 1 | -4/+0 |
2001-11-27 | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 3 | -11/+2 |
2001-11-26 | Fix debug | Andrew Bartlett | 1 | -1/+1 |
2001-11-26 | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 6 | -52/+83 |
2001-11-26 | add SEC_ADS auth method | Andrew Tridgell | 1 | -0/+12 |
2001-11-26 | challange -> challenge | Tim Potter | 7 | -54/+54 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -5/+3 |
2001-11-26 | This compleats the of the authenticaion subystem into the new 'auth' | Andrew Bartlett | 1 | -1/+410 |
2001-11-25 | Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error | Andrew Bartlett | 2 | -0/+36 |
2001-11-24 | And add the winbind module I missed in the last run. | Andrew Bartlett | 1 | -0/+111 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 9 | -292/+799 |
2001-11-21 | More spelling fixes, comment reformatting. | Tim Potter | 1 | -8/+11 |
2001-11-21 | Spelling fix, reformatted comment. | Tim Potter | 1 | -4/+6 |
2001-11-20 | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 1 | -2/+2 |
2001-11-11 | Fix up some DEBUG()s | Andrew Bartlett | 1 | -17/+37 |
2001-11-11 | Add back the not null checks in a better place. | Andrew Bartlett | 1 | -1/+7 |
2001-11-11 | make sam_account_ok static. | Andrew Bartlett | 1 | -32/+29 |
2001-11-11 | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 1 | -3/+0 |
2001-11-11 | Minor updates. A small dose of const. | Andrew Bartlett | 2 | -2/+2 |
2001-11-11 | Remove built-in support for clear-text kerberos authentication. | Andrew Bartlett | 1 | -123/+3 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 1 | -1/+1 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 2 | -26/+94 |
2001-11-05 | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 1 | -4/+4 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -12/+58 |
2001-11-03 | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 1 | -6/+2 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 2 | -22/+31 |
2001-10-31 | Fix up domain logons. Tested with NT4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 7 | -273/+868 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -5/+5 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -1/+13 |
2001-10-30 | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 1 | -0/+3 |
2001-10-29 | Fix up auth_smbpasswd.c to use the password interface, rather than the | Andrew Bartlett | 1 | -8/+8 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 2 | -16/+19 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 2 | -3/+3 |
2001-10-23 | more compiler warnings | Herb Lewis | 2 | -2/+2 |
2001-10-19 | print in a human readable format when the password expired. | Jean-François Micouleau | 1 | -1/+1 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -1/+1 |
2001-10-06 | Fix up indenting in out SAM password check code. | Andrew Bartlett | 1 | -46/+49 |
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 | 9 | -33/+1 |
2001-10-01 | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 1 | -2/+1 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -31/+32 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 3 | -10/+30 |
2001-09-26 | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 1 | -5/+20 |
2001-09-26 | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 1 | -73/+111 |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2 | -83/+121 |