summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-18Commit Derrell Lipman's changes and fixes to libsmbclient. The build butRichard Sharpe1-20/+67
2004-03-09Commit to HEAD the updates to smb signing code that I was propsing for 3.0.Andrew Bartlett1-9/+14
2004-01-15* BUG 446Gerald Carter1-1/+1
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter1-18/+28
2004-01-05(merge from 3.0)Andrew Bartlett1-1/+1
2003-12-27Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke1-7/+15
2003-12-01Client connect signing error messages should be level zero elseJeremy Allison1-2/+2
2003-11-22(merge from 3.0)Andrew Bartlett1-35/+64
2003-09-16Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison1-8/+0
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-37/+77
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-10/+24
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-22/+91
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-3/+16
2003-05-14spellingTim Potter1-1/+1
2003-04-04Some more good stuff from coolo.Richard Sharpe1-0/+71
2003-03-29added a simple test for the old SMBtcon interfaceAndrew Tridgell1-1/+42
2003-03-15Specify buffer sizesAndrew Bartlett1-2/+2
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