summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-221-1/+1
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-041-0/+2
* Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2003-02-111-0/+16
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-53/+72
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-23/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* removed unused variableAndrew Tridgell2001-12-171-1/+0
* Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2001-12-161-2/+11
* Formatting fixes only.Jeremy Allison2001-11-131-14/+14
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-1/+1
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-4/+0
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-221-0/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* configure:Jeremy Allison2001-04-141-1/+1
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-2/+24
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-12/+33
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-2/+2
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-1/+1
* Memleak fix for cache code.Jeremy Allison2000-10-021-4/+20
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* 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