summaryrefslogtreecommitdiff
path: root/source/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-20/+36
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-7/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-2/+4
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-101-1/+1
* r22784: fixed change notify for delete on closeAndrew Tridgell2007-10-101-0/+4
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-2/+2
* r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke2007-10-101-5/+2
* r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke2007-10-101-3/+3
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-12/+1
* r21274: As we now have POSIX opens which can unlinkJeremy Allison2007-10-101-0/+9
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-55/+56
* r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke2007-10-101-5/+0
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-10-101-0/+1
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-10-101-2/+37
* r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...Volker Lendecke2007-10-101-4/+16
* r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke2007-10-101-0/+12
* r20524: Simplify logic of close_remove_share_mode().Volker Lendecke2007-10-101-51/+67
* r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke2007-10-101-1/+2
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-2/+0
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-101-2/+0
* r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison2007-10-101-65/+73
* r15660: Without this when using smbcquotas I getVolker Lendecke2007-10-101-0/+2
* r13748: Don't reference memory after we just freed it (Doh!).Jeremy Allison2007-10-101-2/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* 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