summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/hostfile.c
AgeCommit message (Expand)Author
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-06fix match_hostname() logic for auth-rsa: deny access if we have a negative ma...Markus Friedl
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-02-18remove unused variable 'len'. fix comments.Markus Friedl
2000-02-16remove unused variableMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-02indent, shorter warningMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-03add code to detect DNS spoofing:Niels Provos
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt