summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-08-16use .Cm for "sign"; from josiah frentsosJason McIntyre
2022-08-16When starting a new input line, even when continuing the same outputIngo Schwarze
2022-08-16Even though the constant ASCII_ESC is only used in the roff pre-parser roff.c,Ingo Schwarze
2022-08-15Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILLIngo Schwarze
2022-08-15Distinguish between escape sequences that produce no outputIngo Schwarze
2022-08-15In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines,Ingo Schwarze
2022-08-15In GNU, Heirloom, and Plan 9 roff, literal tab characters areIngo Schwarze
2022-08-15Notify when a paste buffer is deleted, GitHub issue 3302 from GeorgeNicholas Marriott
2022-08-15Use TCP_INFO instead of kvm magic to extract information about the tcp streams.Claudio Jeker
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not useNicholas Marriott
2022-08-15Add some const, from Markus F X J Oberhumer.Nicholas Marriott
2022-08-15Don't stop at first match when updating environment.Nicholas Marriott
2022-08-14Use size_t for the length parameters, not off_t.Todd C. Miller
2022-08-14Use size_t, not off_t, for length parameters.Todd C. Miller
2022-08-12There are some places in ip and ip6 input where operations fail dueAlexander Bluhm
2022-08-12sftp-server: support home-directory requestDamien Miller
2022-08-12renice(8): don't succeed after 256 errorsScott Soule Cheloha
2022-08-11vi(1) Home/End bindings, from Markus F X J Oberhumer.Nicholas Marriott
2022-08-11allow certificate validity intervals, sshsig verification times andDamien Miller
2022-08-10Fix check of home directory (&& not ||), from Markus F X J Oberhumer,Nicholas Marriott
2022-08-10Fix two compiler warnings resulting from last zlib bumpTheo Buehler