summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8531: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-30/+16
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+14
2007-10-10r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison1-1/+3
2007-10-10r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...Jeremy Allison1-8/+18
2007-10-10r1263: Make "defer sharing violations" a global parameter.Jeremy Allison1-0/+4
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-0/+30
2007-10-10r370: The 'it does never happen -- error on close()' does happen when you exceedVolker Lendecke1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-1/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-1/+1
2003-04-22Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison1-1/+1
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison1-0/+2
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison1-0/+16
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison1-53/+72
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-23/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-17removed unused variableAndrew Tridgell1-1/+0
2001-12-16Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison1-2/+11
2001-11-13Formatting fixes only.Jeremy Allison1-14/+14
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-4/+0
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison1-0/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-04-14configure:Jeremy Allison1-1/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-2/+24
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-12/+33
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-2/+2
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-1/+1
2000-10-02Memleak fix for cache code.Jeremy Allison1-4/+20
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