summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Steve French to fix difference in responses toJeremy Allison2002-09-091-1/+5
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-13/+11
* patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-062-0/+8
* Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett2002-09-061-3/+0
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-0/+3
* Oops...Andrew Bartlett2002-09-061-1/+1
* One less user of Get_Pwnam_modify()...Andrew Bartlett2002-09-061-2/+4