summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett1-6/+41
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett1-44/+3
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett1-1/+1
2003-02-21Doesn't anyone run ./configure.developer anymore?Tim Potter1-1/+1
2003-02-19Only do a kinit if we got told to use kerberos.Andrew Bartlett1-12/+12
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett1-0/+11
2003-02-15Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett1-113/+66
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-0/+22
2003-02-14Further extract our NTLMv2 code into smbencrypt.c, prior to merge into ourAndrew Bartlett1-32/+20
2003-02-10Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett1-41/+7
2003-02-09(only for HEAD at the moment).Andrew Bartlett1-31/+107
2003-02-02Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett1-3/+1
2003-02-01We now have client-side SMB signing support!Andrew Bartlett1-1/+4
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-1/+2
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-2/+2
2002-12-20Fixed bug in debug statement when tconX fails.Tim Potter1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-26/+25
2002-11-08patches from UrbanGerald Carter1-0/+3
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+11
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-1/+1
2002-09-28Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke1-7/+1
2002-09-28Thanks to abartlet I looked at that function a bit closer. What didVolker Lendecke1-5/+0
2002-09-27Touching somebody else's code again... Sorry, Richard.Volker Lendecke1-2/+9
2002-09-23Don't uppercase the username and domain in a session setup.Tim Potter1-2/+2
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-11Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke1-2/+0
2002-09-03Fix the struct_blob.Richard Sharpe1-5/+8
2002-09-03Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> whereJeremy Allison1-1/+7
2002-09-03Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison1-69/+46
2002-09-03Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe1-3/+6
2002-09-03Parse the NTLMSSP Challenge in cliconnect.c.Richard Sharpe1-2/+28
2002-09-03Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe1-2/+3
2002-09-03The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe1-1/+1
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-4/+9
2002-08-26Some fixes for SMB signing. I can now get Win2k to correctly respond with aAndrew Bartlett1-3/+14
2002-08-26Updates!Andrew Bartlett1-27/+47
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis1-9/+9
2002-08-19fixed memory corruption in cli_full_connection()Andrew Tridgell1-2/+1
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell1-3/+2
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-3/+2
2002-07-22fixed a segv in net time when the host is unavailableAndrew Tridgell1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-8/+20
2002-07-20Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett1-8/+5
2002-07-15checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell1-5/+0
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-06-26reverted some bogus test code that jeremy accidentally committedAndrew Tridgell1-8/+0
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-15/+26
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison1-0/+8