summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* merged the %U changes to 3.0Andrew Tridgell2002-11-202-3/+11
* Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
* Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison2002-11-181-0/+3
* Updates from HEAD:Andrew Bartlett2002-11-151-2/+2
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij2002-11-131-0/+5
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1212-66/+44
* Last sync with HEADJelmer Vernooij2002-11-091-105/+27
* Stop using hardcoded smbtrans subcommandsJim McDonough2002-11-071-3/+3
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-10/+4
* Ensure can_delete returns the correct error code.Jeremy Allison2002-11-051-1/+4
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-023-4/+4
* Merges from HEAD:Andrew Bartlett2002-11-012-1/+3
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-4/+7
* 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 mangle prefix code.Jeremy Allison2002-10-211-16/+41
* removed the following parametersGerald Carter2002-10-212-225/+94
* 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
* Merge Anton's 64-bit fix.Jeremy Allison2002-10-151-4/+2
* 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
* 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
* remove files not in HEADGerald Carter2002-09-261-286/+0
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2522-685/+1049
* Sync 3.0 branch with headJelmer Vernooij2002-08-1723-885/+1188
* more bug updates from headAndrew Tridgell2002-07-151-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1537-3460/+4406
* merge from SAMBA_2_2Gerald Carter2002-04-151-1/+1
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-122-5/+29
* don't try to return a voidAndrew Tridgell2002-04-111-1/+1
* - the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell2002-04-111-2/+4
* a few debug statements (disabled)Andrew Tridgell2002-04-111-2/+7
* don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell2002-04-111-2/+2
* - tidier flag checking codeAndrew Tridgell2002-04-111-8/+40
* added some more commentsAndrew Tridgell2002-04-111-5/+15
* some optimisations to the new mangling systemAndrew Tridgell2002-04-111-16/+44
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-112-0/+511
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-119-996/+1090
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-1/+2
* Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison2002-04-091-17/+16
* a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce2002-04-081-1/+1
* Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett2002-04-084-830/+805
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-023-71/+33
* added shutdown to smbdJean-François Micouleau2002-03-291-0/+6