summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-02-18read error vs. "Connection closed by remote host"Markus Friedl
2000-02-15retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.Markus Friedl
2000-02-05missing xfree()Markus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-16destroy keys earlierMarkus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-05better error messageMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-02compare correct version for 1.3 compat modeMarkus Friedl
1999-12-20say "REMOTE HOST IDENTIFICATION HAS CHANGED"Markus Friedl
1999-12-08move checking of hostkey into own function.Markus Friedl
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-12-01typoMarkus Friedl
1999-12-01easier to read client code for passwd and skey authMarkus Friedl
1999-12-01turn of checkhostip for proxy connects, since we don't know the remote ipMarkus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-17include fingerprint.hMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-15disconnect if getpeername() failsMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-07warn if announced size of modulus 'n' != real sizeMarkus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-27use libssl md5 routinesTheo de Raadt
1999-10-25bugfix: print remote version, from chris@dqc.orgMarkus Friedl
1999-10-16refuse to talk to protocol < 1.3Markus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-16-Wall cleanupNiels Provos
1999-10-15turn of agent-fwding if hostkey changed, ok: theo.Markus Friedl
1999-10-14say "Permission denied" if passwd is wrong. from wvdputte, ok nielsMarkus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-06implement client NumberOfPasswordPrompts optionDug Song
1999-10-06force HOST_OK not only for localhost but for localnet, suggested tholo@Niels Provos
1999-10-04fix handling of the localhost case. used to be a check against 'localhost',Niels Provos
1999-10-03fix last commit.Niels Provos
1999-10-03add code to detect DNS spoofing:Niels Provos
1999-10-03use SHUT_* symbolsTheo de Raadt
1999-09-30use libc md5Theo de Raadt
1999-09-30use IPPORT_RESERVED instead of 1024Theo de Raadt