index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded second open for filename ending in '.' now we know it's
Jeremy Allison
2003-11-18
1
-13
/
+3
*
Ensure we mangle names ending in '.' in hash2 mangling method.
Jeremy Allison
2003-11-18
1
-1
/
+1
*
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
2003-11-07
1
-1
/
+1
*
Fix debug message warning.
Jeremy Allison
2003-11-05
1
-1
/
+1
*
Fix missing bracket in quota quote - my fault.
Tim Potter
2003-11-04
1
-1
/
+1
*
Fix more 64-bit printf warnings.
Tim Potter
2003-11-03
5
-10
/
+10
*
Printf fixes for 64-bit size_t.
Tim Potter
2003-11-02
1
-3
/
+3
*
bug 696; check for an invalid fid before dereferencing the fsp pointer
Gerald Carter
2003-10-30
1
-0
/
+5
*
Fixes to check for wraps which could cause coredumps.
Jeremy Allison
2003-10-29
1
-4
/
+6
*
parameterise the listen backlog in smbd and make it larger by default. A back...
Andrew Tridgell
2003-10-29
1
-2
/
+2
*
Don't log at level zero when chdir fails. Ensure correct error message is ret...
Jeremy Allison
2003-10-28
1
-1
/
+1
*
Fix for bug #667. DFS filenames can now have arbitrary case.
Jeremy Allison
2003-10-28
1
-1
/
+1
*
Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...
Jeremy Allison
2003-10-27
1
-5
/
+5
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
2
-2
/
+2
*
Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing
Jeremy Allison
2003-10-21
1
-1
/
+9
*
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
Jeremy Allison
2003-10-21
1
-1
/
+1
*
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
2003-10-21
3
-3
/
+3
*
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
2003-10-20
1
-13
/
+10
*
Typo broke win9x logins.
Jeremy Allison
2003-10-17
1
-1
/
+1
*
Tidyup wrap checking.
Jeremy Allison
2003-10-16
3
-14
/
+38
*
Fix buggy data_len calculation in echo. Add paranoia debug message.
Jeremy Allison
2003-10-16
1
-1
/
+5
*
Ensure error code path doesn't free unmalloced memory. Bug #628.
Jeremy Allison
2003-10-16
1
-0
/
+4
*
Enclose usage of st_blksize and st_blocks struct stat members in
Tim Potter
2003-10-14
1
-0
/
+2
*
Ensure cancelling a blocking lock returns the correct error message.
Jeremy Allison
2003-10-10
1
-1
/
+1
*
Make us pass Samba4 lock tester (with one different error message).
Jeremy Allison
2003-10-10
1
-0
/
+3
*
Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy Allison
2003-10-09
1
-9
/
+20
*
At least give a message if we're returning a short read for W2K compatibility.
Jeremy Allison
2003-10-09
1
-2
/
+12
*
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison
2003-10-09
2
-14
/
+47
*
Fixup error code returns from Samba4 tester. Ensure invalid paths are
Jeremy Allison
2003-10-08
2
-39
/
+169
*
Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.
Jeremy Allison
2003-10-07
1
-6
/
+23
*
Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
Jeremy Allison
2003-10-06
1
-3
/
+3
*
cleaning out patch list; patch from Steve L. to change the cwd before the pos...
Gerald Carter
2003-10-03
1
-3
/
+3
*
Correct fix for excel read-only bug. Add panic for logic error in developer m...
Jeremy Allison
2003-10-02
2
-6
/
+7
*
Fix for not opening Excel 2000 files that are read-only. Needs tidying
Jeremy Allison
2003-10-02
1
-3
/
+4
*
Take care of condition where DOS and NT error codes must differ. Found by
Jeremy Allison
2003-09-29
1
-1
/
+1
*
Ensure %S gets expanded in read/write lists.
Jeremy Allison
2003-09-26
1
-6
/
+13
*
Fix for valid users = %S in homes share.
Jeremy Allison
2003-09-26
1
-3
/
+7
*
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
2003-09-23
1
-1
/
+3
*
Fix coredump from Samba4 torture suite.
Jeremy Allison
2003-09-17
2
-0
/
+5
*
Fix OOPS when dealing with mangled names reported by several users.
Jeremy Allison
2003-09-15
1
-1
/
+1
*
A *curse* upon the person who #ifdefed out the mangle debug statements
Jeremy Allison
2003-09-15
1
-1
/
+1
*
Fixed typo in debug.
Tim Potter
2003-09-15
1
-1
/
+1
*
Fix for bug #273 - smbd crash on machine account change.
Jeremy Allison
2003-09-10
1
-10
/
+7
*
Protect against core dump if ioctl for print job sends invalid fid. Found
Jeremy Allison
2003-09-08
1
-1
/
+5
*
make sure we substitute basic variables in read/write list
Gerald Carter
2003-09-08
1
-2
/
+2
*
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+4
*
More cachegrind tuning, plus fix an error message.
Jeremy Allison
2003-09-05
2
-4
/
+6
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
5
-10
/
+11
*
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
2003-09-05
1
-1
/
+4
*
Fix UNIX passwd sync properly. I've finally understood
Jeremy Allison
2003-09-04
2
-99
/
+63
[next]