summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* r13502: Fix error messages for usershares when smbd is notJeremy Allison2007-10-101-3/+10
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-5/+7
* r11975: Fix valgrind error -- bug 3291Volker Lendecke2007-10-101-0/+1
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-2/+2
* r11240: * fix invalid read reported by valgrind in theGerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-24/+3
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+1
* r5994: proper fix for smbclient and win98 file servers; check the WCT value i...Gerald Carter2007-10-101-2/+6
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2007-10-101-0/+4
* r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <...Gerald Carter2007-10-101-1/+6
* r5518: Add initial msdfs support to smbclient. Currently I can onlyGerald Carter2007-10-101-0/+3
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2007-10-101-1/+1
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2007-10-101-2/+6
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2007-10-101-1/+6
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2007-10-101-6/+9
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-101-1/+1
* r2466: Fix memleak found by sean.chandler@verizon.net.Volker Lendecke2007-10-101-1/+6
* r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...Jeremy Allison2007-10-101-0/+1
* r1612: Fix bug #1571 found by Guenter Kukkukk <guenter.kukkukk@kukkukk.com>Andrew Bartlett2007-10-101-2/+5
* r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett2007-10-101-1/+1
* r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error codeJeremy Allison2007-10-101-5/+9
* r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.Jeremy Allison2007-10-101-2/+2
* r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett2007-10-101-19/+44
* fix typoHerb Lewis2004-03-311-2/+2
* Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett2004-03-271-1/+1
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-3/+5
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-9/+14
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-20/+66
* * BUG 446Gerald Carter2004-01-151-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-14/+17
* Make it clearer that the domain here is the domain of the user forAndrew Bartlett2004-01-081-5/+5
* Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett2004-01-041-1/+1
* Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2003-12-271-7/+15
* Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French2003-12-041-0/+7
* Client connect signing error messages should be level zero elseJeremy Allison2003-12-011-2/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-35/+64
* Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2003-09-161-8/+0
* address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-061-4/+1
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter2003-08-221-2/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett2003-08-191-35/+114
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-57/+15
* Fix client autonegotiate signing.Volker Lendecke2003-08-121-10/+15
* Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison2003-08-111-1/+1
* Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-101-0/+1
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+6
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-5/+11