Age | Commit message (Expand) | Author |
2014-10-20 | whitespace | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2010-12-04 | fix fd leak; spotted and ok dtucker@ | Damien Miller |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-03-04 | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2009-10-11 | mention the host name that we are looking for in check_host_in_hostfile() | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-05 | move #include <netinet/in.h> out of includes.h; ok deraadt@ | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | FILE* leak detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-02-07 | "packet.h" not needed | Kevin Steves |
2005-11-22 | Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@ | Darren Tucker |
2005-07-27 | Silence bogus -Wuninitialized warnings; ok djm@ | Darren Tucker |
2005-03-10 | spacing | Theo de Raadt |
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller |
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 |