summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-130/+256
* Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1999-04-051-9/+12
* Use VFS operations for file I/O.Tim Potter1999-04-041-22/+32
* fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-071-1/+2
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-161-1/+4
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1998-10-291-7/+9
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-2/+21
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-26/+45
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-1/+10
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-3/+21
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-21/+5
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-181-5/+5
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-181-5/+15