summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* check for empty parameters in qpathinfoAndrew Tridgell2002-02-051-0/+4
* better debug messages!Simo Sorce2002-02-041-8/+8
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-313-3/+3
* Removed version number from file header.Tim Potter2002-01-3048-95/+48
* merge from 2.2Gerald Carter2002-01-301-1/+8
* Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison2002-01-291-8/+70
* Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-291-5/+0
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-272-7/+3
* Yes, dev is an 'input/output' paramater...Andrew Bartlett2002-01-271-2/+2
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-36/+33
* Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett2002-01-261-31/+24
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-0/+3
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-252-2/+2
* merge from 2.2Gerald Carter2002-01-251-1/+1