summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd/fileio.c: debug changes so read/write/seek calls can be logged for name,...Jeremy Allison2002-04-241-382/+393
* move to the FNV1 hash alghorithm seem goodSimo Sorce2002-04-242-4/+15
* patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-2/+11
* made a couple of variables staticAndrew Tridgell2002-04-241-3/+4
* When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
* try to cope better with the take ownership operation for foreign SIDsAndrew Tridgell2002-04-202-3/+63
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-192-9/+9
* add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't haveJean-François Micouleau2002-04-191-94/+152
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-193-11/+11
* Fixed sendto in oplock code.Jeremy Allison2002-04-191-2/+2
* Fix oplock recvfrom.Jeremy Allison2002-04-191-1/+1
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-182-2/+2
* - fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell2002-04-181-5/+42
* Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison2002-04-171-239/+255
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-167-45/+49
* make sure that we leave the tree unused after disconnectingAndrew Tridgell2002-04-151-0/+4
* merge from SAMBA_2_2Gerald Carter2002-04-151-1/+1
* this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell2002-04-151-14/+37
* it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell2002-04-141-1/+6
* win2000 does not check the permissions on the share directory onAndrew Tridgell2002-04-141-3/+19
* two time handling bugfixesAndrew Tridgell2002-04-131-1/+9
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-2/+3
* Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2002-04-131-1/+9
* fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell2002-04-121-4/+5
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-121-0/+14
* Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett2002-04-111-5/+15
* 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
* Ensure that setting file length can return disk full on failure.Jeremy Allison2002-03-281-2/+7
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-272-230/+194
* Removed unused variable.Jeremy Allison2002-03-261-3/+0
* Matched W2K *insane* open semantics....Jeremy Allison2002-03-261-0/+18
* Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett2002-03-231-4/+6
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-235-195/+232
* Fix stupid typo !Jeremy Allison2002-03-211-2/+2
* return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis2002-03-211-1/+13
* HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison2002-03-201-1/+1