Age | Commit message (Expand) | Author |
2019-08-02 | add the missing .An -nosplit | Ingo Schwarze |
2019-08-02 | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze |
2019-08-02 | document octal escape format in %b arguments; | Ingo Schwarze |
2019-08-02 | typo; from Christian Hesse | Damien Miller |
2019-08-01 | Correctly wrap search in copy mode even if at the very top left, GitHub | Nicholas Marriott |
2019-08-01 | Select the correct word for select-word when already at the start of a | Nicholas Marriott |
2019-08-01 | update currency exchange rates; | Jason McIntyre |
2019-08-01 | xterm 348 now disables margins when resized, so send DECLRMM again. | Nicholas Marriott |
2019-08-01 | Add -N to capture-pane to preserve trailing spaces, from Leon Winter. | Nicholas Marriott |
2019-08-01 | Remove check for same size - size has already been changed so this | Nicholas Marriott |
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott |
2019-07-30 | let sshbuf_find/cmp take a void* for the search/comparison | Damien Miller |
2019-07-29 | Make proxy auth work with http 1.1 speaking webservers. | Sebastian Benoit |
2019-07-29 | Moving variables into struct in openssl(1) dgst | Kinichiro Inoguchi |
2019-07-28 | Simplification, no functional change: | Ingo Schwarze |
2019-07-28 | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze |
2019-07-28 | In man(1) mode, do the search for each name independently, and | Ingo Schwarze |
2019-07-28 | Improve structure, no functional change: | Ingo Schwarze |
2019-07-28 | 16 channels is not enough to handle all common uaudio(4) devices, so | Alexandre Ratchov |
2019-07-27 | Move two more output state variables into the new struct outstate. | Ingo Schwarze |
2019-07-26 | Cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Change "lost server" message to "server exited unexpectedly", from Neal | Nicholas Marriott |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Code clean up openssl(1) pkcs12 | Kinichiro Inoguchi |
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller |
2019-07-26 | Remove unnecessary NULL checks before free in openssl(1) pkcs12 | Kinichiro Inoguchi |
2019-07-25 | convert flag listing into a .Bl | Theo de Raadt |
2019-07-25 | According to our manual page and to POSIX, $set defaults to NL_SETD. | Ingo Schwarze |
2019-07-25 | Show unveil(2) violators in lastcomm(1) output and daily mail. | Alexander Bluhm |
2019-07-25 | remove superfluous comment | Brent Cook |
2019-07-25 | zero tmpkeyiv buffer after use when encrypting | Brent Cook |
2019-07-24 | Mark pane status line jobs with FORMAT_STATUS also so it redraws when | Nicholas Marriott |
2019-07-24 | Make sure that -n overrides -t even when -n precedes -t, like it | Ingo Schwarze |
2019-07-24 | Capitalize cipher name and mode in help message as sync with pkcs12 | Kinichiro Inoguchi |
2019-07-24 | Convert openssl(1) pkcs12 to the newer style of option handling | Kinichiro Inoguchi |
2019-07-24 | When using a combination of a Yubikey+GnuPG+remote forwarding the gpg-agent | Ricardo Mestre |
2019-07-23 | Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot. | Darren Tucker |
2019-07-23 | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze |
2019-07-23 | Moving variables into struct in openssl(1) pkcs12 | Kinichiro Inoguchi |
2019-07-22 | In secure mode (-S), skip sending mail when executing the :pre[serve] | Ingo Schwarze |
2019-07-22 | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze |
2019-07-21 | While -n is now the default, it's been useful since 1996. Keep it for compat. | Jeremie Courreges-Anglas |
2019-07-21 | Amend comment: entering the root password won't unlock the terminal | Jeremie Courreges-Anglas |
2019-07-20 | Correct misleading description of -S; | Ingo Schwarze |
2019-07-20 | Missed a free. | Mark Lumsden |
2019-07-20 | Move a bit of code to where it is called only if needed. | Mark Lumsden |
2019-07-19 | #define a handful of constant strings to reduce the diff to -portable; | Ingo Schwarze |
2019-07-19 | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze |
2019-07-19 | lock(1): remove default timeout | cheloha |