Age | Commit message (Expand) | Author |
2020-04-08 | simplify sshkey_try_load_public() | Damien Miller |
2020-04-08 | add sshkey_parse_pubkey_from_private_fileblob_type() | Damien Miller |
2020-04-08 | simplify sshkey_parse_private_fileblob_type() | Damien Miller |
2020-04-08 | check private key type against requested key type in new-style private | Damien Miller |
2020-04-08 | check that pubkey in private key envelope matches actual private key | Damien Miller |
2020-04-08 | refactor private key parsing a little | Damien Miller |
2020-04-07 | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze |
2020-04-07 | Do not restore history flag if it was never set. | Nicholas Marriott |
2020-04-07 | Do not send mouse events if the program has not requested them. | Nicholas Marriott |
2020-04-07 | Limit size to 1x1 (total size 3x3). | Nicholas Marriott |
2020-04-07 | install -d should error out if no directory is given | Marc Espie |
2020-04-06 | Change copy mode to make copy of the pane history so it does not need to | Nicholas Marriott |
2020-04-06 | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze |
2020-04-05 | Add an argument to list-commands to show only a single command. | Nicholas Marriott |
2020-04-05 | Do not assume futex(2) is always returning an errno value. | Martin Pieuchot |
2020-04-05 | Declare pledgenames[] as const. | Visa Hankala |
2020-04-05 | crank to 6.7-beta | Theo de Raadt |
2020-04-04 | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze |
2020-04-04 | Use /dev/audioctlN instead of /dev/mixerN. | Alexandre Ratchov |
2020-04-03 | Use new window and new pane as well for -P to new-session or new-window. | Nicholas Marriott |
2020-04-03 | Stop logging the entire command queue every time we add something, | Nicholas Marriott |
2020-04-03 | Remove some stray argument names from function prototypes, | Ingo Schwarze |
2020-04-03 | #include <stdint.h> because that is needed before #include <ohash.h>; | Ingo Schwarze |
2020-04-03 | r1.522 deleted one too many lines; repair | Damien Miller |
2020-04-03 | sort -N and add it to usage(); | Jason McIntyre |
2020-04-03 | avoid another compiler warning spotted in -portable | Damien Miller |
2020-04-03 | Check previous line rather than an extra line, from Anindya Mukherjee. | Nicholas Marriott |
2020-04-03 | fix format string (use %llu for uint64, not %lld). spotted by Darren and | Damien Miller |
2020-04-03 | Add a flag to re-enable verbose output when in batch mode; | Damien Miller |
2020-04-03 | chacha20-poly1305 AEAD using libcrypto EVP_chacha20 | Damien Miller |
2020-04-03 | make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a larger | Damien Miller |
2020-04-03 | fix debug statement | Damien Miller |
2020-04-03 | the tunnel-forwarding vs ExitOnForwardFailure fix that I committed | Damien Miller |
2020-04-03 | %C expansion just added to Match Exec should include remote user not local | Darren Tucker |
2020-04-03 | make failures when establishing "Tunnel" forwarding terminate the | Damien Miller |
2020-04-03 | Make with config keywords support which percent_expansions more consistent. | Darren Tucker |
2020-04-03 | give ssh-keygen the ability to dump the contents of a binary key | Damien Miller |
2020-04-03 | add allocating variant of the safe utf8 printer; ok dtucker as part of | Damien Miller |
2020-04-02 | When the last file formatted yielded no tags, the tags file got | Ingo Schwarze |
2020-04-02 | Only search the visible part of the history when marking (highlighting) | Nicholas Marriott |
2020-04-02 | Replace a bunch of hand rolled date / time math with gmtime(3). | Florian Obser |
2020-04-02 | Copy tagged strings before marking hyphens as breakable. | Ingo Schwarze |
2020-04-02 | Add a W position to display-menu -y to use the line above (or below) the | Nicholas Marriott |
2020-04-01 | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze |
2020-04-01 | If no -q options are used, expose first 8 midi(4) devices to sndiod clients | Alexandre Ratchov |
2020-04-01 | Do not ignore triple-click and send to pane. | Nicholas Marriott |
2020-04-01 | Add a 10 second timeout to prevent searches taking too much time, from | Nicholas Marriott |
2020-04-01 | Support mouse in popups. | Nicholas Marriott |
2020-04-01 | Do not go down the regex search path (which is expensive because we need | Nicholas Marriott |
2020-04-01 | Use a comparison to check for wrap and avoid an expensive modulus. | Nicholas Marriott |