summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-12Correctly return access denied on share mode deny when we can't open theJeremy Allison1-3/+19
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-7/+0
2003-02-04Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison1-9/+12
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison1-1/+1
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison1-8/+45
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison1-99/+45
2002-11-19Very curious. It turns out attribute matching on truncate only mattersJeremy Allison1-2/+2
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison1-0/+1
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-8/+57
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-6/+12
2002-03-26Matched W2K *insane* open semantics....Jeremy Allison1-0/+18
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-167/+164
2002-03-21Fix stupid typo !Jeremy Allison1-2/+2
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-74/+27
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison1-1/+1
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison1-2/+12
2002-03-07Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison1-0/+2
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell1-13/+46
2002-02-15Merge of smbclient print crash bug fix from app head.Tim Potter1-2/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison1-1/+1
2002-01-17don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell1-4/+0
2002-01-12Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison1-0/+6
2001-12-16Moved fchown_acl change to the point where we *really* know if weJeremy Allison1-10/+10
2001-11-28Spelling pedents strike again :-).Jeremy Allison1-1/+1
2001-11-28Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison1-2/+2
2001-11-28Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison1-2/+10
2001-11-27Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison1-5/+2
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison1-1/+1
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-1/+22
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-7/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-24Change log message to 2 from zero when failing to create directory.Jeremy Allison1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-9/+8
2001-09-15use variables _before_ freeing them!Simo Sorce1-3/+2
2001-09-05fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell1-142/+143
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-4/+1
2001-08-22Missed '\' at eol...Jeremy Allison1-1/+1
2001-08-22Tidyup fixes for fcntl spin problem.Jeremy Allison1-3/+13
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison1-9/+35
2001-08-21This is Jeremy pretending to be Volker, 'cos theVolker Lendecke1-0/+10
2001-07-24We were making an assumption in the oplockJeremy Allison1-1/+0
2001-07-05Fix race where wrong action (created or opened) could be returned.Jeremy Allison1-0/+8
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-24/+2
2001-06-30Fixed the first locking error (test #8 found by locktest code fromJeremy Allison1-1/+1
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison1-2/+2
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-1/+1
2001-04-16Finally got the semantics right (hurrah!).Jeremy Allison1-6/+14