summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-09-11Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,Ingo Schwarze
2022-09-11Finally expand and delete the macro SCALE_VS_INIT().Ingo Schwarze
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-10Use correct option name.Nicholas Marriott
2022-09-10top(1): remove last vestiges of "last pid" supportScott Soule Cheloha
2022-09-10fix repeated wordsJonathan Gray
2022-09-09Add message-line option to control where message and prompt go, fromNicholas Marriott
2022-09-09notifier_complete(NULL, ...) is a noop, so no need to testDamien Miller
2022-09-08Support the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-08Remove useless -tKlemens Nanni
2022-09-08Adjust HTTP header parsing to follow RFC more closely.Claudio Jeker
2022-09-07remove history of when each du(1) flag was addedJonathan Gray
2022-09-03Remove -lncurses from LDADD. It is not used. Also add DPADD line.Claudio Jeker
2022-09-03use past tense for history;Jason McIntyre
2022-09-02wc(1): accelerate word countingScott Soule Cheloha
2022-09-02sk-usbhid: fix key_lookup() on tokens with built-in UVDamien Miller
2022-09-01Update awk to Aug 30, 2022 version.Todd C. Miller
2022-09-01ts(1): parse user format string only onceScott Soule Cheloha