Age | Commit message (Expand) | Author |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-06-20 | Add a helper function to work out option table from name. | Nicholas Marriott |
2019-06-20 | Add a -A flag to show-options to show parent options as well. | Nicholas Marriott |
2019-06-20 | Expand command formats in %if and move the config file loading later (to | Nicholas Marriott |
2019-06-20 | auth_approval() returns 0 on failure, so don't test for <= 0 | Theo de Raadt |
2019-06-19 | from tim: | Jason McIntyre |
2019-06-19 | Fix regression introduced in rev. 1.59 where the wrong shell is | Todd C. Miller |
2019-06-19 | more precisely describe what happens to the environment without keepenv; | Ingo Schwarze |
2019-06-19 | mention that doas(1) resets the umask(2); | Ingo Schwarze |
2019-06-19 | Move variables into struct in openssl(1) genrsa | Kinichiro Inoguchi |
2019-06-18 | Handle comments more correctly inside {}, from Avi Halachmi. | Nicholas Marriott |
2019-06-18 | Add a cmdq_continue function rather than twiddling the flag directly. | Nicholas Marriott |
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 |