summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-13include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2-8/+10
2002-03-13if we know that the SID is local then don't try via winbinddAndrew Tridgell1-0/+5
2002-03-13fixed mapping of SIDs for local usersAndrew Tridgell1-1/+1
2002-03-12Missing comma from systems that have ACLs.Jim McDonough1-1/+1
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison4-65/+202
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison3-9/+36
2002-03-11make sure we give an error for unknown lockingX locktype bitsAndrew Tridgell1-0/+7
2002-03-10failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTEDAndrew Tridgell1-0/+6
2002-03-09a more informitive debug message when a SID can't be validatedAndrew Tridgell1-1/+2
2002-03-07get the right return code for batch vs exclusive oplocksAndrew Tridgell1-5/+12
2002-03-07Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2-13/+14
2002-03-06Reformat preparing for changes to come...Jeremy Allison1-155/+155
2002-03-05Added Herb's fix to override log level from command line.Jeremy Allison1-0/+2
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison3-0/+10
2002-03-05Fixed compiler warning about unused variables.Tim Potter1-5/+5
2002-03-04Canonicalise pathnames returned to Windows directory separators.Jeremy Allison1-0/+1
2002-03-02Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison2-18/+19
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-2/+13
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison4-28/+32
2002-02-27Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter1-1/+3
2002-02-27This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett1-1/+1
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2-16/+53
2002-02-25This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell1-4/+6
2002-02-22don't do an ADS init when not in ADS modeAndrew Tridgell1-5/+4
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
2002-02-19in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett1-1/+1
2002-02-15Merge of smbclient print crash bug fix from app head.Tim Potter1-2/+4
2002-02-09Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett1-5/+7
2002-02-05check for empty parameters in qpathinfoAndrew Tridgell1-0/+4
2002-02-04better debug messages!Simo Sorce1-8/+8
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison3-3/+3
2002-01-30Removed version number from file header.Tim Potter48-95/+48
2002-01-30merge from 2.2Gerald Carter1-1/+8
2002-01-29Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison1-8/+70
2002-01-29Since we have dynamic initialisation in the group mapping code, makeTim Potter1-5/+0
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2-7/+3
2002-01-27Yes, dev is an 'input/output' paramater...Andrew Bartlett1-2/+2
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-36/+33
2002-01-26Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett1-31/+24
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-0/+3
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2-2/+2
2002-01-25merge from 2.2Gerald Carter1-1/+1
2002-01-25Fix a 'const' warning.Andrew Bartlett1-1/+1
2002-01-25micro fix :-)Simo Sorce1-0/+1