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
Age
Commit message (
Expand
)
Author
2021-07-02
Remove obsolete comments about SSHv1 auth methods. ok djm@
Darren Tucker
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-25
fix decoding of X.509 subject name; from Leif Thuresson via bz3327
Damien Miller
2021-06-25
Use better language to refer to the user. From l1ving via github
Darren Tucker
2021-06-25
Replace SIGCHLD/notify_pipe kludge with pselect.
Darren Tucker
2021-06-10
Continue accept loop when pselect returns -1, eg if it was interrupted
Darren Tucker
2021-06-08
fix regression in r1.356: for ssh_config options that accepted
Damien Miller
2021-06-08
switch sshd_config parsing to argv_split()
Damien Miller
2021-06-08
Switch ssh_config parsing to use argv_split()
Damien Miller
2021-06-08
Check if IPQoS or TunnelDevice are already set before overriding.
Darren Tucker
2021-06-08
Allow argv_split() to optionally terminate tokenisation when it
Damien Miller
2021-06-07
fix debug message when finding a private key to match a certificate
Damien Miller
2021-06-06
Match host certificates against host public keys, not private keys.
Damien Miller
2021-06-06
Client-side workaround for a bug in OpenSSH 7.4: this release allows
Damien Miller
2021-06-06
degrade gracefully if a sftp-server offers the limits@openssh.com
Damien Miller
2021-06-06
the limits@openssh.com extension was incorrectly marked as an
Damien Miller
2021-06-05
PROTOCOL.certkeys: update reference from IETF draft to RFC
Christian Weisgerber
2021-06-04
The RB_GENERATE_STATIC(3) macro expands to a series of function
Damien Miller
2021-06-04
rework authorized_keys example section, removing irrelevant stuff,
Damien Miller
2021-06-04
adjust SetEnv description to clarify $TERM handling
Damien Miller
2021-06-04
Switch the listening select loop from select() to pselect() and
Darren Tucker
2021-06-04
allow ssh_config SetEnv to override $TERM, which is otherwise handled
Damien Miller
2021-06-04
correct extension name "no-presence-required" => "no-touch-required"
Damien Miller
2021-05-31
Hash challenge supplied by client during FIDO key enrollment prior to
Damien Miller
2021-05-26
fix SEGV in UpdateHostkeys debug() message, triggered when the update
Damien Miller
2021-05-23
ssh: The client configuration keyword is "hostbasedacceptedalgorithms"
Christian Weisgerber
2021-05-19
restore blocking status on stdio fds before close
Damien Miller
2021-05-17
fix breakage of -W forwaring introduced in 1.554; reported by
Damien Miller
2021-05-17
Regenerate moduli.
Darren Tucker
2021-05-14
fix previous: test saved no_shell_flag, not the one that just got
Damien Miller
2021-05-14
Fix ssh started with ControlPersist incorrectly executing a shell
Damien Miller
2021-05-12
Clarify language about moduli. While both ends of the connection do need
Darren Tucker
2021-05-07
include pid in LogVerbose spam
Damien Miller
2021-05-07
don't sigdie() in signal handler in privsep child process;
Damien Miller
2021-05-07
correct mistake in spec - the private key blobs are encoded verbatim
Damien Miller
2021-05-04
Don't pass NULL as a string in debugging as it does not work on some
Darren Tucker
2021-05-03
more debugging for UpdateHostKeys signature failures
Damien Miller
2021-04-30
a little debugging in the main mux process for status confirmation
Damien Miller
2021-04-30
Remove now-unused skey function prototypes leftover from skey removal.
Darren Tucker
2021-04-16
openssh-8.6
Damien Miller
2021-04-15
do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@
Markus Friedl
2021-04-06
include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292
Damien Miller
2021-04-04
remove stray inserts; from matthias schmidt
Jason McIntyre
2021-04-04
missing comma; from kawashima james
Jason McIntyre
2021-04-03
typos in comments; GHPR#180 from Ville Skyttä
Damien Miller
2021-04-03
sync CASignatureAlgorithms lists with reality. GHPR#174 from
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-04-03
whitespace (tab after space)
Damien Miller
2021-04-03
fix incorrect plural; from Ville Skyttä via GHPR#181
Damien Miller
2021-04-03
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
Damien Miller
[next]