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