Age | Commit message (Expand) | Author | Files | Lines |
2002-03-21 | return . and .. first in readdir - this fixes masktest on IRIX which | Herb Lewis | 1 | -1/+13 |
2002-03-20 | HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | Ensure we get a real fd when opening for set file allocation. | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 8 | -254/+140 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 3 | -181/+39 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 4 | -6/+6 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2 | -5/+5 |
2002-03-14 | Actually include some *information* in the mangle debug messages. | Andrew Bartlett | 1 | -14/+39 |
2002-03-14 | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 2 | -45/+58 |
2002-03-14 | Get the current directory after becoming root. | Jeremy Allison | 1 | -1/+1 |
2002-03-13 | Fixed bodgy printf arguments in debug statment. | Tim Potter | 1 | -1/+1 |
2002-03-13 | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 2 | -8/+10 |
2002-03-13 | if we know that the SID is local then don't try via winbindd | Andrew Tridgell | 1 | -0/+5 |
2002-03-13 | fixed mapping of SIDs for local users | Andrew Tridgell | 1 | -1/+1 |
2002-03-12 | Missing comma from systems that have ACLs. | Jim McDonough | 1 | -1/+1 |
2002-03-12 | Added POSIX ACL layer into the vfs. | Jeremy Allison | 4 | -65/+202 |
2002-03-11 | Implemented default ACL patch (set inherit acls = true on a per share basis). | Jeremy Allison | 3 | -9/+36 |
2002-03-11 | make sure we give an error for unknown lockingX locktype bits | Andrew Tridgell | 1 | -0/+7 |
2002-03-10 | failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTED | Andrew Tridgell | 1 | -0/+6 |
2002-03-09 | a more informitive debug message when a SID can't be validated | Andrew Tridgell | 1 | -1/+2 |
2002-03-07 | get the right return code for batch vs exclusive oplocks | Andrew Tridgell | 1 | -5/+12 |
2002-03-07 | Fixed delete on close semantics - preparing for share mode rewrite. | Jeremy Allison | 2 | -13/+14 |
2002-03-06 | Reformat preparing for changes to come... | Jeremy Allison | 1 | -155/+155 |
2002-03-05 | Added Herb's fix to override log level from command line. | Jeremy Allison | 1 | -0/+2 |
2002-03-05 | Mask off the aDIR on setfileinfo. | Jeremy Allison | 3 | -0/+10 |
2002-03-05 | Fixed compiler warning about unused variables. | Tim Potter | 1 | -5/+5 |
2002-03-04 | Canonicalise pathnames returned to Windows directory separators. | Jeremy Allison | 1 | -0/+1 |
2002-03-02 | Fix lseek-on-pipe problem in VFS (where it belongs IMHO). | Jeremy Allison | 2 | -18/+19 |
2002-03-01 | Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | this allows us to support foreign SIDs in winbindd and smbd | Andrew Tridgell | 1 | -2/+13 |
2002-02-27 | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 4 | -28/+32 |
2002-02-27 | Fixed usage of uninitialised variable in strict_allocate_ftruncate() | Tim Potter | 1 | -1/+3 |
2002-02-27 | This should fix up the level 0 'convert_string' debug messages that we have | Andrew Bartlett | 1 | -1/+1 |
2002-02-26 | This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share | Andrew Tridgell | 2 | -16/+53 |
2002-02-25 | This fixes 4 info levels in a trans2 find_first that should not be null | Andrew Tridgell | 1 | -4/+6 |
2002-02-22 | don't do an ADS init when not in ADS mode | Andrew Tridgell | 1 | -5/+4 |
2002-02-21 | this fixes the security tab on mapped drives for unicode clients. | Andrew Tridgell | 1 | -19/+12 |
2002-02-19 | in dos_unmangle() the only function call was to *mangle()*. Adding the | Andrew Bartlett | 1 | -1/+1 |
2002-02-15 | Merge of smbclient print crash bug fix from app head. | Tim Potter | 1 | -2/+4 |
2002-02-09 | Do the reverse DNS lookup, but only if 'hostname lookups = yes' | Andrew Bartlett | 1 | -5/+7 |
2002-02-05 | check for empty parameters in qpathinfo | Andrew Tridgell | 1 | -0/+4 |
2002-02-04 | better debug messages! | Simo Sorce | 1 | -8/+8 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 3 | -3/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 48 | -95/+48 |
2002-01-30 | merge from 2.2 | Gerald Carter | 1 | -1/+8 |
2002-01-29 | Fix "strict allocate" to write the data out on ftruncate with extend. | Jeremy Allison | 1 | -8/+70 |
2002-01-29 | Since we have dynamic initialisation in the group mapping code, make | Tim Potter | 1 | -5/+0 |
2002-01-27 | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 2 | -7/+3 |
2002-01-27 | Yes, dev is an 'input/output' paramater... | Andrew Bartlett | 1 | -2/+2 |
2002-01-26 | - Provide sid->name lookup support for non-unix accounts. | Andrew Bartlett | 1 | -36/+33 |