summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
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-10-01Updates from Samba HEAD:Andrew Bartlett1-5/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-115/+164
2002-08-17sync 3.0 branch with headJelmer Vernooij1-20/+27
2002-07-15more bug updates from headAndrew Tridgell1-5/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-302/+226
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
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
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+1
2001-11-26use DEBUG() not d_printf() in librariesAndrew Tridgell1-2/+2
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett1-4/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+1
2001-11-20- make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell1-8/+4
2001-11-14Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison1-51/+0
2001-11-05free the negTokenInit structureAndrew Tridgell1-0/+2
2001-11-05merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter1-1/+1
2001-10-29This patch applied, except without the structure changes to nmblib.cAndrew Bartlett1-1/+1
2001-10-23more compiler warningsHerb Lewis1-2/+2
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-0/+4
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-7/+7
2001-10-21made smbclient cope better with arbitrary principle formsAndrew Tridgell1-0/+4
2001-10-21support both old and new kerberos OIDsAndrew Tridgell1-1/+2
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-0/+4
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-12/+20
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell1-0/+8
2001-10-14fixed two bugs in the NTLMSSP codeAndrew Tridgell1-2/+8
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell1-2/+2
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-52/+154
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell1-1/+32
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-144/+387
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-7/+5
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-1/+1