summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-18/+18
* fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2002-01-111-0/+2
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-111-1/+1
* Check for winbind separator in user name for cli_session_setup()Tim Potter2002-01-061-1/+2
* Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett2001-12-311-1/+7
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-4/+5
* try to handle end of packet for not null terminated domain stringsAndrew Tridgell2001-12-211-1/+3
* handle a NULL hostname in cli_connect()Andrew Tridgell2001-12-111-0/+3
* detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell2001-12-111-1/+11
* when using non-encrypted password ignore the ntpass variable toAndrew Tridgell2001-12-041-2/+2
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-031-1/+113
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* fixed a core dump in server level securityAndrew Tridgell2001-11-281-2/+4
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+4
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+1
* use DEBUG() not d_printf() in librariesAndrew Tridgell2001-11-261-2/+2
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-251-4/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+1
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-141-51/+0
* free the negTokenInit structureAndrew Tridgell2001-11-051-0/+2
* merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter2001-11-051-1/+1
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-291-1/+1
* more compiler warningsHerb Lewis2001-10-231-2/+2
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-0/+4
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-7/+7
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-211-0/+4
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+2
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+4
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-12/+20
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-141-0/+8
* fixed two bugs in the NTLMSSP codeAndrew Tridgell2001-10-141-2/+8
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-121-2/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-52/+154
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-111-1/+32
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-144/+387
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-7/+5
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-1/+1
* Fixed debug in cli_establish_connection() - print out the called name onTim Potter2001-08-241-1/+1
* better error reporting for servers that don't do port 445Andrew Tridgell2001-08-231-1/+4
* added port 445 support to our client codeAndrew Tridgell2001-08-221-5/+19
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-0/+9
* formatting fixAndrew Tridgell2001-07-081-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-30/+23
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-4/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-3/+9
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-0/+6
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-1/+1