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
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
2018-06-01
prefer argv0 to "ssh" when re-executing ssh for ProxyJump directive;
Damien Miller
2018-04-14
don't free the %C expansion, it's used later for LocalCommand
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2018-02-13
remove space before tab
Damien Miller
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2018-01-23
don't attempt to force hostnames that are addresses to lowercase, but
Damien Miller
2017-11-01
fix broken stdout in ControlPersist mode, introduced by me in r1.467
Damien Miller
2017-10-27
whitespace at EOL
Damien Miller
2017-10-25
transfer ownership of stdout to the session channel by dup2'ing
Damien Miller
2017-10-23
Expose devices allocated for tun/tap forwarding.
Damien Miller
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-09-21
Add 'reverse' dynamic forwarding which combines dynamic forwarding
Markus Friedl
2017-09-12
refactor channels.c
Damien Miller
2017-08-12
make "--" before the hostname terminate command-line option processing
Damien Miller
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-05-02
remove options -12 from usage();
Jason McIntyre
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
remove SSHv1 ciphers; ok markus@
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
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
fix regression in 7.4 server-sig-algs, where we were accidentally
Damien Miller
[next]