Age | Commit message (Expand) | Author |
2024-04-02 | Oops, incorrect hex conversion spotted by claudio. While here try to | Theo de Raadt |
2024-04-02 | for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(), | Theo de Raadt |
2024-04-02 | can shortcut by returning strtonum() value directly; ok djm | Theo de Raadt |
2024-04-02 | rewrite convtime() to use a isdigit-scanner and strtonum() instead of | Theo de Raadt |
2024-04-02 | Remove unused ptr[3] char array in pkcs11_decode_hex. | Claudio Jeker |
2024-04-02 | Replace non-idiomatic strtoul(, 16) to parse a region of 2-character | Theo de Raadt |
2024-04-02 | Use strtonum() instead of severely non-idomatic strtoul() | Theo de Raadt |
2024-04-02 | sndiod: Migrate clients upon watchdog timeout | Alexandre Ratchov |
2024-04-02 | sndiod: Fix confusion between the slot and ctlslot pointers | Alexandre Ratchov |
2024-04-01 | also create a relink kit for ssh-agent, since it is a long-running setgid | Theo de Raadt |
2024-04-01 | new-style relink kit for sshd. The old scheme created a Makefile by | Theo de Raadt |
2024-04-01 | Mention that port can be specified as 0 in some situations, so that the | Theo de Raadt |
2024-03-30 | in OpenSSH private key format, correct type for subsequent private | Damien Miller |
2024-03-30 | allow WAYLAND_DISPLAY to enable SSH_ASKPASS | Damien Miller |
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 |