Age | Commit message (Expand) | Author |
2020-03-12 | Add a -d flag to run-shell to wait for delay before running the command, | Nicholas Marriott |
2020-03-12 | Add a copy-mode -H flag to hide the position marker in the top right. | Nicholas Marriott |
2020-03-12 | Change how double and triple clicks works so that one or the other is | Nicholas Marriott |
2020-03-12 | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | Nicholas Marriott |
2020-03-12 | When the server socket is given by the user with -S, create it with | Nicholas Marriott |
2020-03-11 | Start a new selection if outside the existing selection after a word has | Nicholas Marriott |
2020-03-11 | Add some number operators for formats, from Tyler Culp. | Nicholas Marriott |
2020-03-08 | Don't forget to notify clients when controls list is ready. | Alexandre Ratchov |
2020-03-07 | Use correct width of right marker so it doesn't draw over status right | Nicholas Marriott |
2020-03-06 | fix relative includes in sshd_config; ok djm | Markus Friedl |
2020-03-06 | fix use-after-free in do_download_sk; ok djm | Markus Friedl |
2020-03-06 | do not leak oprincipals; ok djm | Markus Friedl |
2020-03-06 | initialize seconds for debug message; ok djm | Markus Friedl |
2020-03-06 | correct return code; ok djm | Markus Friedl |
2020-03-06 | principalsp is optional, pubkey required; ok djm | Markus Friedl |
2020-03-06 | remove unused variables in ssh-pkcs11-helper; ok djm | Markus Friedl |
2020-03-06 | return correct error in sshsk_ed25519_sig; ok djm | Markus Friedl |
2020-03-06 | fix possible null-deref in check_key_not_revoked; ok djm | Markus Friedl |
2020-03-06 | ssh_fetch_identitylist() returns the return value from | Markus Friedl |
2020-03-06 | sshkey_cert_check_authority requires reason to be set; ok djm | Markus Friedl |
2020-03-06 | passphrase depends on kdfname, not ciphername (possible null-deref); | Markus Friedl |
2020-03-06 | consistently check packet_timeout_ms against 0; ok djm | Markus Friedl |
2020-03-06 | initialize cname in case ai_canonname is NULL or too long; ok djm | Markus Friedl |
2020-03-06 | fix uninitialized pointers for forward_cancel; ok djm | Markus Friedl |
2020-03-06 | exit on parse failures in input_service_request; ok djm | Markus Friedl |
2020-03-06 | fix null-deref on calloc failure; ok djm | Markus Friedl |
2020-03-06 | exit if ssh_krl_revoke_key_sha256 fails; ok djm | Markus Friedl |
2020-03-06 | pkcs11_register_provider: return < 0 on error; ok djm | Markus Friedl |
2020-03-06 | sshsig: return correct error, fix null-deref; ok djm | Markus Friedl |
2020-03-06 | vasnmprintf allocates str and returns -1; ok djm | Markus Friedl |
2020-03-06 | sshpkt_fatal() does not return; ok djm | Markus Friedl |
2020-03-06 | Update latest client for target session on switch-client. | Nicholas Marriott |
2020-03-06 | lndir(1) doesn't need write access to any files and/or folders so wpath promise | Ricardo Mestre |
2020-03-02 | Use current session for cwd of new sessions, not the new session which | Nicholas Marriott |
2020-03-01 | update currency exchange rates; | Jason McIntyre |
2020-02-28 | no-touch-required certificate option should be an extension, not | Damien Miller |
2020-02-28 | better error message when trying to use a FIDO key function and | Damien Miller |
2020-02-27 | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze |
2020-02-27 | Merge a missing fix from awk-12202012 and update the version and FIXES. | Todd C. Miller |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze |
2020-02-27 | Fix an off-by-one when -lestdc++ is passed before -lstdc++ | Jeremie Courreges-Anglas |
2020-02-27 | Drop leading space from line count that was confusing ssh-keygen's | Darren Tucker |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-02-26 | no need to go through RETERR when we return a constant | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | Always printing unknown types as TYPE%u and not sometimes as %u | Florian Obser |
2020-02-26 | Rewrite dns_rdatatype_fromtext to use a binary search over a static | Florian Obser |
2020-02-26 | Numeric values are in the [0:1] range, not [0:127] | Alexandre Ratchov |
2020-02-26 | End the first example in a colon | Alexandre Ratchov |