summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* Some more good stuff from coolo.Richard Sharpe2003-04-041-0/+71
* added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-291-1/+42
* Specify buffer sizesAndrew Bartlett2003-03-151-2/+2
* Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett2003-03-101-6/+41
* Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett2003-03-091-44/+3
* Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison2003-03-051-7/+2
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-1/+1
* Doesn't anyone run ./configure.developer anymore?Tim Potter2003-02-211-1/+1
* Only do a kinit if we got told to use kerberos.Andrew Bartlett2003-02-191-12/+12
* Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2003-02-161-0/+11
* Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett2003-02-151-113/+66
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-0/+22
* Further extract our NTLMv2 code into smbencrypt.c, prior to merge into ourAndrew Bartlett2003-02-141-32/+20
* Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett2003-02-101-41/+7
* (only for HEAD at the moment).Andrew Bartlett2003-02-091-31/+107
* Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2003-02-021-3/+1
* We now have client-side SMB signing support!Andrew Bartlett2003-02-011-1/+4
* Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-151-1/+2
* Updates to our NTLMSSP code:Andrew Bartlett2003-01-131-2/+2
* Fixed bug in debug statement when tconX fails.Tim Potter2002-12-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-26/+25
* patches from UrbanGerald Carter2002-11-081-0/+3
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+1
* 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
* 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