summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison12-66/+44
2002-11-09Last sync with HEADJelmer Vernooij1-105/+27
2002-11-07Stop using hardcoded smbtrans subcommandsJim McDonough1-3/+3
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-10/+4
2002-11-05Ensure can_delete returns the correct error code.Jeremy Allison1-1/+4
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2-0/+4
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett3-4/+4
2002-11-01Merges from HEAD:Andrew Bartlett2-1/+3
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-4/+7
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison5-108/+430
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-1/+8
2002-10-21Merge mangle prefix code.Jeremy Allison1-16/+41
2002-10-21removed the following parametersGerald Carter2-225/+94
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-15Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison1-1/+1
2002-10-15Merge Anton's 64-bit fix.Jeremy Allison1-4/+2
2002-10-11Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison1-0/+12
2002-10-08Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison1-9/+60
2002-10-07Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison1-0/+5
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison1-0/+13
2002-09-26remove files not in HEADGerald Carter1-286/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter22-685/+1049
2002-08-17Sync 3.0 branch with headJelmer Vernooij23-885/+1188
2002-07-15more bug updates from headAndrew Tridgell1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell37-3460/+4406
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2-5/+29
2002-04-11don't try to return a voidAndrew Tridgell1-1/+1
2002-04-11- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell1-2/+4
2002-04-11a few debug statements (disabled)Andrew Tridgell1-2/+7
2002-04-11don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell1-2/+2
2002-04-11- tidier flag checking codeAndrew Tridgell1-8/+40
2002-04-11added some more commentsAndrew Tridgell1-5/+15
2002-04-11some optimisations to the new mangling systemAndrew Tridgell1-16/+44
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell2-0/+511
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell9-996/+1090
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-1/+2
2002-04-09Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison1-17/+16
2002-04-08a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce1-1/+1
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett4-830/+805
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison3-71/+33
2002-03-29added shutdown to smbdJean-François Micouleau1-0/+6
2002-03-28Ensure that setting file length can return disk full on failure.Jeremy Allison1-2/+7
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2-230/+194
2002-03-26Removed unused variable.Jeremy Allison1-3/+0
2002-03-26Matched W2K *insane* open semantics....Jeremy Allison1-0/+18
2002-03-23Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett1-4/+6