Age | Commit message (Expand) | Author |
2019-06-14 | slightly more instructive error message when the user specifies multiple | Damien Miller |
2019-06-14 | process agent requests for RSA certificate private keys using correct | Damien Miller |
2019-06-14 | for public key authentication, check AuthorizedKeysFiles files before | Damien Miller |
2019-06-14 | if passed a bad fd, log what it was | Damien Miller |
2019-06-13 | Use the right client when working out where to save or load the buffer, | Nicholas Marriott |
2019-06-13 | Do not crash if the environment variable is present but empty. | Nicholas Marriott |
2019-06-13 | tweak previous; | Jason McIntyre |
2019-06-13 | Do memory size calculations as unsigned long. Otherwise | Alexander Bluhm |
2019-06-13 | Set the cursor x at the same time as changing the y or the end of line | Nicholas Marriott |
2019-06-13 | Add regular expression support for the format search, match and | Nicholas Marriott |
2019-06-13 | su(I) goes back all the way to v1: | Ingo Schwarze |
2019-06-12 | The output of line info in the line.log file now contains the | Mark Lumsden |
2019-06-12 | Hostname->HostName cleanup; from lauri tirkkonen | Jason McIntyre |
2019-06-12 | Do not use $TMUX to find the session because for windows in multiple | Nicholas Marriott |
2019-06-12 | Pass target on to new commands with if -F. | Nicholas Marriott |
2019-06-12 | when "login" is not specified, "root" is used; | Ingo Schwarze |
2019-06-12 | Do not always resize the window back to its original size after applying | Nicholas Marriott |
2019-06-12 | A note about log.c. | Mark Lumsden |
2019-06-12 | deraadt noticed some inconsistency in the way we denote the "Hostname" and | Jason McIntyre |
2019-06-12 | a few cleanups and simplifications possible now that static pw is gone. | Ted Unangst |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze |
2019-06-11 | consistent lettering for "HostName" keyword; from lauri tirkkonen | Jason McIntyre |
2019-06-11 | Do not resize panes unless they are in an attached, active window. From | Nicholas Marriott |
2019-06-10 | Fix not checking correct fprintf return value. | Mark Lumsden |
2019-06-10 | use getpwuid_r to avoid problems with hidden static storage. | Ted Unangst |
2019-06-10 | Add 'undo' logging (same output as undo-list command). Also, add | Mark Lumsden |
2019-06-10 | Allow mg to log its internal status to a file. At the moment it only | Mark Lumsden |
2019-06-09 | Exiting alternate screen mode should restore cursor position and | Nicholas Marriott |
2019-06-08 | Do not try to parse command when unsetting, GitHub issue 1788. | Nicholas Marriott |
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 |