index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
close.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r15668: DOS or FCB opens share one share mode entry from different
Jeremy Allison
2007-10-10
1
-65
/
+73
*
r15660: Without this when using smbcquotas I get
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r13748: Don't reference memory after we just freed it (Doh!).
Jeremy Allison
2007-10-10
1
-2
/
+3
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-15
/
+51
*
r13274: Fix for bug #3467. Not a show stopper.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r12877: Stop passing structs around in smb messages, instead
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r12460: Fixes for bug 3349
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r12213: Final fix for #3303 - send rename messages to smbd's
Jeremy Allison
2007-10-10
1
-11
/
+34
*
r12203: Add the share path into the sharemode db. This involves
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r12160: The filename parameter to get_share_mode_lock is going
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r11344: I don't think share mode conflicts occur on deleting
Jeremy Allison
2007-10-10
1
-17
/
+6
*
r11341: Put directory opens into the share mode db so we
Jeremy Allison
2007-10-10
1
-4
/
+34
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-39
/
+48
*
r8531: Fix a memleak
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-30
/
+16
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+14
*
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...
Jeremy Allison
2007-10-10
1
-8
/
+18
*
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
2007-10-10
1
-0
/
+30
*
r370: The 'it does never happen -- error on close()' does happen when you exceed
Volker Lendecke
2007-10-10
1
-1
/
+1
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-2
/
+2
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-1
/
+1
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-1
/
+1
*
Tidyups of some dubious logic discovered whilst trying to track down a
Jeremy Allison
2003-04-22
1
-1
/
+1
*
Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
Jeremy Allison
2003-04-04
1
-0
/
+2
*
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Jeremy Allison
2003-02-11
1
-0
/
+16
*
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy Allison
2003-01-03
1
-53
/
+72
*
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
2002-03-20
1
-23
/
+7
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
removed unused variable
Andrew Tridgell
2001-12-17
1
-1
/
+0
*
Ensured filetimes set (by name) after close. Ignore errors. This is the
Jeremy Allison
2001-12-16
1
-2
/
+11
*
Formatting fixes only.
Jeremy Allison
2001-11-13
1
-14
/
+14
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
Merge of transfer file code from 2.2, fix for readbraw.
Jeremy Allison
2001-09-04
1
-1
/
+1
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-4
/
+0
*
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
2001-08-22
1
-0
/
+3
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
configure:
Jeremy Allison
2001-04-14
1
-1
/
+1
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+1
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
1
-2
/
+24
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-12
/
+33
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-29
1
-2
/
+2
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-1
/
+1
*
Memleak fix for cache code.
Jeremy Allison
2000-10-02
1
-4
/
+20
[prev]
[next]