summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison1-13/+3
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison1-1/+1
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison1-0/+4
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison1-3/+0
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison1-0/+6
2003-07-29Finish tridge's patch as referenced here :Jeremy Allison1-0/+17
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-07Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison1-0/+10
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison1-7/+5
2003-05-22Add more info to debug info...Jeremy Allison1-1/+5
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-10/+10
2003-05-12Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy1-2/+2
2003-05-11Fix VFS layer:Alexander Bokovoy1-13/+13
2003-05-01Fix for bugid 51 from Dragan Krnic.Jeremy Allison1-5/+5
2003-04-24This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-1/+1
2003-04-22Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison1-0/+27
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