summaryrefslogtreecommitdiff
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-2/+2
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-247/+260
* Move over to RELEASE branch.Jeremy Allison2002-02-011-44/+65
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-78/+122
* Syncup getting ready for release.Jeremy Allison2001-07-061-6/+14
* Finally got the semantics right (hurrah).Jeremy Allison2001-04-161-3/+0
* Still working on the open with truncate problem...Jeremy Allison2001-04-161-3/+14
* Correct fix for open readonly with truncate bug.Jeremy Allison2001-04-151-17/+18
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-3/+18
* configure:Jeremy Allison2001-04-131-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
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+0
* Fixed problems with chmod interacting with ACL code.Jeremy Allison2001-01-231-2/+2
* Fixup for chmod_acl, fchmod_acl for inherited ACLs.Jeremy Allison2001-01-231-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
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-52/+67
* 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
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-34/+37
* fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell2000-01-161-3/+3
* made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell2000-01-161-16/+26
* as obelix would say "these romans are crazy"Andrew Tridgell2000-01-161-40/+59
* rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell2000-01-161-27/+41
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-1/+1
* changes to reflect the new syntax of the locking calls.Andrew Tridgell2000-01-131-2/+2
* fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell2000-01-081-3/+5
* Fixed deny mode bug :Jeremy Allison2000-01-081-9/+9
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-17/+16