summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-8/+5
2000-04-16the changes to the main smb codeAndrew Tridgell1-4/+6
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison1-1/+1
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-16/+6
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-4/+3
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-0/+2
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-4/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-24/+68
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-1/+1
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
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