Age | Commit message (Expand) | Author | Files | Lines |
2003-02-12 | Correctly return access denied on share mode deny when we can't open the | Jeremy Allison | 1 | -3/+19 |
2003-02-04 | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 1 | -7/+0 |
2003-02-04 | Ensure Samba passes the open attribute truncate tests in smbtorture. | Jeremy Allison | 1 | -9/+12 |
2003-01-30 | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 1 | -1/+1 |
2003-01-08 | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 1 | -7/+45 |
2003-01-07 | Remove unused variable. | Tim Potter | 1 | -1/+0 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 1 | -99/+45 |
2002-11-19 | Very curious. It turns out attribute matching on truncate only matters | Jeremy Allison | 1 | -2/+2 |
2002-11-05 | Fix to correctly return NT_STATUS_DELETE_PENDING. | Jeremy Allison | 1 | -0/+1 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -1/+5 |
2002-09-03 | Ensure we open UNIX fifo's non-blocking like we used to do. | Jeremy Allison | 1 | -0/+11 |
2002-08-30 | Fix bug with stat mode open being done on read-only open with | Jeremy Allison | 1 | -8/+10 |
2002-08-30 | Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if we | Jeremy Allison | 1 | -0/+36 |
2002-07-08 | Fix const warning | Andrew Bartlett | 1 | -1/+1 |
2002-06-22 | Raise some debug levels. | Andrew Bartlett | 1 | -1/+1 |
2002-04-23 | When doing a non-io open the stat failing is no cause for a debug zero | Jeremy Allison | 1 | -2/+6 |
2002-04-20 | try to cope better with the take ownership operation for foreign SIDs | Andrew Tridgell | 1 | -2/+4 |
2002-03-26 | Matched W2K *insane* open semantics.... | Jeremy Allison | 1 | -0/+18 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -167/+164 |
2002-03-21 | Fix stupid typo ! | Jeremy Allison | 1 | -2/+2 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -74/+27 |
2002-03-12 | Added POSIX ACL layer into the vfs. | Jeremy Allison | 1 | -1/+1 |
2002-03-11 | Implemented default ACL patch (set inherit acls = true on a per share basis). | Jeremy Allison | 1 | -2/+12 |
2002-03-07 | Fixed delete on close semantics - preparing for share mode rewrite. | Jeremy Allison | 1 | -0/+2 |
2002-02-26 | This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share | Andrew Tridgell | 1 | -13/+46 |
2002-02-15 | Merge of smbclient print crash bug fix from app head. | Tim Potter | 1 | -2/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | Fixed display of "remote downlevel document" in old print job submission | Jeremy Allison | 1 | -1/+1 |
2002-01-17 | don't use O_NONBLOCK in open(). This was added erroneously for kernel | Andrew Tridgell | 1 | -4/+0 |
2002-01-12 | Added the O_NOFOLLOW flag if follow symlinks is set off. | Jeremy Allison | 1 | -0/+6 |
2001-12-16 | Moved fchown_acl change to the point where we *really* know if we | Jeremy Allison | 1 | -10/+10 |
2001-11-28 | Spelling pedents strike again :-). | Jeremy Allison | 1 | -1/+1 |
2001-11-28 | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 1 | -2/+2 |
2001-11-28 | Re-added "Share modes" meaning don't allow deny mode conflict. Due to | Jeremy Allison | 1 | -2/+10 |
2001-11-27 | Fix for the logic bug wrt. existant oplocks. See long message | Jeremy Allison | 1 | -5/+2 |
2001-11-27 | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 1 | -1/+1 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 1 | -1/+22 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -7/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-24 | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 1 | -1/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -9/+8 |
2001-09-15 | use variables _before_ freeing them! | Simo Sorce | 1 | -3/+2 |
2001-09-05 | fixed formatting to make the code vaguely readable. It's still a dogs | Andrew Tridgell | 1 | -142/+143 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -4/+1 |
2001-08-22 | Missed '\' at eol... | Jeremy Allison | 1 | -1/+1 |
2001-08-22 | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 1 | -3/+13 |
2001-08-22 | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 1 | -9/+35 |
2001-08-21 | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 1 | -0/+10 |
2001-07-24 | We were making an assumption in the oplock | Jeremy Allison | 1 | -1/+0 |
2001-07-05 | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 1 | -0/+8 |