summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
2000-09-17yes no; ok niels@Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-28print uid/gid as unsignedTheo de Raadt
2000-06-17missing atomicio, typoMarkus Friedl
2000-06-17allow extended server bannersMarkus Friedl
2000-05-17copy only ai_addrlen bytes; misiek@pld.org.plMarkus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-04print key type when talking about host keysMarkus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-19pid_tTheo de Raadt
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12typoMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12fix passwd prompt for ssh2, less debugging output.Markus Friedl
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-04-04missing free.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
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