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
/
source
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
2004-01-05
1
-63
/
+96
*
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
2004-01-04
1
-3
/
+41
*
Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...
Jeremy Allison
2003-12-23
1
-1
/
+1
*
Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy Allison
2003-12-12
1
-5
/
+11
*
Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit
Jeremy Allison
2003-12-11
1
-9
/
+32
*
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
2003-12-05
1
-9
/
+39
*
Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...
Jeremy Allison
2003-12-03
1
-8
/
+10
*
Ensure the server can cope with multiple secondary trans
Jeremy Allison
2003-12-01
3
-0
/
+24
*
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
2003-12-01
2
-7
/
+7
*
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
2003-12-01
2
-14
/
+29
*
Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits
Jeremy Allison
2003-11-25
2
-0
/
+45
*
Added "passwd chat timeout" parameter. Docs to follow.
Jeremy Allison
2003-11-24
1
-3
/
+6
*
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
2003-11-24
1
-2
/
+7
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
2
-15
/
+40
*
Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...
Jeremy Allison
2003-11-21
1
-5
/
+95
*
Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...
Jeremy Allison
2003-11-19
1
-19
/
+32
*
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
[next]