Age | Commit message (Expand) | Author |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-07-24 | print out all known keys for a host if we get a unknown host key, | Markus Friedl |
2001-12-18 | remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ | Jakob Schlyter |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-06 | unused; typo in comment | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2000-12-21 | print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@ | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-06-06 | fix match_hostname() logic for auth-rsa: deny access if we have a negative ma... | Markus Friedl |
2000-04-29 | keysize warnings error() -> log() | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-02-18 | remove unused variable 'len'. fix comments. | Markus Friedl |
2000-02-16 | remove unused variable | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-12-02 | indent, shorter warning | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-16 | in known_hosts key lookup the entry for the bits does not need to match, all | Niels Provos |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt |