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
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
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-11-23
add a ssh_config "Match final" predicate
Damien Miller
2018-10-23
refer to OpenSSL not SSLeay;
Damien Miller
2018-10-03
Allow ssh_config IdentityAgent directive to accept environment variable
Damien Miller
2018-09-21
Treat connections with ProxyJump specified the same as ones with a
Damien Miller
2018-09-20
fix "ssh -Q sig" to show correct signature algorithm list (it was
Damien Miller
2018-09-12
Add "ssh -Q sig" to allow listing supported signature algorithms
Damien Miller
2018-07-27
Now that ssh can't be setuid, remove the original_real_uid and
Darren Tucker
2018-07-25
Use the caller provided (copied) pwent struct in load_public_identity_files
Bob Beck
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
Slot 0 in the hostbased key array was previously RSA1, but that is
Darren Tucker
2018-07-16
Remove support for loading HostBasedAuthentication keys directly in
Darren Tucker
2018-07-16
keep options.identity_file_userprovided array in sync when we load
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-06-08
fix incorrect expansion of %i in load_public_identity_files(); reported by
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
[next]