summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-04-19Fixed sendto in oplock code.Jeremy Allison1-2/+2
2002-04-19Fix oplock recvfrom.Jeremy Allison1-1/+1
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2-2/+2
2002-04-18- fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell1-5/+42
2002-04-17Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison1-239/+255
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell7-45/+49
2002-04-15make sure that we leave the tree unused after disconnectingAndrew Tridgell1-0/+4
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-15this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell1-14/+37
2002-04-14it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell1-1/+6
2002-04-14win2000 does not check the permissions on the share directory onAndrew Tridgell1-3/+19
2002-04-13two time handling bugfixesAndrew Tridgell1-1/+9
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-2/+3
2002-04-13Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison1-1/+9
2002-04-12fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell1-4/+5
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell1-0/+14
2002-04-11Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett1-5/+15
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
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison5-195/+232
2002-03-21Fix stupid typo !Jeremy Allison1-2/+2
2002-03-21return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis1-1/+13
2002-03-20HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison1-1/+1
2002-03-20Ensure we get a real fd when opening for set file allocation.Jeremy Allison1-1/+1
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison8-254/+140
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison3-181/+39
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter4-6/+6
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2-5/+5
2002-03-14Actually include some *information* in the mangle debug messages.Andrew Bartlett1-14/+39
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison2-45/+58
2002-03-14Get the current directory after becoming root.Jeremy Allison1-1/+1
2002-03-13Fixed bodgy printf arguments in debug statment.Tim Potter1-1/+1