summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-11-18In channel_request_remote_forwarding the parameters for permission_set_addMoritz Buhl
2022-11-18Add four new SI prefixes.Florian Obser
2022-11-11Clean up openssl(1) command execution.joshua
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-11-11Tweak previous to set and log the feature instead of just setting theNicholas Marriott
2022-11-11Parse primary device attributes as well as secondary and add a SIXELNicholas Marriott
2022-11-11Document alternative delimiters for substitution, from Jim Wisniewski.Nicholas Marriott
2022-11-10Handle dynamic remote port forwarding in escape commandline's -R processing.Darren Tucker
2022-11-10- sort options; from josiah frentsosJason McIntyre
2022-11-09ndp, route, netstat: adjust ipv6 address widthKlemens Nanni
2022-11-09Before printing the redirect URI pass it through stravis since it isClaudio Jeker
2022-11-09Strip spaces at end of header lines and in chunked encoding headers.Claudio Jeker
2022-11-09Fix typo in fatal error message. Patch from vapier at chromium.org.Darren Tucker
2022-11-09Remove errant colon and simplify format string in error messages.Darren Tucker
2022-11-09rename client_global_hostkeys_private_confirm() toDamien Miller
2022-11-09typo in commentDamien Miller
2022-11-08Fix C-S-Tab without extended keys, from Aaron Jensen.Nicholas Marriott
2022-11-07The IdentityFile option in ssh_config can also be used to specify aDarren Tucker
2022-11-07Remove some set but otherwise unused variables, spotted in -portable byDarren Tucker
2022-11-07Check for and disallow MaxStartups values less than or equal to zeroDarren Tucker
2022-11-07fix parsing of hex cert expiry time; was checking whether theDamien Miller
2022-11-07Import regenerated moduli.Darren Tucker
2022-11-07Fix typo. From pablomh via -portable github PR#344.Darren Tucker
2022-11-04Unescape the string for the literal operator (l:) so special charactersNicholas Marriott
2022-11-03replace recently-added valid_domain() check for hostnames going toDamien Miller
2022-11-03If there are no buffers, reset mode as soon as any key pressed. FixesNicholas Marriott
2022-11-03Add a -l flag to display-message to disable format expansion, from AaronNicholas Marriott
2022-11-02Instead of always setting the extended flag, set it only when searching.Nicholas Marriott
2022-11-01Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.Nicholas Marriott
2022-11-01Use active pane in target window not current window for +/-. GitHubNicholas Marriott
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.Nicholas Marriott
2022-10-28Do not send focus sequences when reporting is enabled, matches otherNicholas Marriott
2022-10-28put sshkey_check_rsa_length() back in sshkey.c to unbreakDamien Miller
2022-10-28allow ssh-keyscan(1) to accept CIDR address ranges, e.g.Damien Miller
2022-10-28refactor sshkey_private_deserializeDamien Miller
2022-10-28refactor sshkey_private_serialize_opt()Damien Miller
2022-10-28refactor certifyDamien Miller
2022-10-28refactor sshkey_sign() and sshkey_verify()Damien Miller
2022-10-28refactor sshkey_from_blob_internal()Damien Miller
2022-10-28refactor sshkey_from_private()Damien Miller
2022-10-28factor out key generationDamien Miller
2022-10-28refactor and simplify sshkey_read()Damien Miller
2022-10-28factor out public key serializationDamien Miller
2022-10-28factor out sshkey_equal_public()Damien Miller
2022-10-28begin big refactor of sshkeyDamien Miller
2022-10-26compress: fix minor TOCTOU when checking for existing fileTodd C. Miller
2022-10-25Initialize context before testing it.Nicholas Marriott
2022-10-25Fix a memory leak, from Japin Li in GitHub issue 3358.Nicholas Marriott
2022-10-25Do not fire redraw callback if NULL.Nicholas Marriott
2022-10-24Be more paranoid with host/domain names coming from the resolver:Damien Miller