summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2023-07-07Use "llu%" for printing the uint64_t fields in tcpcb.YASUOKA Masahiko
2023-07-06minleft and maxsign are u_int so cast appropriately. Prompted byDarren Tucker
2023-07-06start moving a few files to use v5.36;Marc Espie
2023-07-04The recent change to DIOCGETRULE allows applications whichAlexandr Nedvedicky
2023-07-04add support for unix domain sockets to ssh -WDavid Gwynne
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-07-03Do not risk writing over the end of the buffer when it ends in #Nicholas Marriott
2023-07-03some minor fix up;Jason McIntyre
2023-07-03Another warning fix for GCC from Thomas Klausner.Nicholas Marriott
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsBob Beck
2023-07-03Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitBob Beck
2023-07-02Use TSO and LRO on the loopback interface to transfer TCP faster.Alexander Bluhm
2023-07-02Teach openssl ca about Ed25519 certificatesTheo Buehler