Age | Commit message (Expand) | Author |
2022-06-20 | Do not display configuration file errors in a pane when in control mode, | Nicholas Marriott |
2022-06-20 | Remove unused struct fileops field fo_poll and callbacks. | Visa Hankala |
2022-06-19 | There is no reason to print the RTF_DONE bit in the routing table output. | Claudio Jeker |
2022-06-18 | Fix gzip byte counts with 32-bit integers | George Koehler |
2022-06-18 | Don't attempt to fprintf a null identity comment. From Martin Vahlensieck | Darren Tucker |
2022-06-17 | Check cursor options when a pane is created, not just when they are changed. | Nicholas Marriott |
2022-06-17 | Log an error if pipe() fails while accepting a connection. bz#3447, from | Darren Tucker |
2022-06-16 | Keep cursor on selected item on menu (useful for blind people), GitHub | Nicholas Marriott |
2022-06-15 | make sure that UseDNS hostname lookup happens in the monitor and | Damien Miller |
2022-06-14 | m4: use ASCII quotes `...' in man page example | Christian Weisgerber |
2022-06-14 | my email should be @openbsd.org everywhere, and nothing else | Marc Espie |
2022-06-14 | kf* terminfo capabilities are poorly defined and rxvt uses them in a | Nicholas Marriott |
2022-06-12 | Document ext2fs traversal by locate.updatedb(8) | Greg Steuck |
2022-06-11 | Fix size of flags output buffer. | Nicholas Marriott |
2022-06-10 | Ignore OSC if the first argument is not properly terminated. | Nicholas Marriott |
2022-06-09 | point developers to the other place where the remaining flags values are | Marc Espie |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-06-08 | do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy) | Damien Miller |
2022-06-08 | KNF, mostly whitespace - no binary change on amd64 | Theo Buehler |
2022-06-08 | When looking for the next block to tag, we aren't interested in children | Ingo Schwarze |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-07 | Expand arguments to some commands where it makes sense, GitHub issue | Nicholas Marriott |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-07 | Purge duplicate error reporting from the .tr request parser: | Ingo Schwarze |
2022-06-06 | To better match groff parsing, reject digits and some mathematical | Ingo Schwarze |
2022-06-06 | Allow arbitrary argument delimiters for \C, like groff does. | Ingo Schwarze |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-06-05 | Small cleanup of error reporting: | Ingo Schwarze |
2022-06-04 | When picking a buffer because one isn't specified by the user, ignore | Nicholas Marriott |
2022-06-03 | Memory leak when assigning a string to some of the built-in variables. | Todd C. Miller |
2022-06-03 | The fulfillment of an assignment operand had been truncating its | Todd C. Miller |
2022-06-03 | Fix a file management memory leak that appears to have been there | Todd C. Miller |
2022-06-03 | During identifier parsing, handle undefined escape sequences | Ingo Schwarze |
2022-06-03 | Do not unintentionally turn off all mouse mode when button is also present. | Nicholas Marriott |
2022-06-03 | move auth_openprincipals() and auth_openkeyfile() over to | Damien Miller |
2022-06-03 | Make SetEnv directives first-match-wins in both sshd_config and | Damien Miller |
2022-06-03 | Add missing *-sk types to ssh-keyscan manpage. | Darren Tucker |
2022-06-03 | Add period at end of "not known by any other names" message. github PR#320 | Darren Tucker |
2022-06-03 | ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303 | Darren Tucker |
2022-06-02 | Do not attempt to use client in config file (it will be NULL), GitHub | Nicholas Marriott |
2022-06-02 | When deleting or renaming a buffer and a buffer name is specified, | Nicholas Marriott |
2022-06-02 | Since \. is not a character escape sequence, re-classify it from the | Ingo Schwarze |
2022-06-02 | Avoid the layering violation of re-parsing for \E in roff_expand(). | Ingo Schwarze |
2022-06-01 | Fix a buffer overrun in the roff(7) escape sequence parser that could | Ingo Schwarze |
2022-06-01 | If escape-time is 0, force to 1 instead - not waiting at all is asking | Nicholas Marriott |
2022-05-31 | Rudimentary implementation of the \A escape sequence, following groff | Ingo Schwarze |
2022-05-31 | Trivial patch to put the roff(7) \g (interpolate format of register) | Ingo Schwarze |
2022-05-31 | Add a missing space. | Nicholas Marriott |
2022-05-31 | ssh-keygen: implement "verify-required" certificate option | Christian Weisgerber |
2022-05-31 | Trim menu item text correctly, GitHub issue 3197. | Nicholas Marriott |