summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-8/+5
* the changes to the main smb codeAndrew Tridgell2000-04-161-4/+6
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-111-1/+1
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-16/+6
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-4/+3
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-0/+2
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-4/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-24/+68
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-1/+1
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* debug string with no %s parameter. oopsLuke Leighton1998-10-271-1/+2
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-231-2/+11
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-0/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+2
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-1/+15
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-051-1/+2
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-2/+2
* Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1998-08-211-2/+2
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-191-4/+2
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+170