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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create symlinks for modules that register multiple functions (fixes bug #91 )
Jelmer Vernooij
2003-08-13
3
-10
/
+20
*
fix bug #286.
Gerald Carter
2003-08-13
1
-2
/
+17
*
Query volume info level 2 fix - found by Samba4 tester.
Jeremy Allison
2003-08-13
1
-1
/
+1
*
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison
2003-08-13
1
-4
/
+25
*
More chkpth fixes from Samba4 tests.
Jeremy Allison
2003-08-13
1
-2
/
+15
*
Ensure we pass the Samba4 unlink test !
Jeremy Allison
2003-08-13
1
-1
/
+9
*
2 fixes
Gerald Carter
2003-08-13
6
-172
/
+257
*
VFS layer should be TRANSPARENT, not OPAQUE
Alexander Bokovoy
2003-08-12
1
-1
/
+1
*
Tims' little fix.
John Terpstra
2003-08-12
1
-1
/
+1
*
Apply a little const
Volker Lendecke
2003-08-12
1
-1
/
+1
*
This adds *experimental* kerberos gss spnego client support to ntlm_auth.
Volker Lendecke
2003-08-12
2
-14
/
+112
*
Some more shuffling around gss-spnego server
Volker Lendecke
2003-08-12
1
-34
/
+37
*
Use path relative to source/ for modules/getdate.h
Alexander Bokovoy
2003-08-12
2
-2
/
+2
*
As described in http://davenport.sourceforge.net/ntlm.html add NTLM2
Andrew Bartlett
2003-08-12
1
-3
/
+40
*
Fix comment
Andrew Bartlett
2003-08-12
1
-1
/
+1
*
Fix another error code return against Samba4 test suite... Don't allow
Jeremy Allison
2003-08-12
1
-0
/
+4
*
Add vfs_readonly module which allows to enforce periodic read-only limit on a...
Alexander Bokovoy
2003-08-12
6
-1
/
+3725
*
Test invalid map system, map hidden, create mask, force create mask
Jeremy Allison
2003-08-12
2
-1
/
+22
*
Fix for bugid #205 - work by Andrew Bartlet (modified to use
Jeremy Allison
2003-08-12
3
-40
/
+55
*
Clarify gss spnego ntlmssp server a bit
Volker Lendecke
2003-08-12
1
-36
/
+29
*
Fix client autonegotiate signing.
Volker Lendecke
2003-08-12
2
-11
/
+17
*
Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
Tim Potter
2003-08-12
4
-12
/
+45
*
Fallback to not using NTLMv2 is extended security not supported.
Jeremy Allison
2003-08-11
1
-1
/
+1
*
I think this is the one to check...
Volker Lendecke
2003-08-11
1
-0
/
+3
*
Revert the latest fix. Need to investigate further.
Volker Lendecke
2003-08-11
1
-4
/
+2
*
Make client signing auto.
Jeremy Allison
2003-08-11
1
-0
/
+4
*
Fix a segfault in ntlm_auth when we can't find a domain or hostname.
Volker Lendecke
2003-08-11
1
-2
/
+4
*
Apply some const
Volker Lendecke
2003-08-11
1
-2
/
+2
*
Fix typos.
Volker Lendecke
2003-08-11
1
-1
/
+1
*
fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()
Gerald Carter
2003-08-11
1
-1
/
+8
*
adding '.' special name to --domain to mean our domain
Gerald Carter
2003-08-11
1
-5
/
+14
*
Improve MySQL library detection, add support for MySQL 4
Jelmer Vernooij
2003-08-11
2
-132
/
+8
*
add --domain=DOMAINNAME to wbinfo
Gerald Carter
2003-08-10
5
-18
/
+71
*
We get the server and workgroup list only over port 139. Fall back to that
Volker Lendecke
2003-08-10
1
-0
/
+16
*
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
2003-08-10
3
-0
/
+5
*
fix MS-DFS (my bug) stupid return code error that cose me more time
Gerald Carter
2003-08-10
1
-0
/
+2
*
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
2003-08-09
3
-43
/
+151
*
fix 2 bugs:
Gerald Carter
2003-08-08
3
-36
/
+49
*
Format tidyup.
Jeremy Allison
2003-08-08
1
-4
/
+4
*
Turn on client ntlmv2 by default.
Jeremy Allison
2003-08-08
1
-1
/
+2
*
RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy Allison
2003-08-08
3
-4
/
+3
*
need to be able to connect to a domain member as a local account; don't alway...
Gerald Carter
2003-08-08
1
-3
/
+3
*
need to make sure that the connection struct mem_ctx is initialized and destr...
Gerald Carter
2003-08-08
1
-25
/
+48
*
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
2003-08-07
7
-55
/
+221
*
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
2003-08-07
3
-5
/
+46
*
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
2003-08-07
6
-51
/
+41
*
Cosmetic fix from waider@waider.ie.
Jeremy Allison
2003-08-07
1
-0
/
+31
*
Patch from waider@waider.ie to print out Port Type.
Jeremy Allison
2003-08-07
2
-1
/
+31
*
Ensure smbclient obeys -s smb.conf option.
Jeremy Allison
2003-08-06
1
-6
/
+16
*
Reversed replacement. Oops.
Jeremy Allison
2003-08-06
1
-2
/
+2
[next]