summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-07-28%C is a callable macro in mdoc(7) so, as we do for %D, escape it;Jason McIntyre
2023-07-27don't incorrectly truncate logged strings retrieved from PKCS#11Damien Miller
2023-07-27make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommandDamien Miller
2023-07-27increase default KDF work-factor for OpenSSH format private keys fromDamien Miller
2023-07-27Remove antiquated options outputTheo Buehler
2023-07-26make ssh -f (fork after authentication) work properly in multiplexedDamien Miller
2023-07-23man page typos; ok jmc@Christian Weisgerber
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-07-23Remove -stats option from openssl(1) errstr.Theo Buehler
2023-07-20tweak the allow-remote-pkcs11 text;Jason McIntyre
2023-07-19Separate ssh-pkcs11-helpers for each p11 moduleDamien Miller
2023-07-19Ensure FIDO/PKCS11 libraries contain expected symbolsDamien Miller
2023-07-19Disallow remote addition of FIDO/PKCS11 provider libraries toDamien Miller
2023-07-19terminate process if requested to load a PKCS#11 provider thatDamien Miller
2023-07-19Partially fix interactive mode in patchTheo Buehler
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingNicholas Marriott
2023-07-17missing match localnetwork negation checkDamien Miller
2023-07-17- add -P to usage()Jason McIntyre
2023-07-17-P before -p in SYNOPSIS;Jason McIntyre
2023-07-17configuation -> configurationJonathan Gray
2023-07-17move other RCSIDs to before their respective license blocks tooDamien Miller
2023-07-17Move RCSID to before license block and away from #includes, whereDamien Miller
2023-07-17return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a validDamien Miller
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-07-17add a "match localnetwork" predicate.Damien Miller
2023-07-17remove vestigal support for KRL signaturesDamien Miller
2023-07-17Support for KRL extensions.Damien Miller
2023-07-16Make the mbstat preserve the same size which is actually used. AlsoYASUOKA Masahiko
2023-07-15Prevent patch(1) from scribbling all over the place.Florian Obser
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.Nicholas Marriott
2023-07-14Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.Darren Tucker
2023-07-14add defence-in-depth checks for some unreachable integer overflowsDamien Miller
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessNicholas Marriott
2023-07-12Don't run off the end of path if it ends in /.Florian Obser
2023-07-12basename(3) can fail, prevent segfault in strlen(3).Florian Obser
2023-07-12Use ssize_t instead of short for line lengthsTheo Buehler
2023-07-11Remove Ns and Li and change Nm to Ic, suggested by jmc.Nicholas Marriott
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.Nicholas Marriott
2023-07-10It should no longer be necessary to ignore SIGCHLD because it is nowNicholas Marriott
2023-07-10Loop around waitpid in client, from Azat Khuzhin.Nicholas Marriott
2023-07-10finish v5.36, UList was a bit more workMarc Espie
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger inNicholas Marriott
2023-07-10misplaced debug messageDamien Miller
2023-07-09Call closefrom after removing signals because newer libevent doesn'tNicholas Marriott
2023-07-08max_processes -> max_jobs in usage();Jason McIntyre
2023-07-08nitpicking: singular of children is childMarc Espie
2023-07-08talk about "jobs" because that's make knows, and mention the heuristicsMarc Espie
2023-07-08cosmetic clean-up of UList.pm, no signatures yetMarc Espie
2023-07-08move everyone besides UList to use v5.36Marc Espie
2023-07-07Expand the counters in struct mbstat from u_short to u_long.YASUOKA Masahiko