summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5994: proper fix for smbclient and win98 file servers; check the WCT value i...Gerald Carter1-2/+6
2007-10-10r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter1-0/+4
2007-10-10r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <...Gerald Carter1-1/+6
2007-10-10r5518: Add initial msdfs support to smbclient. Currently I can onlyGerald Carter1-0/+3
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter1-1/+1
2007-10-10r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison1-2/+6
2007-10-10r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison1-1/+6
2007-10-10r4186: Fix client & server to allow 127k READX calls.Jeremy Allison1-6/+9
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison1-1/+1
2007-10-10r2466: Fix memleak found by sean.chandler@verizon.net.Volker Lendecke1-1/+6
2007-10-10r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...Jeremy Allison1-0/+1
2007-10-10r1612: Fix bug #1571 found by Guenter Kukkukk <guenter.kukkukk@kukkukk.com>Andrew Bartlett1-2/+5
2007-10-10r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett1-1/+1
2007-10-10r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error codeJeremy Allison1-5/+9
2007-10-10r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.Jeremy Allison1-2/+2
2007-10-10r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett1-19/+44
2004-03-31fix typoHerb Lewis1-2/+2
2004-03-27Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett1-1/+1
2004-03-27Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett1-3/+5
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-9/+14
2004-03-24Fix bugzilla # 1208Jim McDonough1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-20/+66
2004-01-15* BUG 446Gerald Carter1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-14/+17
2004-01-08Make it clearer that the domain here is the domain of the user forAndrew Bartlett1-5/+5
2004-01-04Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett1-1/+1
2003-12-27Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke1-7/+15
2003-12-04Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French1-0/+7
2003-12-01Client connect signing error messages should be level zero elseJeremy Allison1-2/+2
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-35/+64
2003-09-16Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison1-8/+0
2003-09-06address bug #359. Andrew B's patch for implementing clientGerald Carter1-4/+1
2003-08-22revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter1-2/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett1-35/+114
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-57/+15
2003-08-12Fix client autonegotiate signing.Volker Lendecke1-10/+15
2003-08-11Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison1-1/+1
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke1-0/+1
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-3/+6
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison1-5/+11
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-1/+1
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison1-0/+5
2003-07-16Spelling.Tim Potter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-2/+14
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett1-2/+5
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+6
2003-06-26cleaning up more build issues. TestedGerald Carter1-2/+4