Age | Commit message (Expand) | Author |
2023-07-28 | %C is a callable macro in mdoc(7) so, as we do for %D, escape it; | Jason McIntyre |
2023-07-27 | don't incorrectly truncate logged strings retrieved from PKCS#11 | Damien Miller |
2023-07-27 | make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommand | Damien Miller |
2023-07-27 | increase default KDF work-factor for OpenSSH format private keys from | Damien Miller |
2023-07-27 | Remove antiquated options output | Theo Buehler |
2023-07-26 | make ssh -f (fork after authentication) work properly in multiplexed | Damien Miller |
2023-07-23 | man page typos; ok jmc@ | Christian Weisgerber |
2023-07-23 | sprinkle some void between () in function definitions | Theo Buehler |
2023-07-23 | Remove -stats option from openssl(1) errstr. | Theo Buehler |
2023-07-20 | tweak the allow-remote-pkcs11 text; | Jason McIntyre |
2023-07-19 | Separate ssh-pkcs11-helpers for each p11 module | Damien Miller |
2023-07-19 | Ensure FIDO/PKCS11 libraries contain expected symbols | Damien Miller |
2023-07-19 | Disallow remote addition of FIDO/PKCS11 provider libraries to | Damien Miller |
2023-07-19 | terminate process if requested to load a PKCS#11 provider that | Damien Miller |
2023-07-19 | Partially fix interactive mode in patch | Theo Buehler |
2023-07-19 | Correct visited flag when the last window list is rebuilt by renumbering | Nicholas Marriott |
2023-07-17 | missing match localnetwork negation check | Damien Miller |
2023-07-17 | - add -P to usage() | Jason McIntyre |
2023-07-17 | -P before -p in SYNOPSIS; | Jason McIntyre |
2023-07-17 | configuation -> configuration | Jonathan Gray |
2023-07-17 | move other RCSIDs to before their respective license blocks too | Damien Miller |
2023-07-17 | Move RCSID to before license block and away from #includes, where | Damien Miller |
2023-07-17 | return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a valid | Damien Miller |
2023-07-17 | Add support for configuration tags to ssh(1). | Damien Miller |
2023-07-17 | add a "match localnetwork" predicate. | Damien Miller |
2023-07-17 | remove vestigal support for KRL signatures | Damien Miller |
2023-07-17 | Support for KRL extensions. | Damien Miller |
2023-07-16 | Make the mbstat preserve the same size which is actually used. Also | YASUOKA Masahiko |
2023-07-15 | Prevent patch(1) from scribbling all over the place. | Florian Obser |
2023-07-14 | Set extended keys flag again after reset, from Eric T Johnson. | Nicholas Marriott |
2023-07-14 | Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build. | Darren Tucker |
2023-07-14 | add defence-in-depth checks for some unreachable integer overflows | Damien Miller |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-12 | Don't run off the end of path if it ends in /. | Florian Obser |
2023-07-12 | basename(3) can fail, prevent segfault in strlen(3). | Florian Obser |
2023-07-12 | Use ssize_t instead of short for line lengths | Theo Buehler |
2023-07-11 | Remove Ns and Li and change Nm to Ic, suggested by jmc. | Nicholas Marriott |
2023-07-11 | Add descriptions of copy mode commands, from Michael Bianco. | Nicholas Marriott |
2023-07-10 | It should no longer be necessary to ignore SIGCHLD because it is now | Nicholas Marriott |
2023-07-10 | Loop around waitpid in client, from Azat Khuzhin. | Nicholas Marriott |
2023-07-10 | finish v5.36, UList was a bit more work | Marc Espie |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-10 | misplaced debug message | Damien Miller |
2023-07-09 | Call closefrom after removing signals because newer libevent doesn't | Nicholas Marriott |
2023-07-08 | max_processes -> max_jobs in usage(); | Jason McIntyre |
2023-07-08 | nitpicking: singular of children is child | Marc Espie |
2023-07-08 | talk about "jobs" because that's make knows, and mention the heuristics | Marc Espie |
2023-07-08 | cosmetic clean-up of UList.pm, no signatures yet | Marc Espie |
2023-07-08 | move everyone besides UList to use v5.36 | Marc Espie |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. | YASUOKA Masahiko |