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