summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-16Correct fix for open readonly with truncate.Jeremy Allison1-17/+18
2001-04-14This little piece of insanity is inspired by theJeremy Allison1-3/+18
2001-04-14configure:Jeremy Allison1-7/+47
2001-04-13Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison1-1/+9
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-6/+39
2001-03-26smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison1-3/+6
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-01-24Sync up with POSIX ACL code from 2.2.Jeremy Allison1-0/+7
2001-01-23include/vfs.h:Jeremy Allison1-2/+2
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison1-8/+22
2000-10-20Fix for vfs_fstat() crash with new stat code.Jeremy Allison1-0/+3
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-52/+64
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-7/+7
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-2/+1
2000-06-15open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell1-1/+6
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell1-1/+24
2000-05-12Check fstat return for error.Jeremy Allison1-1/+5
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-04-28Made changes suggested by Andrew review.Jeremy Allison1-15/+1