Age | Commit message (Expand) | Author |
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 |
2022-10-24 | when scp(1) is using the SFTP protocol for transport (the default), | Damien Miller |
2022-10-23 | The cat_opts and decomp_opts fields in struct compressor are unused | Todd C. Miller |
2022-10-22 | Add support to gunzip for zip files that contain a single member. | Todd C. Miller |
2022-10-22 | rework the text to avoid constant 2nd person; | Jason McIntyre |
2022-10-20 | add zap-to-char and zap-up-to-char; bind zap-to-char to M-z. | Omar Polo |
2022-10-17 | Preserve marked pane when renumbering windows. | Nicholas Marriott |
2022-10-15 | replace ewprintf("") calls with eerase(): no functional difference. | Omar Polo |
2022-10-15 | typo in comment: Funtion -> Function | Omar Polo |
2022-10-14 | Document missing cases of variable substitution | Klemens Nanni |
2022-10-14 | remove the unsightly plural from Nd: | Jason McIntyre |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-13 | use correct type with sizeof | Jonathan Gray |
2022-10-11 | Vox populi says "cdio:" prefix is useful so switch back to using | Kenneth R Westerback |
2022-10-11 | fix unintended sizeof pointer introduced in 1.10 | Jonathan Gray |
2022-10-10 | Use warnx(), not warn(), when 'errno' is not relevant. | Kenneth R Westerback |
2022-10-10 | Don't leak 'sec' in error path. | Kenneth R Westerback |
2022-10-07 | Fix some error output, replacing some silly 'warnx("\n...")' with | Kenneth R Westerback |
2022-10-07 | ssh-agent.1: | Jason McIntyre |
2022-10-07 | document "-O no-restrict-websafe"; spotted by Ross L Richardson | Damien Miller |
2022-10-06 | honour user's umask if it is more restrictive then the ssh default | Damien Miller |
2022-10-04 | fix an obvious thinko without serious consequences in the display of e | Marc Espie |
2022-10-04 | Sort commands in help output, add help to manual | Klemens Nanni |
2022-10-04 | Only print prompt in interactive usage | Klemens Nanni |