summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-271-4/+0
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-271-0/+4
* Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison2000-04-271-114/+1
* Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison2000-04-271-4/+8
* Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison2000-04-241-1/+119
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-10/+6
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-340/+411
* the changes to the main smb codeAndrew Tridgell2000-04-161-1/+1
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-121-0/+3
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-111-8/+26
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-534/+116
* Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter2000-02-171-2/+9
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-6/+7