summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-3/+0
* Make append_log work againJelmer Vernooij2002-11-071-0/+3
* Stop using hardcoded transact commandsJim McDonough2002-11-071-3/+3
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-11/+4
* Ensure can_delete returns correct error code.Jeremy Allison2002-11-051-1/+4
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
* Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-051-1/+0
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
* Make IRIX happyJelmer Vernooij2002-11-041-3/+3
* Remove obsolete function usage and some unused variablesJelmer Vernooij2002-11-021-27/+1
* Convert to popt.Jelmer Vernooij2002-11-021-75/+23
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-4/+7
* Fix a nice little memory leak in our uid changing code.Andrew Bartlett2002-10-291-0/+2
* Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-235-108/+430
* Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-1/+8
* merge from samba_3_0Gerald Carter2002-10-212-225/+94
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-1/+1
* add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell2002-10-211-16/+41
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-151-1/+1
* fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard forAndrew Tridgell2002-10-151-4/+2
* Nice *big* patch from metze.Andrew Bartlett2002-10-122-3/+3
* Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison2002-10-111-0/+12
* Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison2002-10-081-9/+60
* Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison2002-10-071-0/+5
* Push Steve Langasek's fix ...Richard Sharpe2002-10-051-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Added ASCII art to make this clearer.Jeremy Allison2002-10-031-1/+73
* Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison2002-10-031-0/+13
* Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
* Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-2/+2
* Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-251-11/+2
* Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+28
* "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
* change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell2002-09-201-5/+3
* Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
* Added "use sendfile" per share option.Jeremy Allison2002-09-181-1/+1
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-181-0/+9
* Actually use sendfile if selected.Jeremy Allison2002-09-173-5/+7
* disable stat cache when case sensitiveAndrew Tridgell2002-09-171-1/+1
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-1/+1
* Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+7
* Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-1/+1
* First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-122-16/+99
* Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison2002-09-111-194/+185
* Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison2002-09-111-3/+3
* Fix missing braces around push lock call.Jeremy Allison2002-09-111-2/+3
* Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-102-5/+24
* Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison2002-09-091-1/+3