Age | Commit message (Expand) | Author |
2024-06-14 | make host/banner comments go to stderr instead of stdout, so they | Damien Miller |
2024-06-13 | separate keywords with comma | Christian Weisgerber |
2024-06-12 | split PerSourcePenalties address tracking. Previously it used one | Damien Miller |
2024-06-11 | do not mark up "(default: 20ms)"; | Jason McIntyre |
2024-06-11 | reap preauth net child if it hangs up during privsep message send, not | Damien Miller |
2024-06-11 | reap the pre-auth [net] child if it hangs up during privsep message | Damien Miller |
2024-06-11 | a little more RB_TREE paranoia | Damien Miller |
2024-06-11 | fix off-by-one comparison for PerSourcePenalty overflow:deny-all mode | Damien Miller |
2024-06-11 | move tree init before possible early return | Damien Miller |
2024-06-11 | update to mention that PerSourcePenalties default to being enabled | Damien Miller |
2024-06-11 | reap the [net] child if it hangs up while writing privsep message | Damien Miller |
2024-06-11 | log waitpid() status for abnormal exits | Damien Miller |
2024-06-11 | correct error message | Damien Miller |
2024-06-07 | avoid shadowing issues which some compilers won't accept | Theo de Raadt |
2024-06-06 | escape the final dot at eol in "e.g." to avoid double spacing; | Jason McIntyre |
2024-06-06 | enable PerSourcePenalties by default. | Damien Miller |
2024-06-06 | mention that PerSourcePenalties don't affect concurrent in-progress | Damien Miller |
2024-06-06 | disable stderr redirection before closing fds | Damien Miller |
2024-06-06 | Add a facility to sshd(8) to penalise particular problematic client | Damien Miller |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-06-04 | Avoid unnecessary string traversals in u8_isutf() and substr(). | Todd C. Miller |
2024-06-04 | now that we have dired-up-directory, use it in dired-jump too | Omar Polo |
2024-06-04 | add dired-up-directory bound to ^ to go up on directory in dired buffers | Omar Polo |
2024-06-03 | OpenBSD intentionally does not print a flavor for -r. | Florian Obser |
2024-06-03 | Spelling fixes and removal of unneeded prototypes and extern. | Todd C. Miller |
2024-06-03 | Build with WARNINGS=Yes and fix resulting warnings. | Todd C. Miller |
2024-06-01 | sndiod: Don't add/remove server.device entries in dev_{open,close}() | Alexandre Ratchov |
2024-06-01 | be really strict with fds reserved for communication with the separate | Damien Miller |
2024-05-31 | warn when -r (deprecated option to disable re-exec) is passed | Damien Miller |
2024-05-31 | typos | Damien Miller |
2024-05-30 | avoid potential use-after-free | Jonathan Gray |
2024-05-27 | openssl x509: rename pub_key to dsa_pub_key | Theo Buehler |
2024-05-27 | openssl: enable -Wshadow for clang | Theo Buehler |
2024-05-27 | openssl: avoid shadowed pkeys in x509.c | Theo Buehler |
2024-05-27 | don't need sys/queue.h here | Damien Miller |
2024-05-26 | remove references to SSH1 and DSA server keys | Christian Weisgerber |
2024-05-24 | sndiod: Set the display string of all server.device entries | Alexandre Ratchov |
2024-05-24 | sndiod: Propagate the controls' display string to clients. | Alexandre Ratchov |
2024-05-24 | sndio: Add a display string to the sioctl_open API | Alexandre Ratchov |
2024-05-24 | sndiod: Use a 'unsigned char *' for the pointer to the temp sock buffer | Alexandre Ratchov |
2024-05-24 | sndiod: Hide "hardware" device's server.device control. | Alexandre Ratchov |
2024-05-24 | sndiod: Don't mark as dirty controls that have not been changed | Alexandre Ratchov |
2024-05-24 | typo: "pwdtries" -> "passwordtries"; ok millert@ | Omar Polo |
2024-05-24 | Do not escape $ unless DQ is set, that is the only case where we need to | Nicholas Marriott |
2024-05-24 | Add N to search backwards in tree modes, from Fadi Afani in GitHub issue | Nicholas Marriott |
2024-05-23 | remove unused struct fwd_perm_list, no decl with complete type | Jonathan Gray |
2024-05-22 | Do not pass -Werror twice when building with clang. | Christian Weisgerber |
2024-05-22 | Do not pass -Werror if building with gcc 3, for asn1.h and bio.h cause | Miod Vallat |
2024-05-21 | aucat.1: Fix needless line breaks in the -h and MIDI sections. | Alexandre Ratchov |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |