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
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r17316: More C++ warnings -- 456 left
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r17105: Fix the race Volker found - we had a non-locked
Jeremy Allison
2007-10-10
1
-14
/
+18
*
r17100: Ooops. Fix the build...
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r16990: Fix bug #3921 spotted by jason@ncac.gwu.edu. Correctly
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-47
/
+36
*
r16789: Fix bug #3909, when using ea's getting a directory tries to
Jeremy Allison
2007-10-10
1
-3
/
+8
*
r16309: Fix Klocwork #1596. Check for NULL on talloc.
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r16280: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.
Gerald Carter
2007-10-10
1
-1
/
+3
*
r16112: Added Volker's fix for extra odd byte at the end
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15958: Make us pass RAW-OPLOCK with kernel oplocks off.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r15949: Patch for bug #3308 to stop us returning duplicate
Jeremy Allison
2007-10-10
1
-7
/
+14
*
r15936: Fix memory leak on error exit path. Trying to
Jeremy Allison
2007-10-10
1
-1
/
+26
*
r15450: Change profiling data macros to use stack variables rather than
James Peach
2007-10-10
1
-4
/
+33
*
r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r15035: It seems that many preprocessors do not like comments in macro args..
Volker Lendecke
2007-10-10
1
-1
/
+4
*
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-320
/
+643
*
r14986: Fix OS/2 directory delete bug found by kukks.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r14387: Try and fix the coverity issues (#53, #54) with negative
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-40
/
+39
*
r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove the
Gerald Carter
2007-10-10
1
-15
/
+4
*
r13563: Fix bug #3526 found and diagnosed by corinna@vinschen.de.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r12877: Stop passing structs around in smb messages, instead
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for #3287
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r12203: Add the share path into the sharemode db. This involves
Jeremy Allison
2007-10-10
1
-11
/
+3
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-18
/
+18
*
r11428: Fix bug #3192 by actually hooking up the dfree caching
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
Jeremy Allison
2007-10-10
1
-12
/
+16
*
r11389: Attempt to fix bug #3212 - ignore bogus OS/2 EA set values on
Jeremy Allison
2007-10-10
1
-4
/
+25
*
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy Allison
2007-10-10
1
-0
/
+33
*
r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota info
Gerald Carter
2007-10-10
1
-1
/
+0
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-124
/
+8
*
r10182: Starting to stamp out warnings on a 64-bit box.
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 open
Jeremy Allison
2007-10-10
1
-2
/
+3
*
r8959: Make msdfs code talloc based. Fix leaks.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r8552: Warning fix from jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-111
/
+146
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
2007-10-10
1
-15
/
+9
*
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r7821: Don't check permissions for setting POSIX pathname request.
Jeremy Allison
2007-10-10
1
-53
/
+56
*
r7798: CIFSFS client assumes wcnt == 10 for successful trans2 reply.
Jeremy Allison
2007-10-10
1
-9
/
+8
*
r7796: Prepare for client setting capabilities to select posix pathnames on
Jeremy Allison
2007-10-10
1
-19
/
+48
*
r7412: Now we're not memset'ing ensure we're valgrind clean.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...
Jeremy Allison
2007-10-10
1
-28
/
+45
*
r7190: I *love* valgrind/cachegrind.....
Jeremy Allison
2007-10-10
1
-10
/
+9
[prev]
[next]