summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* added "net join" commandAndrew Tridgell2001-11-241-38/+5
* removed unused functionAndrew Tridgell2001-11-241-18/+0
* And add the winbind module I missed in the last run.Andrew Bartlett2001-11-241-0/+111
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-2413-408/+942
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-233-80/+125
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter2001-11-221-3/+0
* More spelling fixes, comment reformatting.Tim Potter2001-11-211-8/+11
* Spelling fix, reformatted comment.Tim Potter2001-11-211-4/+6
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-201-2/+2
* add a hook to save the krb5 PACAndrew Tridgell2001-11-201-0/+8
* Move all other paths into dynconfigMartin Pool2001-11-191-9/+1
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-3/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-20/+13
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-172-12/+17
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-0/+5
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
* Formatting fixes only.Jeremy Allison2001-11-132-58/+57
* Spelling fixes.Tim Potter2001-11-121-6/+6
* Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-122-997/+981
* some bugfix and new functions,Simo Sorce2001-11-121-31/+10
* Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
* Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
* Fix up some DEBUG()sAndrew Bartlett2001-11-111-17/+37
* Add back the not null checks in a better place.Andrew Bartlett2001-11-111-1/+7
* make sam_account_ok static.Andrew Bartlett2001-11-111-32/+29
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-111-3/+0
* Minor updates. A small dose of const.Andrew Bartlett2001-11-112-2/+2
* fixed, moved and added some functionsSimo Sorce2001-11-101-1/+1
* Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
* Fixup __LPID -> _LPID.Jeremy Allison2001-11-091-1/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-094-9/+10
* fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-086-100/+168
* Fixed incorrect debug message. )-:Tim Potter2001-11-081-1/+1
* Only 1mb allocate slop.Jeremy Allison2001-11-081-56/+55
* Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison2001-11-081-40/+29
* Added more define bits. Fixed error in vol attributes.Jeremy Allison2001-11-081-1/+0
* Added debug in truncate, fixed warning with gcc3.Jeremy Allison2001-11-071-0/+1
* Fixed unsigned / long unsigned format missmatch.Jeremy Allison2001-11-061-4/+4
* Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-051-4/+4
* Fixed compiler warnings.Tim Potter2001-11-051-3/+2
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-059-25/+25
* a big one:Simo Sorce2001-11-041-1084/+249
* Fix segfault. sup_tok might not always be with us.Andrew Bartlett2001-11-041-3/+5
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-037-67/+154