summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a helper function to work out option table from name.Nicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-06-20Expand command formats in %if and move the config file loading later (toNicholas Marriott
2019-06-20auth_approval() returns 0 on failure, so don't test for <= 0Theo de Raadt
2019-06-19from tim:Jason McIntyre
2019-06-19Fix regression introduced in rev. 1.59 where the wrong shell isTodd C. Miller
2019-06-19more precisely describe what happens to the environment without keepenv;Ingo Schwarze
2019-06-19mention that doas(1) resets the umask(2);Ingo Schwarze
2019-06-19Move variables into struct in openssl(1) genrsaKinichiro Inoguchi
2019-06-18Handle comments more correctly inside {}, from Avi Halachmi.Nicholas Marriott
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.Nicholas Marriott
2019-06-17setusercontext resets PATH (which we want). but then it becomesTed Unangst
2019-06-17mention environment resetting here as well. ok millertTed Unangst
2019-06-17always reset the "su" variables, which is more consistent and predictable.Ted Unangst
2019-06-17From Leonid Bobrov: add a condition to {beginning,end}-of-buffer toMark Lumsden
2019-06-17Add -c option for passing LOG_CONS to syslog(3).Philip Guenther
2019-06-16redo the environment inheritance to not inherit. it was intended to makeTed Unangst
2019-06-16Ignore the frame cents component in MMC relocate message.Alexandre Ratchov
2019-06-16Say in comment why we use 1/2400 second as MTC time unit.Alexandre Ratchov
2019-06-15Use the right format modifier when comparing, and remove a couple ofNicholas Marriott
2019-06-14Do not loop forever if a menu item contains invisible characters,Nicholas Marriott
2019-06-14Note a segv with fprintf if a file with long lines is loaded withMark Lumsden
2019-06-14Show filename with -v for source-file.Nicholas Marriott
2019-06-14A couple of minor parser changes around conditions: 1) only treat #{Nicholas Marriott
2019-06-14slightly more instructive error message when the user specifies multipleDamien Miller
2019-06-14process agent requests for RSA certificate private keys using correctDamien Miller
2019-06-14for public key authentication, check AuthorizedKeysFiles files beforeDamien Miller
2019-06-14if passed a bad fd, log what it wasDamien Miller
2019-06-13Use the right client when working out where to save or load the buffer,Nicholas Marriott
2019-06-13Do not crash if the environment variable is present but empty.Nicholas Marriott
2019-06-13tweak previous;Jason McIntyre
2019-06-13Do memory size calculations as unsigned long. OtherwiseAlexander Bluhm
2019-06-13Set the cursor x at the same time as changing the y or the end of lineNicholas Marriott
2019-06-13Add regular expression support for the format search, match andNicholas Marriott
2019-06-13su(I) goes back all the way to v1:Ingo Schwarze
2019-06-12The output of line info in the line.log file now contains theMark Lumsden
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-12Do not use $TMUX to find the session because for windows in multipleNicholas Marriott
2019-06-12Pass target on to new commands with if -F.Nicholas Marriott
2019-06-12when "login" is not specified, "root" is used;Ingo Schwarze
2019-06-12Do not always resize the window back to its original size after applyingNicholas Marriott
2019-06-12A note about log.c.Mark Lumsden
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andJason McIntyre
2019-06-12a few cleanups and simplifications possible now that static pw is gone.Ted Unangst
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze
2019-06-11consistent lettering for "HostName" keyword; from lauri tirkkonenJason McIntyre
2019-06-11Do not resize panes unless they are in an attached, active window. FromNicholas Marriott
2019-06-10Fix not checking correct fprintf return value.Mark Lumsden
2019-06-10use getpwuid_r to avoid problems with hidden static storage.Ted Unangst