summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more bug updates from headAndrew Tridgell2002-07-151-5/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-302/+226
* The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
* Always pass NT password as well as Lanman.Jeremy Allison2002-04-061-1/+1
* Removed duplicate \n from debug message.Tim Potter2002-03-061-21/+13
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett2002-01-201-0/+2
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-18/+18
* fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2002-01-111-0/+2
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-111-1/+1
* Check for winbind separator in user name for cli_session_setup()Tim Potter2002-01-061-1/+2
* Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett2001-12-311-1/+7
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-4/+5
* try to handle end of packet for not null terminated domain stringsAndrew Tridgell2001-12-211-1/+3
* handle a NULL hostname in cli_connect()Andrew Tridgell2001-12-111-0/+3
* detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell2001-12-111-1/+11
* when using non-encrypted password ignore the ntpass variable toAndrew Tridgell2001-12-041-2/+2
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-031-1/+113
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* fixed a core dump in server level securityAndrew Tridgell2001-11-281-2/+4
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+4
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+1
* use DEBUG() not d_printf() in librariesAndrew Tridgell2001-11-261-2/+2
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-251-4/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+1
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-141-51/+0