summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-7/+5
* Add more info to debug info...Jeremy Allison2003-05-221-1/+5
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-10/+10
* Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy2003-05-121-2/+2
* Fix VFS layer:Alexander Bokovoy2003-05-111-13/+13
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-1/+1
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* 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-8/+45
* 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-8/+57
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+12
* 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