summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-11-26This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett10-2715/+0
2001-11-26fixed spnego, non-kerberos negprotAndrew Tridgell1-2/+2
2001-11-25added 'security=ADS'Andrew Tridgell1-0/+7
2001-11-25#ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison1-22/+39
2001-11-25Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2-0/+36
2001-11-25I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison1-49/+58
2001-11-24added "net join" commandAndrew Tridgell1-38/+5
2001-11-24removed unused functionAndrew Tridgell1-18/+0
2001-11-24And add the winbind module I missed in the last run.Andrew Bartlett1-0/+111
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett13-408/+942
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison3-80/+125
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-22WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter1-3/+0
2001-11-21More spelling fixes, comment reformatting.Tim Potter1-8/+11
2001-11-21Spelling fix, reformatted comment.Tim Potter1-4/+6
2001-11-20Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter1-2/+2
2001-11-20add a hook to save the krb5 PACAndrew Tridgell1-0/+8
2001-11-19Move all other paths into dynconfigMartin Pool1-9/+1
2001-11-19Cosmetic fix for debug statement.Tim Potter1-2/+1
2001-11-19Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter1-3/+6
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-3/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool3-20/+13
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison2-12/+17
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