summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison1-4/+0
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-0/+4
2000-04-27Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison1-114/+1
2000-04-27Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison1-4/+8
2000-04-24Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison1-1/+119
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-10/+6
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-340/+411
2000-04-16the changes to the main smb codeAndrew Tridgell1-1/+1
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison1-0/+3
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison1-8/+26
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-534/+116
2000-02-17Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter1-2/+9
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-6/+7
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-34/+37
2000-01-16fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell1-3/+3
2000-01-16made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell1-16/+26
2000-01-16as obelix would say "these romans are crazy"Andrew Tridgell1-40/+59
2000-01-16rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell1-27/+41
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-1/+1
2000-01-13changes to reflect the new syntax of the locking calls.Andrew Tridgell1-2/+2
2000-01-08fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell1-3/+5
2000-01-08Fixed deny mode bug :Jeremy Allison1-9/+9
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-17/+16
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-130/+256
1999-04-05Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1-9/+12
1999-04-04Use VFS operations for file I/O.Tim Potter1-22/+32
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-1/+2
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-2/+2