summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2024-06-14make host/banner comments go to stderr instead of stdout, so theyDamien Miller
2024-06-13separate keywords with commaChristian Weisgerber
2024-06-12split PerSourcePenalties address tracking. Previously it used oneDamien Miller
2024-06-11do not mark up "(default: 20ms)";Jason McIntyre
2024-06-11reap preauth net child if it hangs up during privsep message send, notDamien Miller
2024-06-11reap the pre-auth [net] child if it hangs up during privsep messageDamien Miller
2024-06-11a little more RB_TREE paranoiaDamien Miller
2024-06-11fix off-by-one comparison for PerSourcePenalty overflow:deny-all modeDamien Miller
2024-06-11move tree init before possible early returnDamien Miller
2024-06-11update to mention that PerSourcePenalties default to being enabledDamien Miller
2024-06-11reap the [net] child if it hangs up while writing privsep messageDamien Miller
2024-06-11log waitpid() status for abnormal exitsDamien Miller
2024-06-11correct error messageDamien Miller
2024-06-07avoid shadowing issues which some compilers won't acceptTheo de Raadt
2024-06-06escape the final dot at eol in "e.g." to avoid double spacing;Jason McIntyre
2024-06-06enable PerSourcePenalties by default.Damien Miller
2024-06-06mention that PerSourcePenalties don't affect concurrent in-progressDamien Miller
2024-06-06disable stderr redirection before closing fdsDamien Miller
2024-06-06Add a facility to sshd(8) to penalise particular problematic clientDamien Miller
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt
2024-06-04Avoid unnecessary string traversals in u8_isutf() and substr().Todd C. Miller
2024-06-04now that we have dired-up-directory, use it in dired-jump tooOmar Polo
2024-06-04add dired-up-directory bound to ^ to go up on directory in dired buffersOmar Polo
2024-06-03OpenBSD intentionally does not print a flavor for -r.Florian Obser
2024-06-03Spelling fixes and removal of unneeded prototypes and extern.Todd C. Miller