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