| Commit message (Expand) | Author | Age | Files | Lines |
* | debug statement fixups. | Jeremy Allison | 2002-01-02 | 1 | -16/+16 |
* | Another touch of 'const' | Andrew Bartlett | 2002-01-02 | 1 | -1/+1 |
* | Allow usernames in the form of 'NT_STATUS_....' to map to that as the error | Andrew Bartlett | 2002-01-01 | 1 | -0/+6 |
* | Now that winbind doesn't rely on this, we may as well remove it... | Andrew Bartlett | 2002-01-01 | 1 | -108/+0 |
* | A farily large commit: | Andrew Bartlett | 2002-01-01 | 9 | -184/+158 |
* | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 2001-12-31 | 1 | -3/+3 |
* | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 2001-12-30 | 4 | -56/+119 |
* | Removed extra lp_adduser() call. | Jeremy Allison | 2001-12-29 | 1 | -17/+0 |
* | added trusted realm support to ADS authentication | Andrew Tridgell | 2001-12-19 | 2 | -14/+35 |
* | make sure we pass the lm and nt data in the right order. They were swapped, ... | Jim McDonough | 2001-12-17 | 1 | -2/+2 |
* | If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ... | Jim McDonough | 2001-12-14 | 1 | -1/+1 |
* | added info level 3 to samrgetgroupinfo. I don't know what the value is. | Jean-François Micouleau | 2001-12-10 | 1 | -1/+1 |
* | Fix segfault, and add a comment. | Andrew Bartlett | 2001-12-08 | 1 | -2/+5 |
* | again an intrusive patch: | Jean-François Micouleau | 2001-12-06 | 2 | -2/+4 |
* | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 2001-11-29 | 1 | -1/+1 |
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 1 | -4/+0 |
* | fixed the panics on basicsmb-sharelist on sun1 | Andrew Tridgell | 2001-11-27 | 1 | -1/+3 |
* | fixed leak in free_user_info() | Andrew Tridgell | 2001-11-27 | 1 | -0/+1 |
* | another memory leak bites the dust | Andrew Tridgell | 2001-11-27 | 1 | -4/+0 |
* | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 2001-11-27 | 3 | -11/+2 |
* | Fix debug | Andrew Bartlett | 2001-11-26 | 1 | -1/+1 |
* | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 2001-11-26 | 6 | -52/+83 |
* | add SEC_ADS auth method | Andrew Tridgell | 2001-11-26 | 1 | -0/+12 |
* | challange -> challenge | Tim Potter | 2001-11-26 | 7 | -54/+54 |
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -5/+3 |
* | This compleats the of the authenticaion subystem into the new 'auth' | Andrew Bartlett | 2001-11-26 | 1 | -1/+410 |
* | 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 |