Age | Commit message (Expand) | Author |
2022-09-03 | Remove -lncurses from LDADD. It is not used. Also add DPADD line. | Claudio Jeker |
2022-09-03 | use past tense for history; | Jason McIntyre |
2022-09-02 | wc(1): accelerate word counting | Scott Soule Cheloha |
2022-09-02 | sk-usbhid: fix key_lookup() on tokens with built-in UV | Damien Miller |
2022-09-01 | Update awk to Aug 30, 2022 version. | Todd C. Miller |
2022-09-01 | ts(1): parse user format string only once | Scott Soule Cheloha |
2022-08-31 | Avoid division by zero if no connection was made. | Theo Buehler |
2022-08-31 | Fix window size report, from Vincent Bernat. | Nicholas Marriott |
2022-08-31 | Check return values in ssl_print_tmp_key() | Theo Buehler |
2022-08-31 | whitespace | Damien Miller |
2022-08-30 | Check HMAC() return value to avoid a later use of uninitialized | Theo Buehler |
2022-08-30 | Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a file | YASUOKA Masahiko |
2022-08-30 | Give a string which length is multiple of 4 to b64_pton() since the | YASUOKA Masahiko |
2022-08-29 | Fix growth check in compress(1)/gzip(1) | Theo Buehler |
2022-08-28 | Stop skipping vertical space after boxed tables. | Ingo Schwarze |
2022-08-28 | Stop unconditionally emitting vertical space before .TS (table start). | Ingo Schwarze |
2022-08-26 | Remove stale comment about nonexistent ifnetaddr | Klemens Nanni |
2022-08-26 | whitespace | Damien Miller |
2022-08-26 | whitespace | Damien Miller |
2022-08-26 | Move (unused) variables under !VERIFYONLY | Klemens Nanni |
2022-08-24 | Check for NULL returns from bufferevent_new. | Nicholas Marriott |
2022-08-23 | Add scroll-middle copy mode command to make cursor line in the middle, | Nicholas Marriott |
2022-08-19 | Up to version 1.22.4, groff_mdoc(7) only considered the first word | Ingo Schwarze |
2022-08-19 | attemp FIDO key signing without PIN and use the error code returned | Damien Miller |
2022-08-19 | remove incorrect check that can break enrolling a resident key | Damien Miller |
2022-08-19 | Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscan | Darren Tucker |
2022-08-19 | double free() in error path; from Eusgor via GHPR333 | Damien Miller |
2022-08-17 | add an extra flag to sk_probe() to indicate whether we're | Damien Miller |
2022-08-16 | Restore the traditional behaviour of the man(7) single-font | Ingo Schwarze |
2022-08-16 | use .Cm for "sign"; from josiah frentsos | Jason McIntyre |
2022-08-16 | When starting a new input line, even when continuing the same output | Ingo Schwarze |
2022-08-16 | Even though the constant ASCII_ESC is only used in the roff pre-parser roff.c, | Ingo Schwarze |
2022-08-15 | Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILL | Ingo Schwarze |
2022-08-15 | Distinguish between escape sequences that produce no output | Ingo Schwarze |
2022-08-15 | In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines, | Ingo Schwarze |
2022-08-15 | In GNU, Heirloom, and Plan 9 roff, literal tab characters are | Ingo Schwarze |
2022-08-15 | Notify when a paste buffer is deleted, GitHub issue 3302 from George | Nicholas Marriott |
2022-08-15 | Use TCP_INFO instead of kvm magic to extract information about the tcp streams. | Claudio Jeker |
2022-08-15 | Add a Nobr terminfo capability to tell tmux the terminal does not use | Nicholas Marriott |
2022-08-15 | Add some const, from Markus F X J Oberhumer. | Nicholas Marriott |
2022-08-15 | Don't stop at first match when updating environment. | Nicholas Marriott |
2022-08-14 | Use size_t for the length parameters, not off_t. | Todd C. Miller |
2022-08-14 | Use size_t, not off_t, for length parameters. | Todd C. Miller |
2022-08-12 | There are some places in ip and ip6 input where operations fail due | Alexander Bluhm |
2022-08-12 | sftp-server: support home-directory request | Damien Miller |
2022-08-12 | renice(8): don't succeed after 256 errors | Scott Soule Cheloha |
2022-08-11 | vi(1) Home/End bindings, from Markus F X J Oberhumer. | Nicholas Marriott |
2022-08-11 | allow certificate validity intervals, sshsig verification times and | Damien Miller |
2022-08-10 | Fix check of home directory (&& not ||), from Markus F X J Oberhumer, | Nicholas Marriott |
2022-08-10 | Fix two compiler warnings resulting from last zlib bump | Theo Buehler |