summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett1-5/+6
2002-06-16Fix up some of the SMB signing code:Andrew Bartlett1-17/+24
2002-06-14Ok, now I can try my first client test...Jeremy Allison1-8/+21
2002-06-07A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett1-13/+31
2002-06-01More cleanup work preparing for SMB signing.Jeremy Allison1-88/+104
2002-05-25Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett1-13/+14
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-1/+2
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-5/+6
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-147/+1
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-13/+0
2002-04-15better handling of DOS LANMAN2.1 protocolAndrew Tridgell1-4/+18
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-03-06Removed duplicate \n from debug message.Tim Potter1-21/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett1-0/+2
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-18/+18
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell1-0/+2
2002-01-11Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett1-1/+1
2002-01-06Check for winbind separator in user name for cli_session_setup()Tim Potter1-1/+2
2001-12-31Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett1-1/+7
2001-12-21- handle kerberos session setup reply with broken null terminationAndrew Tridgell1-4/+5
2001-12-21try to handle end of packet for not null terminated domain stringsAndrew Tridgell1-1/+3
2001-12-11handle a NULL hostname in cli_connect()Andrew Tridgell1-0/+3
2001-12-11detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell1-1/+11
2001-12-04when using non-encrypted password ignore the ntpass variable toAndrew Tridgell1-2/+2
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-1/+113
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-2/+2
2001-11-28fixed a core dump in server level securityAndrew Tridgell1-2/+4
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+4