summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-27debug string with no %s parameter. oopsLuke Leighton1-1/+2
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison1-2/+11
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-0/+1
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+2
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-1/+15
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-1/+2
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-2/+2
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1-2/+2
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-4/+2
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+170