Age | Commit message (Expand) | Author |
2019-06-17 | setusercontext resets PATH (which we want). but then it becomes | Ted Unangst |
2019-06-17 | mention environment resetting here as well. ok millert | Ted Unangst |
2019-06-17 | always reset the "su" variables, which is more consistent and predictable. | Ted Unangst |
2019-06-17 | From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to | Mark Lumsden |
2019-06-17 | Add -c option for passing LOG_CONS to syslog(3). | Philip Guenther |
2019-06-16 | redo the environment inheritance to not inherit. it was intended to make | Ted Unangst |
2019-06-16 | Ignore the frame cents component in MMC relocate message. | Alexandre Ratchov |
2019-06-16 | Say in comment why we use 1/2400 second as MTC time unit. | Alexandre Ratchov |
2019-06-15 | Use the right format modifier when comparing, and remove a couple of | Nicholas Marriott |
2019-06-14 | Do not loop forever if a menu item contains invisible characters, | Nicholas Marriott |
2019-06-14 | Note a segv with fprintf if a file with long lines is loaded with | Mark Lumsden |
2019-06-14 | Show filename with -v for source-file. | Nicholas Marriott |
2019-06-14 | A couple of minor parser changes around conditions: 1) only treat #{ | Nicholas Marriott |
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 |