summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+4
2001-08-22added port 445 support to our client codeAndrew Tridgell1-5/+19
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-0/+9
2001-07-08formatting fixAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-30/+23
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-4/+1
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-3/+9
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-0/+6
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-1/+1
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-12/+12
2001-03-01Fixed compiler warning.Tim Potter1-4/+4
2001-02-25neater negprot code using the new cli_setup_bcc() callAndrew Tridgell1-7/+2
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-5/+7
2001-02-20- neater setting of bccAndrew Tridgell1-3/+3
2001-02-20converted cli_list()Andrew Tridgell1-1/+10
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-13/+4
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-40/+35
2001-02-15Merge of i18n password fix for smbclient.Tim Potter1-1/+0
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-3/+4