Age | Commit message (Expand) | Author |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-06-26 | Fix \-escaping bug that caused forward path parsing to skip two | Damien Miller |
2015-05-22 | Reorder EscapeChar option parsing to avoid a single-byte out- | Damien Miller |
2015-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-03-30 | fix uninitialised memory read when parsing a config file consisting | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-02-02 | turn UpdateHostkeys off by default until I figure out mlarkin@'s | Damien Miller |
2015-01-30 | Add a ssh_config HostbasedKeyType option to control which | Damien Miller |
2015-01-26 | Host key rotation support. | Damien Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | sync ssh-keysign, ssh-keygen and some dependencies to the new | Damien Miller |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2015-01-08 | fix ssh_config FingerprintHash evaluation order; from Petr Lautrbach | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-08 | Tweak config reparsing with host canonicalisation | Damien Miller |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-04-23 | don't record duplicate IdentityFiles | Damien Miller |
2014-02-23 | reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes | Damien Miller |
2014-02-22 | when processing Match blocks, skip 'exec' clauses if previous predicates | Damien Miller |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-11-20 | unsigned casts for ctype macros where neccessary | Theo de Raadt |
2013-10-24 | Disallow empty Match statements and add "Match all" which matches everything. | Darren Tucker |
2013-10-23 | comment | Damien Miller |
2013-10-23 | Hostname may have %h sequences that should be expanded prior to Match | Damien Miller |
2013-10-20 | rename "command" subclause of the recently-added "Match" keyword to | Damien Miller |
2013-10-16 | s/canonicalise/canonicalize/ for consistency with existing spelling, | Damien Miller |
2013-10-16 | Implement client-side hostname canonicalisation to allow an explicit | Damien Miller |
2013-10-14 | refactor client config code a little: | Damien Miller |
2013-10-14 | add a "Match" keyword to ssh_config that allows matching on hostname, | Damien Miller |
2013-08-20 | Add a ssh_config ProxyUseFDPass option that supports the use of | Damien Miller |
2013-06-10 | revert 1.203 while we investigate crashes reported by okan@ | Darren Tucker |
2013-06-05 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | remove now-unused variables | Darren Tucker |
2013-05-16 | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ | Darren Tucker |
2013-05-16 | add the ability to ignore specific unrecognised ssh_config options; | Damien Miller |
2013-05-16 | Add an optional second argument to RekeyLimit in the client to allow | Darren Tucker |
2013-03-06 | g/c unused variable (-Wunused) | Damien Miller |
2013-02-22 | Don't complain if IdentityFiles specified in system-wide configs are missing. | Darren Tucker |
2013-02-17 | Keep track of which IndentityFile options were manually supplied and which | Darren Tucker |
2011-09-23 | unbreak remote portforwarding with dynamic allocated listen ports: | Markus Friedl |
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller |
2011-05-06 | Add a RequestTTY ssh_config option to allow configuration-based | Damien Miller |
2011-05-06 | support negated Host matching, e.g. | Damien Miller |
2010-11-13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | Damien Miller |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |