summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-1/+1
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-161-0/+5
* Spelling.Tim Potter2003-07-161-1/+1
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-2/+14
* Fix SMB signing when using NTLMSSP...Andrew Bartlett2003-07-141-2/+5
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-0/+6
* cleaning up more build issues. TestedGerald Carter2003-06-261-2/+4
* large change:Gerald Carter2003-06-251-3/+3
* Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2003-06-081-9/+49
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-3/+16
* spellingTim Potter2003-05-141-1/+1
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-3/+12
* Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-051-1/+1
* Add a check to ensure that the server returns the correct device type, notAndrew Bartlett2003-04-231-3/+0
* Merge cliconnect.c so smbtree builds.Tim Potter2003-04-141-1/+113
* Merge from HEAD:Andrew Bartlett2003-03-181-50/+44
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-2/+2
* Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison2003-03-051-7/+2
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-148/+165
* Merge from HEAD:Andrew Bartlett2003-01-281-3/+4
* Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status withAndrew Bartlett2003-01-041-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-26/+25
* Merge from HEAD:Andrew Bartlett2002-11-081-1/+1
* patches from UrbanGerald Carter2002-11-081-0/+3
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+11
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-1/+1
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-5/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-115/+164
* sync 3.0 branch with headJelmer Vernooij2002-08-171-20/+27