Age | Commit message (Expand) | Author |
2019-06-07 | Do not load the config file if the server is exiting because it failed | Nicholas Marriott |
2019-06-07 | Typo and spelling fixes in comments and error messages. Patch from | Darren Tucker |
2019-06-07 | Amend showcpos() to show more information about how mg is operating. | Mark Lumsden |
2019-06-07 | tidy up the formatting of gendsa synopsis a little; | Jason McIntyre |
2019-06-07 | Check for user@host when parsing sftp target. This allows user@[1.2.3.4] | Darren Tucker |
2019-06-07 | Convert openssl(1) gendsa to the newer style of option handling | Kinichiro Inoguchi |
2019-06-06 | tweak previous; | Jason McIntyre |
2019-06-06 | Replace calls to ssh_malloc_init() by a static init of malloc_options. | Otto Moerbeek |
2019-06-05 | Add a -v flag to source-file to show the commands and line numbers. | Nicholas Marriott |
2019-06-05 | Need to increment the argument to skip the prefix earlier, fixes | Nicholas Marriott |
2019-06-03 | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze |
2019-06-03 | Initialize the local variable "lastln" in mparse_buf_r(). | Ingo Schwarze |
2019-06-03 | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze |
2019-06-03 | Add new-session -X and attach-session -x to send SIGHUP to parent when | Nicholas Marriott |
2019-06-03 | This diff gives the commands beginning-of-buffer and end-of-buffer the | Mark Lumsden |
2019-06-03 | Don't close the socket in rsync_socket() itself but after calling it. | Christian Weisgerber |
2019-06-02 | KNF and sneaky whitespaces | Theo de Raadt |
2019-06-02 | Use a simple hash table to look up blocks by the fast-hash. Also use | Florian Obser |
2019-06-02 | Support prefers-color-scheme: dark. | Ingo Schwarze |
2019-06-02 | have_md is initialized at startup, don't need to do it again later | Theo de Raadt |
2019-06-02 | spelling; from Hiltjo Posthuma | Theo de Raadt |
2019-06-02 | yacc(1) copies its union so it is not a good place to store | Nicholas Marriott |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-06-02 | Fix incorrect character escape. | Anthony J. Bentley |
2019-06-01 | If only one of -x or -y is given, use the calculated size for the | Nicholas Marriott |
2019-06-01 | update currency exchange rates; | Jason McIntyre |
2019-06-01 | Need stdlib.h, from Ben Boeckel. | Nicholas Marriott |
2019-05-31 | Fix warnings, from Ben Boeckel. | Nicholas Marriott |
2019-05-31 | Allow % strings that are all numbers or %s, and fix a double free. Both | Nicholas Marriott |
2019-05-31 | fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo | Damien Miller |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | Nicholas Marriott |
2019-05-30 | No longer need to reduce line number by one. | Nicholas Marriott |
2019-05-30 | I had hoped that non-xenl terminals had died out, at least in fairly | Nicholas Marriott |
2019-05-29 | Use VIS_CSTYLE for the arguments and add the missing escapes it can | Nicholas Marriott |
2019-05-29 | The line number needs to be updated only after the \n is processed by | Nicholas Marriott |
2019-05-29 | Support \ooo escapes, from Avi Halachmi. | Nicholas Marriott |
2019-05-29 | Make the standard output messages of both methods of changing a key | Mark Lumsden |
2019-05-28 | Redraw status line if size changes, GitHub issue 1762. Also fix length | Nicholas Marriott |
2019-05-28 | Do not read past the end of the argument string if it is empty. | Nicholas Marriott |
2019-05-28 | unintialized fd passed to close(), found by hiltjo posthuma | Theo de Raadt |
2019-05-28 | Exit 1 correctly if source-file fails. | Nicholas Marriott |
2019-05-28 | Allow source-file to take multiple arguments. | Nicholas Marriott |
2019-05-28 | Change the default right click pane to open the menu if not in a mode | Nicholas Marriott |
2019-05-28 | Add key bindings to open the window and pane menus (C-m and M-m for now). | Nicholas Marriott |
2019-05-28 | Allow menu items to be disabled by putting a - at the start of their | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-27 | Clarify newlines inside {} a little. | Nicholas Marriott |
2019-05-27 | Go less crazy with horizontal separators on default menus. | Nicholas Marriott |
2019-05-27 | For "gunzip -N", only use the basename of the stored path. | Todd C. Miller |
2019-05-27 | Fix crash when killing the current window, reported by Jesus Rafael | Nicholas Marriott |