summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-03use O_ACCMODEAndrew Tridgell1-1/+1
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-3/+21
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-21/+5
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison1-5/+5
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison1-5/+15
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-7/+9
1998-09-18removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1-21/+19
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-4/+3
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-5/+5
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-0/+1
1998-09-11Added ssize_t to configure code.Jeremy Allison1-30/+0
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-26/+23
1998-09-05tridge the destroyer returns!Andrew Tridgell1-93/+97
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-10/+6
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-8/+53
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-0/+4
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-2/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-15/+15
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-11/+12
1998-08-25Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1-1/+1
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+1150