Age | Commit message (Expand) | Author | Files | Lines |
2001-11-12 | Spelling fixes. | Tim Potter | 1 | -6/+6 |
2001-11-12 | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 1 | -5/+3 |
2001-11-12 | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 2 | -997/+981 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 1 | -31/+10 |
2001-11-12 | Code duplication is bad. So add an add_signiture() function and just refernce | Andrew Bartlett | 1 | -23/+17 |
2001-11-11 | Kill off 'restrict anonymous' becouse it is useless in its current form. | Andrew Bartlett | 1 | -47/+0 |
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-10 | fixed, moved and added some functions | Simo Sorce | 1 | -1/+1 |
2001-11-10 | Use defined constants not integers. | Jeremy Allison | 1 | -3/+3 |
2001-11-09 | Fixup __LPID -> _LPID. | Jeremy Allison | 1 | -1/+1 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 4 | -9/+10 |
2001-11-09 | fix the tree so it compiles again | Andrew Tridgell | 1 | -1/+1 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 6 | -100/+168 |
2001-11-08 | Fixed incorrect debug message. )-: | Tim Potter | 1 | -1/+1 |
2001-11-08 | Only 1mb allocate slop. | Jeremy Allison | 1 | -56/+55 |
2001-11-08 | Merge overdue changes from 2.2. Fix <4gb write problem. | Jeremy Allison | 1 | -40/+29 |
2001-11-08 | Added more define bits. Fixed error in vol attributes. | Jeremy Allison | 1 | -1/+0 |
2001-11-07 | Added debug in truncate, fixed warning with gcc3. | Jeremy Allison | 1 | -0/+1 |
2001-11-06 | Fixed unsigned / long unsigned format missmatch. | Jeremy Allison | 1 | -4/+4 |
2001-11-05 | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 1 | -4/+4 |
2001-11-05 | Fixed compiler warnings. | Tim Potter | 1 | -3/+2 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 9 | -25/+25 |
2001-11-04 | a big one: | Simo Sorce | 1 | -1084/+249 |
2001-11-04 | Fix segfault. sup_tok might not always be with us. | Andrew Bartlett | 1 | -3/+5 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 7 | -67/+154 |
2001-11-03 | anonymous logins are guest logins, so mark them as such. (Otherwise they can | Andrew Bartlett | 1 | -1/+1 |
2001-11-03 | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 1 | -6/+2 |
2001-11-03 | Move the test for non-SPNEGO session setups when using SPNEGO, becouse its a | Andrew Bartlett | 1 | -5/+5 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 4 | -27/+36 |
2001-10-31 | This should fix up the compile with krb5. | Andrew Bartlett | 1 | -7/+9 |
2001-10-31 | When you make a data_blob() then you probably need to free it too... | Andrew Bartlett | 1 | -0/+4 |
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 | 11 | -511/+1086 |
2001-10-31 | SPNEGO works perfectly well with security=domain, so don't exclude it. | Andrew Bartlett | 1 | -3/+7 |
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 | 3 | -2/+14 |
2001-10-29 | Fix up auth_smbpasswd.c to use the password interface, rather than the | Andrew Bartlett | 1 | -8/+8 |
2001-10-29 | another few changes to the new mangle code | Simo Sorce | 1 | -2/+27 |
2001-10-29 | change some more functions to the new mangle interface. | Simo Sorce | 1 | -9/+11 |
2001-10-29 | - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ... | Simo Sorce | 1 | -4/+81 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 2 | -13/+13 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 7 | -27/+49 |
2001-10-29 | This commit is number 1 of 4. | Andrew Bartlett | 1 | -0/+6 |
2001-10-29 | Fixed confusing debug message - it was always printing uid 0 instead of the | Tim Potter | 1 | -1/+1 |
2001-10-28 | fix a logic bug on max size of a returned string, | Simo Sorce | 1 | -3/+9 |
2001-10-27 | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 1 | -2/+2 |