summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure we get a real fd when opening for set file allocation.Jeremy Allison2002-03-201-1/+1
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-208-254/+140
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-193-181/+39
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-174-6/+6
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-152-5/+5
* Actually include some *information* in the mangle debug messages.Andrew Bartlett2002-03-141-14/+39
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-142-45/+58
* Get the current directory after becoming root.Jeremy Allison2002-03-141-1/+1
* Fixed bodgy printf arguments in debug statment.Tim Potter2002-03-131-1/+1
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-132-8/+10
* if we know that the SID is local then don't try via winbinddAndrew Tridgell2002-03-131-0/+5
* fixed mapping of SIDs for local usersAndrew Tridgell2002-03-131-1/+1
* Missing comma from systems that have ACLs.Jim McDonough2002-03-121-1/+1
* Added POSIX ACL layer into the vfs.Jeremy Allison2002-03-124-65/+202
* Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison2002-03-113-9/+36
* make sure we give an error for unknown lockingX locktype bitsAndrew Tridgell2002-03-111-0/+7
* failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTEDAndrew Tridgell2002-03-101-0/+6
* a more informitive debug message when a SID can't be validatedAndrew Tridgell2002-03-091-1/+2
* get the right return code for batch vs exclusive oplocksAndrew Tridgell2002-03-071-5/+12
* Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2002-03-072-13/+14
* Reformat preparing for changes to come...Jeremy Allison2002-03-061-155/+155
* Added Herb's fix to override log level from command line.Jeremy Allison2002-03-051-0/+2
* Mask off the aDIR on setfileinfo.Jeremy Allison2002-03-053-0/+10
* Fixed compiler warning about unused variables.Tim Potter2002-03-051-5/+5
* Canonicalise pathnames returned to Windows directory separators.Jeremy Allison2002-03-041-0/+1
* Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison2002-03-022-18/+19
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-2/+13
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-274-28/+32
* Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter2002-02-271-1/+3
* This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett2002-02-271-1/+1
* This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2002-02-262-16/+53
* This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell2002-02-251-4/+6
* don't do an ADS init when not in ADS modeAndrew Tridgell2002-02-221-5/+4
* this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell2002-02-211-19/+12
* in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett2002-02-191-1/+1
* Merge of smbclient print crash bug fix from app head.Tim Potter2002-02-151-2/+4
* Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett2002-02-091-5/+7