summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2019-06-02yacc(1) copies its union so it is not a good place to storeNicholas Marriott
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2019-06-02Fix incorrect character escape.Anthony J. Bentley
2019-06-01If only one of -x or -y is given, use the calculated size for theNicholas Marriott
2019-06-01update currency exchange rates;Jason McIntyre
2019-06-01Need stdlib.h, from Ben Boeckel.Nicholas Marriott
2019-05-31Fix warnings, from Ben Boeckel.Nicholas Marriott
2019-05-31Allow % strings that are all numbers or %s, and fix a double free. BothNicholas Marriott
2019-05-31fix ssh-keysign fd handling problem introduced in r1.304 caused by a typoDamien Miller
2019-05-30Remove a leftover abort and some fixes from cppcheck.Nicholas Marriott
2019-05-30No longer need to reduce line number by one.Nicholas Marriott
2019-05-30I had hoped that non-xenl terminals had died out, at least in fairlyNicholas Marriott
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it canNicholas Marriott
2019-05-29The line number needs to be updated only after the \n is processed byNicholas Marriott
2019-05-29Support \ooo escapes, from Avi Halachmi.Nicholas Marriott
2019-05-29Make the standard output messages of both methods of changing a keyMark Lumsden
2019-05-28Redraw status line if size changes, GitHub issue 1762. Also fix lengthNicholas Marriott
2019-05-28Do not read past the end of the argument string if it is empty.Nicholas Marriott
2019-05-28unintialized fd passed to close(), found by hiltjo posthumaTheo de Raadt
2019-05-28Exit 1 correctly if source-file fails.Nicholas Marriott
2019-05-28Allow source-file to take multiple arguments.Nicholas Marriott
2019-05-28Change the default right click pane to open the menu if not in a modeNicholas Marriott
2019-05-28Add key bindings to open the window and pane menus (C-m and M-m for now).Nicholas Marriott
2019-05-28Allow menu items to be disabled by putting a - at the start of theirNicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-27Clarify newlines inside {} a little.Nicholas Marriott
2019-05-27Go less crazy with horizontal separators on default menus.Nicholas Marriott
2019-05-27For "gunzip -N", only use the basename of the stored path.Todd C. Miller
2019-05-27Fix crash when killing the current window, reported by Jesus RafaelNicholas Marriott