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-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
2021-02-23
warn when the user specifies a ForwardAgent path that does not exist
Damien Miller
2021-02-18
Fix the hostkeys rotation extension documentation
Damien Miller
2021-02-18
make names in function prototypes match those in definition
Damien Miller
2021-02-18
unbreak SK_DEBUG builds
Damien Miller
2021-02-18
sftp-server: implement limits@openssh.com extension
Damien Miller
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
Markus Friedl
2021-02-15
factor out opt_array_append; ok djm@
Markus Friedl
2021-02-15
ProxyJump takes "none" to disable processing like ProxyCommand does
David Gwynne
2021-02-12
sftp: add missing lsetstat@openssh.com documentation
Damien Miller
2021-02-12
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
Damien Miller
2021-02-05
Remove debug message from sigchld handler. While this works on OpenBSD
Darren Tucker
2021-02-02
whitespace
Damien Miller
2021-02-02
fix memleaks in private key deserialisation; enforce more consistency
Damien Miller
2021-02-02
memleak on error path; ok markus@
Damien Miller
2021-01-31
more strictly enforce KEX state-machine by banning packet types
Damien Miller
[next]