summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13748: Don't reference memory after we just freed it (Doh!).Jeremy Allison1-2/+3
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-15/+51
2007-10-10r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison1-2/+2
2007-10-10r12877: Stop passing structs around in smb messages, insteadJeremy Allison1-1/+5
2007-10-10r12460: Fixes for bug 3349Volker Lendecke1-0/+2
2007-10-10r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison1-11/+34
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-2/+2
2007-10-10r12160: The filename parameter to get_share_mode_lock is goingJeremy Allison1-2/+2
2007-10-10r11344: I don't think share mode conflicts occur on deletingJeremy Allison1-17/+6
2007-10-10r11341: Put directory opens into the share mode db so weJeremy Allison1-4/+34
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-39/+48
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