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