summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh
AgeCommit message (Expand)AuthorFilesLines
2020-06-22some clarifying commentsdjm1-2/+9
2020-06-22updated argument name for -P in first synopsis was missed in previous;jmc1-2/+2
2020-06-22supply word missing in previous;jmc1-2/+2
2020-06-22Add support for FIDO webauthn (verification only). webauthn is adjm3-6/+130
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportdjm1-21/+23
2020-06-22support for RFC4648 base64url encoding; ok markusdjm2-2/+47
2020-06-22better terminology for permissions; feedback & ok markus@djm1-11/+11
2020-06-22better terminology for permissions; feedback & ok markus@djm3-37/+37
2020-06-19Correct synopsis and usage for the options accepted when passing a commanddtucker2-5/+12
2020-06-18check public host key matches private; ok markus@ (as part ofdjm1-2/+11
2020-06-18avoid spurious "Unable to load host key" message when sshd can load adjm1-2/+8
2020-06-12correct RFC number; from HARUYAMA Seigo via GH PR191djm1-1/+1
2020-06-05unbreak "sshd -ddd" - close of config passing fd happened too early.djm1-2/+1
2020-06-05make sshbuf_putb(b, NULL) a no-opdjm1-1/+3
2020-06-05make sshbuf_dump() args constdjm2-4/+4
2020-06-05wrap long linedjm1-2/+3
2020-06-05Correct historical comment: provos@ modified OpenSSH to work with SSLeaydtucker1-2/+2
2020-06-03Import regenerated moduli file.dtucker6-413/+452
2020-06-01Remove now-unused proto_spec and associated definitions. ok djm@dtucker2-34/+2
2020-05-29Fix error message on close(2) and add printf format attributes.millert1-4/+7
2020-05-29Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.dtucker2-5/+14
2020-05-29Pass a NULL instead of zeroed out va_list from dollar_expand. The originaldtucker1-4/+2
2020-05-29remove a stray .El;jmc1-2/+1
2020-05-29mention that wildcards are processed in lexical order; bz#3165djm2-4/+5
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentdtucker5-52/+229
2020-05-29fix compilation on !HAVE_DLOPEN platforms; stub function was notdjm1-2/+3
2020-05-29fix exit status for downloading of FIDO resident keys; fromdjm1-4/+4
2020-05-29Fix multiplier in convtime when handling seconds after other units.dtucker1-2/+3
2020-05-27fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelendjm1-10/+21
2020-05-27Do not call process_queued_listen_addrs() for every included filedjm1-5/+5
2020-05-27fix crash in recallocarray when deleting SendEnv variables;djm1-2/+7
2020-05-26fix memleak of signature; from Pedro Martellettodjm1-5/+8
2020-05-26Restrict ssh-agent from signing web challenges for FIDO keys.djm1-10/+100
2020-05-26improve logging for MaxStartups connection throttling: have sshd logdjm1-24/+64
2020-05-26add fmt_timeframe() (from bgpd) to format a time interval in a human-djm2-21/+53
2020-05-18avoid possible NULL deref; from Pedro Martellettodjm1-3/+5
2020-05-15sshd listener must not block if reexecd sshd exits early:markus1-2/+3
2020-05-15fix off-by-one error that caused sftp downloads to make one moredjm1-2/+2
2020-05-13we are still aiming for pre-C99 ...deraadt1-2/+2
2020-05-13Enable credProtect extension when generating a resident key.djm1-0/+57
2020-05-13always call fido_init(); previous behaviour only called fido_init() whendjm1-6/+11
2020-05-13preserve group/world read permission on known_hosts file across runs ofdjm1-1/+5
2020-05-13when ordering the hostkey algorithms to request from a server,djm3-6/+31
2020-05-12fix non-ASCII quote that snuck in; spotted by Gabriel Kihlmandjm1-1/+1
2020-05-11clarify role of FIDO tokens in multi-factor authentictation;djm1-0/+7
2020-05-08fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@djm2-6/+8
2020-05-06openssh-8.3; ok deraadt@djm1-2/+2
2020-05-06another case where a utimes() failure could make scp send adjm1-4/+2
2020-05-02we have a sshkey_save_public() function to save public keys; use itdjm1-49/+18
2020-05-01when receving a file in sink(), be careful to send at most a singledjm1-37/+59