summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-08-31Avoid division by zero if no connection was made.Theo Buehler
2022-08-31Fix window size report, from Vincent Bernat.Nicholas Marriott
2022-08-31Check return values in ssl_print_tmp_key()Theo Buehler
2022-08-31whitespaceDamien Miller
2022-08-30Check HMAC() return value to avoid a later use of uninitializedTheo Buehler
2022-08-30Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a fileYASUOKA Masahiko
2022-08-30Give a string which length is multiple of 4 to b64_pton() since theYASUOKA Masahiko
2022-08-29Fix growth check in compress(1)/gzip(1)Theo Buehler
2022-08-28Stop skipping vertical space after boxed tables.Ingo Schwarze
2022-08-28Stop unconditionally emitting vertical space before .TS (table start).Ingo Schwarze
2022-08-26Remove stale comment about nonexistent ifnetaddrKlemens Nanni
2022-08-26whitespaceDamien Miller
2022-08-26whitespaceDamien Miller
2022-08-26Move (unused) variables under !VERIFYONLYKlemens Nanni
2022-08-24Check for NULL returns from bufferevent_new.Nicholas Marriott
2022-08-23Add scroll-middle copy mode command to make cursor line in the middle,Nicholas Marriott
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-19attemp FIDO key signing without PIN and use the error code returnedDamien Miller
2022-08-19remove incorrect check that can break enrolling a resident keyDamien Miller
2022-08-19Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscanDarren Tucker
2022-08-19double free() in error path; from Eusgor via GHPR333Damien Miller
2022-08-17add an extra flag to sk_probe() to indicate whether we'reDamien Miller
2022-08-16Restore the traditional behaviour of the man(7) single-fontIngo Schwarze