summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2020-05-12fix non-ASCII quote that snuck in; spotted by Gabriel KihlmanDamien Miller
2020-05-11clarify role of FIDO tokens in multi-factor authentictation;Damien Miller
2020-05-08fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@Damien Miller
2020-05-06openssh-8.3; ok deraadt@Damien Miller
2020-05-06another case where a utimes() failure could make scp send aDamien Miller
2020-05-02we have a sshkey_save_public() function to save public keys; use itDamien Miller
2020-05-01when receving a file in sink(), be careful to send at most a singleDamien Miller
2020-05-01expose vasnmprintf(); ok (as part of other commit) markus deraadtDamien Miller
2020-05-01avoid NULL dereference when attempting to convert invalid ssh.comDamien Miller
2020-04-30tweak previous; ok markusJason McIntyre
2020-04-30bring back debug() removed in rev 1.74; noted by pradeep kumarMarkus Friedl
2020-04-30run the 2nd ssh with BatchMode for scp -3Markus Friedl
2020-04-28when signing a challenge using a FIDO toke, perform the hashing in theDamien Miller
2020-04-26Fix comment typo. Patch from mforney at mforney.org.Darren Tucker
2020-04-25We've standardized on memset over bzero, replace a couple that had slippedDarren Tucker
2020-04-24Fix incorrect error message for "too many known hosts files." bz#3149, patchDarren Tucker
2020-04-24Remove leave_non_blocking() which is now dead code because nothing setsDarren Tucker
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-20fix a bug I introduced in r1.406: when printing private key fingerprintDamien Miller