summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
...
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-15/+51
* r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2007-10-101-2/+2
* r12877: Stop passing structs around in smb messages, insteadJeremy Allison2007-10-101-1/+5
* r12460: Fixes for bug 3349Volker Lendecke2007-10-101-0/+2
* r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison2007-10-101-11/+34
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-2/+2
* r12160: The filename parameter to get_share_mode_lock is goingJeremy Allison2007-10-101-2/+2
* r11344: I don't think share mode conflicts occur on deletingJeremy Allison2007-10-101-17/+6
* r11341: Put directory opens into the share mode db so weJeremy Allison2007-10-101-4/+34
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-39/+48
* r8531: Fix a memleakVolker Lendecke2007-10-101-0/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-30/+16
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+14
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2007-10-101-1/+3
* r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...Jeremy Allison2007-10-101-8/+18
* r1263: Make "defer sharing violations" a global parameter.Jeremy Allison2007-10-101-0/+4
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-0/+30
* r370: The 'it does never happen -- error on close()' does happen when you exceedVolker Lendecke2007-10-101-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-1/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-1/+1
* 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