summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
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
1999-09-30"ssh is a very large program" -- anonymousTheo de Raadt
1999-09-30more cullingTheo de Raadt
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-29print username and host in password promptNiels Provos
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26use rresvport(), for random port allocationTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt