summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke1-3/+3
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-12/+1
2007-10-10r21274: As we now have POSIX opens which can unlinkJeremy Allison1-0/+9
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-55/+56
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-5/+0
2007-10-10r20916: Add in the delete on close final fix - but only enabledJeremy Allison1-0/+1
2007-10-10r20883: W00t! I now understand how "delete on close" reallyJeremy Allison1-2/+37
2007-10-10r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...Volker Lendecke1-4/+16
2007-10-10r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke1-0/+12
2007-10-10r20524: Simplify logic of close_remove_share_mode().Volker Lendecke1-51/+67
2007-10-10r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke1-1/+2
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-2/+0
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-2/+0
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-65/+73
2007-10-10r15660: Without this when using smbcquotas I getVolker Lendecke1-0/+2
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