index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
readconf.c
Age
Commit message (
Expand
)
Author
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-20
there's no reason to artificially limit the key path here, just check
Damien Miller
2017-04-30
remove SSHv1 configuration options and man pages bits
Damien Miller
2017-04-30
remove SSHv1 ciphers; ok markus@
Damien Miller
2017-04-30
remove options.protocol and client Protocol configuration knob
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-04-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2017-03-10
better match sshd config parser behaviour: fatal() if line is overlong,
Damien Miller
2017-03-10
Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via
Darren Tucker
2017-02-03
support =- for removing methods from algorithms lists, e.g.
Damien Miller
2017-02-03
allow form-feed characters at EOL; bz#2431 ok dtucker@
Damien Miller
2017-01-30
small cleanup post SSHv1 removal:
Damien Miller
2017-01-30
some explicit NULL tests when dumping configured forwardings;
Damien Miller
2017-01-06
fix previous
Damien Miller
2017-01-06
show a useful error message when included config files can't be
Damien Miller
2016-10-25
Fix logic in add_local_forward() that inverted a test when code was
Jonathan Gray
2016-10-23
Factor out "can bind to low ports" check into its own function. This will make
Darren Tucker
2016-08-25
remove superfluous NOTREACHED comment
Damien Miller
2016-07-22
reverse the order in which -J/JumpHost proxies are visited to be
Damien Miller
2016-07-20
Do not clobber the global jump_host variables when parsing an inactive
Christian Weisgerber
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-06-03
Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when
Darren Tucker
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
2016-05-04
allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
Markus Friedl
2016-05-04
IdentityAgent for specifying specific agent sockets; ok djm@
Markus Friedl
2016-04-15
Include directive for ssh_config(5); feedback & ok markus@
Damien Miller
2016-04-06
don't record duplicate LocalForward and RemoteForward entries;
Damien Miller
2016-02-08
don't attempt to percent_expand() already-canonicalised addresses,
Damien Miller
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2016-01-14
Disable experimental client-side roaming support. Server side was
Theo de Raadt
2015-11-15
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
Joshua Stein
2015-10-27
fix execv arguments in a way less likely to cause grief for -portable;
Damien Miller
2015-10-27
avoid de-const warning & shrink; ok dtucker@
Damien Miller
2015-10-25
Do not prepend "exec" to the shell command run by "Match exec" in a config
Darren Tucker
2015-10-07
include PubkeyAcceptedKeyTypes in ssh -G config dump
Damien Miller
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-08-21
Fix printing (ssh -G ...) of HostKeyAlgorithms=+...
Damien Miller
2015-07-30
Allow ssh_config and sshd_config kex parameters options be prefixed
Damien Miller
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
[next]