summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-1/+1
* Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke2002-09-281-7/+1
* Thanks to abartlet I looked at that function a bit closer. What didVolker Lendecke2002-09-281-5/+0
* Touching somebody else's code again... Sorry, Richard.Volker Lendecke2002-09-271-2/+9
* Don't uppercase the username and domain in a session setup.Tim Potter2002-09-231-2/+2
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-1/+1
* Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke2002-09-111-2/+0
* Fix the struct_blob.Richard Sharpe2002-09-031-5/+8
* Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> whereJeremy Allison2002-09-031-1/+7
* Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison2002-09-031-69/+46
* Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe2002-09-031-3/+6
* Parse the NTLMSSP Challenge in cliconnect.c.Richard Sharpe2002-09-031-2/+28
* Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe2002-09-031-2/+3
* The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe2002-09-031-1/+1
* convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell2002-08-301-4/+9
* Some fixes for SMB signing. I can now get Win2k to correctly respond with aAndrew Bartlett2002-08-261-3/+14
* Updates!Andrew Bartlett2002-08-261-27/+47
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-221-9/+9
* fixed memory corruption in cli_full_connection()Andrew Tridgell2002-08-191-2/+1
* this fixes plaintext passwords with win2000Andrew Tridgell2002-07-301-3/+2
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-3/+2
* fixed a segv in net time when the host is unavailableAndrew Tridgell2002-07-221-1/+1
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-8/+20
* Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2002-07-201-8/+5
* checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell2002-07-151-5/+0
* The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
* reverted some bogus test code that jeremy accidentally committedAndrew Tridgell2002-06-261-8/+0
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-15/+26
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-0/+8
* Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2002-06-161-5/+6
* Fix up some of the SMB signing code:Andrew Bartlett2002-06-161-17/+24
* Ok, now I can try my first client test...Jeremy Allison2002-06-141-8/+21
* A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2002-06-071-13/+31
* More cleanup work preparing for SMB signing.Jeremy Allison2002-06-011-88/+104
* Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett2002-05-251-13/+14
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-1/+2
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-5/+6
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-231-147/+1
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-13/+0
* better handling of DOS LANMAN2.1 protocolAndrew Tridgell2002-04-151-4/+18
* 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