summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2019-06-10Add 'undo' logging (same output as undo-list command). Also, addMark Lumsden
2019-06-10Allow mg to log its internal status to a file. At the moment it onlyMark Lumsden
2019-06-09Exiting alternate screen mode should restore cursor position andNicholas Marriott
2019-06-08Do not try to parse command when unsetting, GitHub issue 1788.Nicholas Marriott
2019-06-07Do not load the config file if the server is exiting because it failedNicholas Marriott
2019-06-07Typo and spelling fixes in comments and error messages. Patch fromDarren Tucker
2019-06-07Amend showcpos() to show more information about how mg is operating.Mark Lumsden
2019-06-07tidy up the formatting of gendsa synopsis a little;Jason McIntyre
2019-06-07Check for user@host when parsing sftp target. This allows user@[1.2.3.4]Darren Tucker
2019-06-07Convert openssl(1) gendsa to the newer style of option handlingKinichiro Inoguchi
2019-06-06tweak previous;Jason McIntyre
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-06-05Add a -v flag to source-file to show the commands and line numbers.Nicholas Marriott
2019-06-05Need to increment the argument to skip the prefix earlier, fixesNicholas Marriott
2019-06-03Explicitly state that the cases in the inner switch in term_fill()Ingo Schwarze
2019-06-03Initialize the local variable "lastln" in mparse_buf_r().Ingo Schwarze
2019-06-03Initialize the local variable "act" in print_mdoc_node().Ingo Schwarze
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whenNicholas Marriott
2019-06-03This diff gives the commands beginning-of-buffer and end-of-buffer theMark Lumsden
2019-06-03Don't close the socket in rsync_socket() itself but after calling it.Christian Weisgerber
2019-06-02KNF and sneaky whitespacesTheo de Raadt
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-06-02Support prefers-color-scheme: dark.Ingo Schwarze
2019-06-02have_md is initialized at startup, don't need to do it again laterTheo de Raadt
2019-06-02spelling; from Hiltjo PosthumaTheo de Raadt