summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-10-02Remove unused DEBUG_LINE define.Martin Pieuchot
2022-09-28Add scroll-top and scroll-bottom commands to scroll so cursor is at topNicholas Marriott
2022-09-28Add a -T flag to capture-pane to stop at the last used cell instead ofNicholas Marriott
2022-09-26openssh-9.1Damien Miller
2022-09-21Fix typo. From AlexanderStohr via github PR#343.Darren Tucker
2022-09-21Update awk to Sep 12, 2022 version.Todd C. Miller
2022-09-19add RequiredRSASize to the list of keywords accepted by -o;Damien Miller
2022-09-19Remove now-unused connect_wait() function.Todd C. Miller
2022-09-19use users-groups-by-id@openssh.com sftp-server extension (whenDamien Miller
2022-09-19sftp client library support for users-groups-by-id@openssh.com;Damien Miller
2022-09-19extend sftp-common.c:extend ls_file() to support supplied user/groupDamien Miller
2022-09-19sftp-server(8): add a "users-groups-by-id@openssh.com" extensionDamien Miller
2022-09-19better debugging for connect_next()Damien Miller
2022-09-17Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limitDamien Miller
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-09-17Add a sshkey_check_rsa_length() call for checking the length of anDamien Miller
2022-09-17actually hook up restrict_websafe; the command-line flag wasDamien Miller
2022-09-16correct error valueDamien Miller
2022-09-16sftp: Be a bit more clever about completionsDamien Miller
2022-09-16sftp: Don't attempt to complete arguments for non-existent commandsDamien Miller
2022-09-15Use non-blocking connect() with ppoll() and timeout instead of alarm().Todd C. Miller
2022-09-14remove an extraneous empty lineTheo Buehler
2022-09-14clarify behaviour when the second address in a range is smaller thanJason McIntyre
2022-09-14sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flag from responseDamien Miller
2022-09-14a little extra debuggingDamien Miller
2022-09-14ssh-agent: attempt FIDO key signing without PIN and use the errorDamien Miller
2022-09-12Don't use options from pane if pane is NULL.Nicholas Marriott
2022-09-11Adjust for opaque structs in ts.hTheo Buehler
2022-09-11Adjust for opaque structs in pkcs12.hTheo Buehler