summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a 'const' warning.Andrew Bartlett2002-01-251-1/+1
* micro fix :-)Simo Sorce2002-01-251-0/+1
* minor fixesSimo Sorce2002-01-251-3/+5
* handle filenames like .bashrc better in the new mangling codeAndrew Tridgell2002-01-241-8/+12
* Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough2002-01-231-1/+2
* Oops...Andrew Bartlett2002-01-231-1/+1
* Change the order of this a bit - as unix password change can fail.Andrew Bartlett2002-01-231-11/+12
* Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison2002-01-221-9/+14
* Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison2002-01-211-4/+10
* One less Get_Pwnam_Modify call!Andrew Bartlett2002-01-211-5/+0
* Spelling fixes.Tim Potter2002-01-201-7/+7
* This is another *BIG* change...Andrew Bartlett2002-01-201-2/+2