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-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
2021-04-03
unused variable
Damien Miller
2021-04-03
Fix two problems in string->argv conversion: 1) multiple backslashes
Damien Miller
2021-03-31
Use new limits@openssh.com protocol extension to let the client select
Damien Miller
2021-03-31
do not advertise protocol extensions that have been disallowed by
Damien Miller
2021-03-19
return non-zero exit status when killed by signal; bz#3281
Damien Miller
2021-03-19
increase maximum SSH2_FXP_READ to match the maximum packet size.
Damien Miller
2021-03-16
don't let logging clobber errno before use
Damien Miller
2021-03-12
spelling
Jonathan Gray
2021-03-12
Add ModuliFile keyword to sshd_config to specify the location of the
Darren Tucker
2021-03-12
pwcopy() struct passwd that we're going to reuse across a bunch of
Damien Miller
2021-03-10
Import regenerated moduli file.
Darren Tucker
2021-03-10
no need to reset buffer after send_msg() as that is done for us;
Damien Miller
2021-03-06
Fix PRINT macro, the suffix param to sshlog() was missing.
Todd C. Miller
2021-03-03
don't sshbuf_get_u32() into an enum; reported by goetze AT
Damien Miller
2021-03-03
typo in other_hostkeys_message() display output, ok djm
Stuart Henderson
2021-03-03
needs FILE*; from Mike Frysinger
Damien Miller
2021-03-02
openssh-8.5
Damien Miller
2021-02-28
Add %k to list of keywords. From Eero Häkkinenvia bz#3267
Darren Tucker
2021-02-28
Do not try to reset signal handler for signal 0 in subprocess.
Darren Tucker
2021-02-27
fix alphabetic ordering of options; spotted by Iain Morgan
Damien Miller
2021-02-26
a bit more debugging behind #ifdef DEBUG_SK
Damien Miller
2021-02-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
Darren Tucker
2021-02-23
lots more s/key types/signature algorithms/ mostly in
Damien Miller
2021-02-23
Correct reference to signature algorithms as keys; from Jakub Jelen
Damien Miller
[next]