Age | Commit message (Expand) | Author |
2024-03-29 | SYS_msyscall will go away soon. kdump does not need a special handler | Theo de Raadt |
2024-03-29 | Back out tzset(3) change, it is not effective. | Todd C. Miller |
2024-03-29 | Call tzset() in main() so we don't need to check TZ repeatedly. | Todd C. Miller |
2024-03-26 | Fix selection present check, reported by M Kelly. | Nicholas Marriott |
2024-03-26 | Import regenerated moduli. | Darren Tucker |
2024-03-26 | print amps and watts | David Gwynne |
2024-03-25 | remove possibly bogus length check | Omar Polo |
2024-03-25 | whois: use getline(3) instead of fgetln(3) | Todd C. Miller |
2024-03-25 | Clean up create_digest() | Theo Buehler |
2024-03-24 | whois: remove obsolete handle support | Todd C. Miller |
2024-03-22 | add "-V none" to prevent making any backups | Joshua Stein |
2024-03-22 | aucat: Allow any device sample encoding. | Alexandre Ratchov |
2024-03-22 | aucat: Add a bytes-per-sample argument to allcobuf() | Alexandre Ratchov |
2024-03-21 | Fix white space. OK tobhe@ | Alexander Bluhm |
2024-03-21 | Write padding character into the right position. | Nicholas Marriott |
2024-03-21 | Reduce escape-time default to 10 milliseconds, 500 is far too long for | Nicholas Marriott |
2024-03-21 | Add -M to always turn mouse on in a menu, GitHub issue 3779. | Nicholas Marriott |
2024-03-21 | Look for feature code 21 for DECSLRM and 28 for DECFRA in the device | Nicholas Marriott |
2024-03-21 | Use -p for default paste-buffer command in buffer mode, it will only do | Nicholas Marriott |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2024-03-21 | Revert detach-client part of last, did not intend this to go in. | Nicholas Marriott |
2024-03-21 | Do not consider a selection present if it is empty, from Michael Grant | Nicholas Marriott |
2024-03-20 | Remove some else statements in if () else if () chains that don't need | Claudio Jeker |
2024-03-20 | aucat: Add generic channel mapping in place of -j and -c options. | Alexandre Ratchov |
2024-03-16 | add -S to usage(); | Jason McIntyre |
2024-03-16 | whois: trim output after ">>> Last update of WHOIS database:" | Todd C. Miller |
2024-03-14 | Clarify how literal IPv6 addresses can be used in -J mode | Job Snijders |
2024-03-13 | Make the attach-session description clearer - do not mention creating a | Nicholas Marriott |
2024-03-11 | openssh-9.7 | Damien Miller |
2024-03-09 | avoid logging in signal handler by converting mainloop to ppoll() | Damien Miller |
2024-03-08 | skip more whitespace, fixes find-principals on allowed_signers | Damien Miller |
2024-03-06 | Check for the right flag to fix split-window -p, from Bryan Childs. | Nicholas Marriott |
2024-03-06 | fix memory leak in mux proxy mode when requesting forwarding. | Damien Miller |
2024-03-06 | wrap a few PKCS#11-specific bits in ENABLE_PKCS11 | Damien Miller |
2024-03-05 | whois: use whois.internic.net for -i option | Todd C. Miller |
2024-03-04 | fix leak of CanonicalizePermittedCNAMEs on error path; spotted | Damien Miller |
2024-03-04 | Separate parsing of string array options from applying them to the | Damien Miller |
2024-03-03 | Clarify which part of the path name is considered for substitution. | Todd C. Miller |
2024-03-02 | examples should show how to check the signature of the next release | Sebastian Benoit |
2024-03-01 | Clarify behavior when there is more than one run of Xs. | Todd C. Miller |
2024-03-01 | mktemp(1): add suffix support for compatibility with the GNU version | Todd C. Miller |
2024-02-28 | Expand only ever user of PBEPARAM_free() outside of libcrypto | Theo Buehler |
2024-02-28 | Refactor blk_match(). Fold the remaining data and empty file or no blocks | Claudio Jeker |
2024-02-27 | Split hash_file into three steps, setup, add buf and final. | Claudio Jeker |
2024-02-27 | Recent ctfconv refactoring broke support for long double types, as | Anton Lindqvist |
2024-02-25 | New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI | Theo de Raadt |
2024-02-22 | Print the size of more objects (basic types and enums) based on their | Claudio Jeker |
2024-02-22 | Rewrite the it_cmp() function to use the common check bigger than, check | Claudio Jeker |
2024-02-22 | The ctt_size of integers and floating point numbers is in bytes not bits. | Claudio Jeker |
2024-02-21 | In it_cmp() make sure that arrays are only considered equal if both | Claudio Jeker |