summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* locking/locking_shm.c: Added printf to help track down negative share mode pr...Jeremy Allison1999-02-011-1/+1
* Andrew paranoia fix with errno and EINTR.Jeremy Allison1999-01-251-1/+3
* Added HPUX signal fix for non-restarted waitpid syscall. Fix from Panu Outine...Jeremy Allison1999-01-251-2/+6
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-211-0/+2
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-291-11/+46
* locking mask fixes from head branchAndrew Tridgell1998-12-071-1/+2
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-2/+2
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-2/+2
* Fixed O_EXCL problems with printing and 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