index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
close.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-23
smbd: close_stat() should be static
Stefan Metzmacher
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-3
/
+17
2007-10-10
r25118: More pstring elimination.
Jeremy Allison
1
-45
/
+58
2007-10-10
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
1
-1
/
+2
2007-10-10
r25055: Add file_id_string_tos
Volker Lendecke
1
-2
/
+2
2007-10-10
r24464: Now Volker removed the readbmpx we don't need cached errors any more.
Jeremy Allison
1
-1
/
+0
2007-10-10
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r23906: Fix POSIX unlink bug found by Steve. If we
Jeremy Allison
1
-2
/
+9
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-7
/
+10
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-2
/
+4
2007-10-10
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
1
-1
/
+1
2007-10-10
r22784: fixed change notify for delete on close
Andrew Tridgell
1
-0
/
+4
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-2
/
+2
2007-10-10
r21409: saved_status1 is not used anymore after aio write behind was removed
Volker Lendecke
1
-5
/
+2
2007-10-10
r21280: Fix an uninitialized variable warning. Jeremy, please check.
Volker Lendecke
1
-3
/
+3
2007-10-10
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
1
-12
/
+1
2007-10-10
r21274: As we now have POSIX opens which can unlink
Jeremy Allison
1
-0
/
+9
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-55
/
+56
2007-10-10
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
1
-5
/
+0
2007-10-10
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
1
-0
/
+1
2007-10-10
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
1
-2
/
+37
2007-10-10
r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...
Volker Lendecke
1
-4
/
+16
2007-10-10
r20525: Closing a dir with del-on-close set requires the same as files: Don't...
Volker Lendecke
1
-0
/
+12
2007-10-10
r20524: Simplify logic of close_remove_share_mode().
Volker Lendecke
1
-51
/
+67
2007-10-10
r20442: Slight rewrite of the change notify infrastructure. This now survives...
Volker Lendecke
1
-1
/
+2
2007-10-10
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
1
-2
/
+0
2007-10-10
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
Jeremy Allison
1
-2
/
+0
2007-10-10
r15668: DOS or FCB opens share one share mode entry from different
Jeremy Allison
1
-65
/
+73
2007-10-10
r15660: Without this when using smbcquotas I get
Volker Lendecke
1
-0
/
+2
2007-10-10
r13748: Don't reference memory after we just freed it (Doh!).
Jeremy Allison
1
-2
/
+3
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-2
/
+2
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-15
/
+51
2007-10-10
r13274: Fix for bug #3467. Not a show stopper.
Jeremy Allison
1
-2
/
+2
2007-10-10
r12877: Stop passing structs around in smb messages, instead
Jeremy Allison
1
-1
/
+5
2007-10-10
r12460: Fixes for bug 3349
Volker Lendecke
1
-0
/
+2
2007-10-10
r12213: Final fix for #3303 - send rename messages to smbd's
Jeremy Allison
1
-11
/
+34
2007-10-10
r12203: Add the share path into the sharemode db. This involves
Jeremy Allison
1
-2
/
+2
2007-10-10
r12160: The filename parameter to get_share_mode_lock is going
Jeremy Allison
1
-2
/
+2
2007-10-10
r11344: I don't think share mode conflicts occur on deleting
Jeremy Allison
1
-17
/
+6
2007-10-10
r11341: Put directory opens into the share mode db so we
Jeremy Allison
1
-4
/
+34
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-39
/
+48
2007-10-10
r8531: Fix a memleak
Volker Lendecke
1
-0
/
+1
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-30
/
+16
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-0
/
+14
2007-10-10
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison
1
-1
/
+3
2007-10-10
r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...
Jeremy Allison
1
-8
/
+18
2007-10-10
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
1
-0
/
+4
[next]