summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2024-06-03Build with WARNINGS=Yes and fix resulting warnings.Todd C. Miller
2024-06-01sndiod: Don't add/remove server.device entries in dev_{open,close}()Alexandre Ratchov
2024-06-01be really strict with fds reserved for communication with the separateDamien Miller
2024-05-31warn when -r (deprecated option to disable re-exec) is passedDamien Miller
2024-05-31typosDamien Miller
2024-05-30avoid potential use-after-freeJonathan Gray
2024-05-27openssl x509: rename pub_key to dsa_pub_keyTheo Buehler
2024-05-27openssl: enable -Wshadow for clangTheo Buehler
2024-05-27openssl: avoid shadowed pkeys in x509.cTheo Buehler
2024-05-27don't need sys/queue.h hereDamien Miller
2024-05-26remove references to SSH1 and DSA server keysChristian Weisgerber
2024-05-24sndiod: Set the display string of all server.device entriesAlexandre Ratchov
2024-05-24sndiod: Propagate the controls' display string to clients.Alexandre Ratchov
2024-05-24sndio: Add a display string to the sioctl_open APIAlexandre Ratchov
2024-05-24sndiod: Use a 'unsigned char *' for the pointer to the temp sock bufferAlexandre Ratchov
2024-05-24sndiod: Hide "hardware" device's server.device control.Alexandre Ratchov
2024-05-24sndiod: Don't mark as dirty controls that have not been changedAlexandre Ratchov
2024-05-24typo: "pwdtries" -> "passwordtries"; ok millert@Omar Polo
2024-05-24Do not escape $ unless DQ is set, that is the only case where we need toNicholas Marriott
2024-05-24Add N to search backwards in tree modes, from Fadi Afani in GitHub issueNicholas Marriott
2024-05-23remove unused struct fwd_perm_list, no decl with complete typeJonathan Gray
2024-05-22Do not pass -Werror twice when building with clang.Christian Weisgerber
2024-05-22Do not pass -Werror if building with gcc 3, for asn1.h and bio.h causeMiod Vallat
2024-05-21aucat.1: Fix needless line breaks in the -h and MIDI sections.Alexandre Ratchov
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-20fix usage; Thomas Klausner will commit the same diff to NetBSD within theIgor Sobrado
2024-05-19remove prototype with no matching functionJonathan Gray
2024-05-19remove prototypes with no matching function; ok ratchov@Jonathan Gray
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching function; ok nicm@Jonathan Gray
2024-05-18remove externs with no matching var; ok nicm@Jonathan Gray
2024-05-18remove extern with no matching var; ok tb@Jonathan Gray
2024-05-18remove prototypes with no matching function; ok tb@Jonathan Gray