index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5518: Add initial msdfs support to smbclient. Currently I can only
Gerald Carter
1
-0
/
+3
2007-10-10
r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen
Gerald Carter
1
-1
/
+1
2007-10-10
r4970: Fix for bug 2092, allowing fallback after kerberos and allow
Jeremy Allison
1
-2
/
+6
2007-10-10
r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.
Jeremy Allison
1
-1
/
+6
2007-10-10
r4186: Fix client & server to allow 127k READX calls.
Jeremy Allison
1
-6
/
+9
2007-10-10
r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...
Jeremy Allison
1
-1
/
+1
2007-10-10
r2466: Fix memleak found by sean.chandler@verizon.net.
Volker Lendecke
1
-1
/
+6
2007-10-10
r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...
Jeremy Allison
1
-0
/
+1
2007-10-10
r1612: Fix bug #1571 found by Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
Andrew Bartlett
1
-2
/
+5
2007-10-10
r1487: Remove unused parameter for the client-side signing functions.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code
Jeremy Allison
1
-5
/
+9
2007-10-10
r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.
Jeremy Allison
1
-2
/
+2
2007-10-10
r176: Improve our fallback code for password changes - this would be better
Andrew Bartlett
1
-19
/
+44
2004-03-31
fix typo
Herb Lewis
1
-2
/
+2
2004-03-27
Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,
Andrew Bartlett
1
-1
/
+1
2004-03-27
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
Andrew Bartlett
1
-3
/
+5
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-9
/
+14
2004-03-24
Fix bugzilla # 1208
Jim McDonough
1
-1
/
+1
2004-03-19
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
1
-20
/
+66
2004-01-15
* BUG 446
Gerald Carter
1
-1
/
+1
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-14
/
+17
2004-01-08
Make it clearer that the domain here is the domain of the user for
Andrew Bartlett
1
-5
/
+5
2004-01-04
Even if the 'device type' is always an ascii string, use push_string to get
Andrew Bartlett
1
-1
/
+1
2003-12-27
Preliminary fix for our signing problem with failed NTLMSSP logins. This patch
Volker Lendecke
1
-7
/
+15
2003-12-04
Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient to
Steve French
1
-0
/
+7
2003-12-01
Client connect signing error messages should be level zero else
Jeremy Allison
1
-2
/
+2
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-35
/
+64
2003-09-16
Fix #442 which Alexander considered a showstopper. Allow us to join mixed
Jeremy Allison
1
-8
/
+0
2003-09-06
address bug #359. Andrew B's patch for implementing client
Gerald Carter
1
-4
/
+1
2003-08-22
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...
Gerald Carter
1
-2
/
+2
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-08-19
Break up 'cli_full_connection' to allow for the session setups to be done
Andrew Bartlett
1
-35
/
+114
2003-08-14
Change Samba to always use extended security for it's guest logins, (ie,
Andrew Bartlett
1
-57
/
+15
2003-08-12
Fix client autonegotiate signing.
Volker Lendecke
1
-10
/
+15
2003-08-11
Fallback to not using NTLMv2 is extended security not supported.
Jeremy Allison
1
-1
/
+1
2003-08-10
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
1
-0
/
+1
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
1
-3
/
+6
2003-07-25
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
1
-5
/
+11
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-1
/
+1
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-16
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
1
-0
/
+5
2003-07-16
Spelling.
Tim Potter
1
-1
/
+1
2003-07-15
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
1
-2
/
+14
2003-07-14
Fix SMB signing when using NTLMSSP...
Andrew Bartlett
1
-2
/
+5
2003-07-14
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
1
-0
/
+6
2003-06-26
cleaning up more build issues. Tested
Gerald Carter
1
-2
/
+4
2003-06-25
large change:
Gerald Carter
1
-3
/
+3
2003-06-08
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
Andrew Bartlett
1
-9
/
+49
2003-05-21
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
1
-3
/
+16
[next]