Age | Commit message (Expand) | Author |
2024-04-30 | add explict check for server hostkey type against HostkeyAlgorithms. | Damien Miller |
2023-10-12 | add %j token that expands to the configured ProxyJump hostname (or | Damien Miller |
2020-12-22 | add a ssh_config KnownHostsCommand that allows the client to obtain | Damien Miller |
2020-12-20 | plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@ | Damien Miller |
2020-12-17 | refactor client percent_expand() argument passing; consolidate the | Damien Miller |
2020-10-12 | Zap unused family parameter from ssh_connect_direct() | kn |
2020-10-07 | revert kex->flags cert hostkey downgrade back to a plain key | Damien Miller |
2020-10-03 | record when the host key checking code downgrades a certificate host | Damien Miller |
2020-01-25 | when AddKeysToAgent=yes is set and the key contains no comment, | Damien Miller |
2019-09-13 | allow %n to be expanded in ProxyCommand strings | Damien Miller |
2019-06-21 | Add protection for private keys at rest in RAM against speculation | Damien Miller |
2019-01-19 | convert sshconnect.c to new packet API | Damien Miller |
2018-12-27 | move client/server SSH-* banners to buffers under ssh->kex and factor | Damien Miller |
2018-07-19 | Deprecate UsePrivilegedPort now that support for running ssh(1) | Darren Tucker |
2018-07-18 | Remove support for running ssh(1) setuid and fatal if attempted. | Darren Tucker |
2018-07-16 | Remove support for loading HostBasedAuthentication keys directly in | Darren Tucker |
2018-02-10 | constify some private key-related functions; based on | Damien Miller |
2017-09-12 | refactor channels.c | Damien Miller |
2017-05-30 | switch from Key typedef with struct sshkey; ok djm@ | Markus Friedl |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2013-10-16 | Implement client-side hostname canonicalisation to allow an explicit | Damien Miller |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-10-06 | kill proxy command on fatal() (we already kill it on clean exit); | Damien Miller |
2009-05-27 | Un-static ssh_exchange_identification(), part of a larger change from | Andreas Gunnarsson |
2007-09-04 | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-16 | indent | Theo de Raadt |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl |