summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2020-06-26Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so weDarren Tucker
2020-06-26Expand path to ~/.ssh/rc rather than relying on it being relative to theDarren Tucker
2020-06-24fix kex mem-leak in ssh_packet_close; ok djmMarkus Friedl
2020-06-24fix ssh -O proxy w/mux which got broken by no longerMarkus Friedl
2020-06-24support loading big sshd_config files w/o realloc; ok djmMarkus Friedl
2020-06-24allow sshd_config longer than 256k; ok djmMarkus Friedl
2020-06-24only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djmMarkus Friedl
2020-06-22some clarifying commentsDamien Miller
2020-06-22updated argument name for -P in first synopsis was missed in previous;Jason McIntyre
2020-06-22supply word missing in previous;Jason McIntyre
2020-06-22Add support for FIDO webauthn (verification only). webauthn is aDamien Miller
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportDamien Miller
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-19Correct synopsis and usage for the options accepted when passing a commandDarren Tucker
2020-06-18check public host key matches private; ok markus@ (as part ofDamien Miller
2020-06-18avoid spurious "Unable to load host key" message when sshd can load aDamien Miller
2020-06-12correct RFC number; from HARUYAMA Seigo via GH PR191Damien Miller
2020-06-05unbreak "sshd -ddd" - close of config passing fd happened too early.Damien Miller
2020-06-05make sshbuf_putb(b, NULL) a no-opDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-06-05wrap long lineDamien Miller
2020-06-05Correct historical comment: provos@ modified OpenSSH to work with SSLeayDarren Tucker
2020-06-03Import regenerated moduli file.Darren Tucker
2020-06-01Remove now-unused proto_spec and associated definitions. ok djm@Darren Tucker
2020-05-29Fix error message on close(2) and add printf format attributes.Todd C. Miller
2020-05-29Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.Darren Tucker
2020-05-29Pass a NULL instead of zeroed out va_list from dollar_expand. The originalDarren Tucker
2020-05-29remove a stray .El;Jason McIntyre
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-05-29fix compilation on !HAVE_DLOPEN platforms; stub function was notDamien Miller
2020-05-29fix exit status for downloading of FIDO resident keys; fromDamien Miller
2020-05-29Fix multiplier in convtime when handling seconds after other units.Darren Tucker
2020-05-27fix Include before Match in sshd_config; bz#3122 patch from Jakub JelenDamien Miller
2020-05-27Do not call process_queued_listen_addrs() for every included fileDamien Miller
2020-05-27fix crash in recallocarray when deleting SendEnv variables;Damien Miller
2020-05-26fix memleak of signature; from Pedro MartellettoDamien Miller
2020-05-26Restrict ssh-agent from signing web challenges for FIDO keys.Damien Miller
2020-05-26improve logging for MaxStartups connection throttling: have sshd logDamien Miller
2020-05-26add fmt_timeframe() (from bgpd) to format a time interval in a human-Damien Miller
2020-05-18avoid possible NULL deref; from Pedro MartellettoDamien Miller
2020-05-15sshd listener must not block if reexecd sshd exits early:Markus Friedl
2020-05-15fix off-by-one error that caused sftp downloads to make one moreDamien Miller
2020-05-13we are still aiming for pre-C99 ...Theo de Raadt
2020-05-13Enable credProtect extension when generating a resident key.Damien Miller
2020-05-13always call fido_init(); previous behaviour only called fido_init() whenDamien Miller
2020-05-13preserve group/world read permission on known_hosts file across runs ofDamien Miller
2020-05-13when ordering the hostkey algorithms to request from a server,Damien Miller