summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-24/+2
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-301-1/+1
* Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2001-06-191-2/+2
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-1/+1
* Finally got the semantics right (hurrah!).Jeremy Allison2001-04-161-6/+14
* Correct fix for open readonly with truncate.Jeremy Allison2001-04-161-17/+18
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-3/+18
* configure:Jeremy Allison2001-04-141-7/+47
* Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison2001-04-131-1/+9
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-6/+39
* smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison2001-03-261-3/+6
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Sync up with POSIX ACL code from 2.2.Jeremy Allison2001-01-241-0/+7
* include/vfs.h:Jeremy Allison2001-01-231-2/+2
* Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2000-12-111-8/+22
* Fix for vfs_fstat() crash with new stat code.Jeremy Allison2000-10-201-0/+3
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-52/+64
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-7/+7
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-2/+1
* open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell2000-06-151-1/+6
* added support for kernel level share modes. These are a (small) hack,Andrew Tridgell2000-06-151-1/+24
* Check fstat return for error.Jeremy Allison2000-05-121-1/+5
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* Made changes suggested by Andrew review.Jeremy Allison2000-04-281-15/+1