summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-181-7/+9
* removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1998-09-181-21/+19
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-4/+3
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-5/+5
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-0/+1
* Added ssize_t to configure code.Jeremy Allison1998-09-111-30/+0
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-26/+23
* tridge the destroyer returns!Andrew Tridgell1998-09-051-93/+97
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-051-10/+6
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-041-8/+53
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-0/+4
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-2/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-15/+15
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-11/+12
* Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1998-08-251-1/+1
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+1150