summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-07-18mention mux proxy modeDamien Miller
2024-07-17sed: use warn()/err() where appropriateTodd C. Miller
2024-07-17Display an error message for "sed -i" if the file is unwritableTodd C. Miller
2024-07-14fix double word; ok dtucker@Jonathan Gray
2024-07-13Move the sigaction next to multiTheo Buehler
2024-07-12UTF-8 keys now contain the internal representation and not the UnicodeNicholas Marriott
2024-07-12use sigaction() to setup SIGARLM so we can set SA_RESTART, andTheo de Raadt
2024-07-10correct keyword; from Yatao Su via GHPR509Damien Miller
2024-07-10an universal -> a universalJason McIntyre
2024-07-09document C-u handling on shell-command{,-on-region}, forgot in previousOmar Polo
2024-07-09mg: handle C-u in M-! and M-|Omar Polo
2024-07-09do not need to force bss values to 0Theo de Raadt
2024-07-09KNF a pile of else if blocks; ok tbTheo de Raadt
2024-07-08aucat: check for failled allocationAlexandre Ratchov
2024-07-08mg: fix auto-indent-mode with custom tab widthsOmar Polo
2024-07-08IN_MULTICAST uses host byte orderFlorian Obser
2024-07-08Adjust manpage for SPKAC removalTheo Buehler
2024-07-08Remove spkac subcommandTheo Buehler
2024-07-08Remove spkac handling from openssl(1) caTheo Buehler
2024-07-08don't need return at end of void functionDamien Miller
2024-07-04fix grammar: "a pattern lists" -> "one or more pattern lists"Damien Miller
2024-07-01signal handler must use the save_errno dance, and massage a variableTheo de Raadt
2024-07-01missing save_errno dance inside non-terminal signal handlerTheo de Raadt
2024-07-01openssh-9.8Damien Miller
2024-07-01when sending ObscureKeystrokeTiming chaff packets, we can'tDamien Miller
2024-06-29remove unused varsJonathan Gray
2024-06-27delete obsolete commentDamien Miller
2024-06-27retire unused APIDamien Miller
2024-06-27ssl(8) no longer contains a HISTORY section;Jason McIntyre
2024-06-26move child process waitpid() loop out of SIGCHLD handler;Damien Miller
2024-06-26Instead of using possibly complex ssh_signal(), write all the partsTheo de Raadt
2024-06-26save_errno wrappers inside two small signal handlers that performTheo de Raadt
2024-06-24Add a way (refresh-client -r) for control mode clients to provide OSC 10Nicholas Marriott
2024-06-24Check the underline style colour against the correct default value againNicholas Marriott
2024-06-24- uppercase start of sentenceJason McIntyre
2024-06-24mention SshdSessionPath optionDamien Miller
2024-06-23openssl ca: avoid double free for spkac files without default sectionTheo Buehler
2024-06-20stricter check for overfull tables in penalty record pathDamien Miller
2024-06-19put back reaping of preauth child process when writes from the monitorDamien Miller
2024-06-18Quiet compiler warnings when built with WARNINGS=YesTodd C. Miller
2024-06-18Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline().Todd C. Miller
2024-06-17remove one more mention of DSAChristian Weisgerber
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2024-06-17promote connection-closed messages from verbose to info log level;Damien Miller
2024-06-16Add note about timeout(1)'s standards complianceJob Snijders
2024-06-16Add new argument for IEEE 1003.1-2024 aka POSIX.1Job Snijders
2024-06-14support (ignore) universal ctags extended metadata in tagaddressOmar Polo
2024-06-14sort -q in the options list;Jason McIntyre
2024-06-14clarify KEXAlgorithms supported vs available. Inspired by bz3701Damien Miller
2024-06-14ssh-keyscan -q man bitsDamien Miller