summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-rh-rsa.c
AgeCommit message (Expand)Author
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2000-12-21print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@Markus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus 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
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-09user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millertMarkus Friedl
1999-10-03add code to detect DNS spoofing:Niels Provos
1999-09-28convert all uses of gmp to SSL bignumNiels Provos