summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison1-0/+5
2001-11-14Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison1-1/+1
2001-11-13Formatting fixes only.Jeremy Allison2-58/+57
2001-11-12Spelling fixes.Tim Potter1-6/+6
2001-11-12Don't check space on every extend if strict allocate not set.Jeremy Allison1-5/+3
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2-997/+981
2001-11-12some bugfix and new functions,Simo Sorce1-31/+10
2001-11-12Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett1-23/+17
2001-11-11Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett1-47/+0
2001-11-11Fix up some DEBUG()sAndrew Bartlett1-17/+37
2001-11-11Add back the not null checks in a better place.Andrew Bartlett1-1/+7
2001-11-11make sam_account_ok static.Andrew Bartlett1-32/+29
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett1-3/+0
2001-11-11Minor updates. A small dose of const.Andrew Bartlett2-2/+2
2001-11-10fixed, moved and added some functionsSimo Sorce1-1/+1
2001-11-10Use defined constants not integers.Jeremy Allison1-3/+3
2001-11-09Fixup __LPID -> _LPID.Jeremy Allison1-1/+1
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett4-9/+10
2001-11-09fix the tree so it compiles againAndrew Tridgell1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett6-100/+168
2001-11-08Fixed incorrect debug message. )-:Tim Potter1-1/+1
2001-11-08Only 1mb allocate slop.Jeremy Allison1-56/+55
2001-11-08Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison1-40/+29
2001-11-08Added more define bits. Fixed error in vol attributes.Jeremy Allison1-1/+0
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison1-0/+1
2001-11-06Fixed unsigned / long unsigned format missmatch.Jeremy Allison1-4/+4
2001-11-05Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter1-4/+4
2001-11-05Fixed compiler warnings.Tim Potter1-3/+2
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter9-25/+25
2001-11-04a big one:Simo Sorce1-1084/+249
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison7-67/+154
2001-11-03anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett1-1/+1
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett1-6/+2
2001-11-03Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett1-5/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett4-27/+36
2001-10-31This should fix up the compile with krb5.Andrew Bartlett1-7/+9
2001-10-31When you make a data_blob() then you probably need to free it too...Andrew Bartlett1-0/+4
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett11-511/+1086
2001-10-31SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett1-3/+7
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett3-2/+14
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett1-8/+8
2001-10-29another few changes to the new mangle codeSimo Sorce1-2/+27
2001-10-29change some more functions to the new mangle interface.Simo Sorce1-9/+11
2001-10-29- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce1-4/+81
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-13/+13
2001-10-29This commit is number 3 of 4.Andrew Bartlett7-27/+49
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+6