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
/
ssh.c
Age
Commit message (
Expand
)
Author
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
allow UserKnownHostsFile=none; feedback and ok markus@
Damien Miller
2020-12-17
refactor client percent_expand() argument passing; consolidate the
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-11-12
Prevent integer overflow when ridiculously large ConnectTimeout is
Darren Tucker
2020-11-08
Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls
Darren Tucker
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-10-12
Zap unused family parameter from ssh_connect_direct()
kn
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-09-21
close stdin when forking after authentication too; ok markus
Damien Miller
2020-09-20
close stdout/stderr after "ssh -f ..." forking
Damien Miller
2020-07-31
Also compare username when checking for JumpHost loops. bz#3057, ok djm@
Darren Tucker
2020-07-17
Add a '%k' TOKEN that expands to the effective HostKey of the
Darren Tucker
2020-07-17
Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,
Darren Tucker
2020-07-05
some language improvements; ok markus
Damien Miller
2020-06-26
Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so we
Darren Tucker
2020-06-05
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
Darren Tucker
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
Darren Tucker
2020-04-10
Add TOKEN percent expansion to LocalFoward and RemoteForward when used
Darren Tucker
2020-04-03
r1.522 deleted one too many lines; repair
Damien Miller
2020-04-03
fix debug statement
Damien Miller
2020-04-03
the tunnel-forwarding vs ExitOnForwardFailure fix that I committed
Damien Miller
2020-04-03
make failures when establishing "Tunnel" forwarding terminate the
Damien Miller
2020-04-03
Make with config keywords support which percent_expansions more consistent.
Darren Tucker
2020-03-06
initialize cname in case ai_canonname is NULL or too long; ok djm
Markus Friedl
2020-02-18
Detect and prevent simple configuration loops when using ProxyJump.
Darren Tucker
2020-02-07
Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept
Darren Tucker
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-28
disable UpdateHostKeys=ask when in quiet mode;
Damien Miller
2020-01-27
disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@
Markus Friedl
2020-01-25
allow UpdateKnownHosts=yes to function when multiple known_hosts files
Damien Miller
2020-01-25
expose PKCS#11 key labels/X.509 subjects as comments
Damien Miller
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2020-01-05
fix CanonicalizeHostname, broken by rev 1.507
Bob Beck
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2019-09-13
allow %n to be expanded in ProxyCommand strings
Damien Miller
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-14
slightly more instructive error message when the user specifies multiple
Damien Miller
2019-06-12
Hostname->HostName cleanup; from lauri tirkkonen
Jason McIntyre
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-04-23
Use the LogLevel typdef instead of int where appropriate. Patch from
Darren Tucker
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert ssh.c to new packet API
Damien Miller
[prev]
[next]