summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly return access denied on share mode deny when we can't open theJeremy Allison2003-02-121-3/+19
* Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-041-7/+0
* Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
* Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-301-1/+1
* Fix open problem with changing attributes on an existing file - basedJeremy Allison2003-01-081-7/+45
* Remove unused variable.Tim Potter2003-01-071-1/+0
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-99/+45
* Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-051-0/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-1/+5
* Ensure we open UNIX fifo's non-blocking like we used to do.Jeremy Allison2002-09-031-0/+11
* Fix bug with stat mode open being done on read-only open withJeremy Allison2002-08-301-8/+10
* Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison2002-08-301-0/+36
* Fix const warningAndrew Bartlett2002-07-081-1/+1
* Raise some debug levels.Andrew Bartlett2002-06-221-1/+1
* When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
* try to cope better with the take ownership operation for foreign SIDsAndrew Tridgell2002-04-201-2/+4
* Matched W2K *insane* open semantics....Jeremy Allison2002-03-261-0/+18
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-167/+164
* Fix stupid typo !Jeremy Allison2002-03-211-2/+2
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-74/+27
* Added POSIX ACL layer into the vfs.Jeremy Allison2002-03-121-1/+1
* Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison2002-03-111-2/+12
* Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2002-03-071-0/+2
* This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2002-02-261-13/+46
* Merge of smbclient print crash bug fix from app head.Tim Potter2002-02-151-2/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-251-1/+1
* don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell2002-01-171-4/+0
* Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison2002-01-121-0/+6
* Moved fchown_acl change to the point where we *really* know if weJeremy Allison2001-12-161-10/+10
* Spelling pedents strike again :-).Jeremy Allison2001-11-281-1/+1
* Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2001-11-281-2/+2
* Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison2001-11-281-2/+10
* Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison2001-11-271-5/+2
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-271-1/+1
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-1/+22
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-7/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Change log message to 2 from zero when failing to create directory.Jeremy Allison2001-09-241-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-9/+8
* use variables _before_ freeing them!Simo Sorce2001-09-151-3/+2
* fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell2001-09-051-142/+143
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-4/+1
* Missed '\' at eol...Jeremy Allison2001-08-221-1/+1
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-221-3/+13
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-221-9/+35
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-211-0/+10
* We were making an assumption in the oplockJeremy Allison2001-07-241-1/+0
* Fix race where wrong action (created or opened) could be returned.Jeremy Allison2001-07-051-0/+8