summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden
2021-03-01There is no need to call del_curterm in the server anymore.Nicholas Marriott
2021-03-01Add some text with examples of ; as a separator, GitHub issues 2522 andNicholas Marriott
2021-03-01update currency exchange rates;Jason McIntyre
2021-02-28Add %k to list of keywords. From Eero Häkkinenvia bz#3267Darren Tucker
2021-02-28Add dobeep functions that take messages to buffer.c and cscope.cMark Lumsden
2021-02-28Do not try to reset signal handler for signal 0 in subprocess.Darren Tucker
2021-02-27fix alphabetic ordering of options; spotted by Iain MorganDamien Miller
2021-02-27Add dobeep functions that take messages to basic.c.Mark Lumsden
2021-02-27Handle NULL term_type.Nicholas Marriott
2021-02-26Check session, window, pane in the right order when working out format type.Nicholas Marriott
2021-02-26Add a couple of format variables for active and last window index.Nicholas Marriott
2021-02-26Some more improvements from Joachim Wiberg's version of mg.Mark Lumsden
2021-02-26Some improvements from Joachim Wiberg's version of mg.Mark Lumsden
2021-02-26a bit more debugging behind #ifdef DEBUG_SKDamien Miller
2021-02-25ftp: prevent double free() in error pathChristian Weisgerber
2021-02-24Various fixes from emails Joachim Nilsson sent to tech@ many moonsMark Lumsden
2021-02-24snprintf() does indeed return an int. From an email Joachim NilssonMark Lumsden
2021-02-24Correct client_prefix so it returns 1 if in prefix, not 0.Nicholas Marriott
2021-02-24Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsDarren Tucker
2021-02-23lots more s/key types/signature algorithms/ mostly inDamien Miller
2021-02-23Correct reference to signature algorithms as keys; from Jakub JelenDamien Miller
2021-02-23Move -u to alphabetically correct place in options. As spotted by jmc@Mark Lumsden
2021-02-23Allow the user to specify a path to the mg startup file on the command line.Mark Lumsden
2021-02-23warn when the user specifies a ForwardAgent path that does not existDamien Miller
2021-02-22expand_paths needs the global environment to be set up, do that first.Nicholas Marriott
2021-02-22Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHubNicholas Marriott
2021-02-22Move config file path expansion much earlier, keep the list of pathsNicholas Marriott
2021-02-22There are many format variables now so allocating all the default onesNicholas Marriott
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,Nicholas Marriott
2021-02-19Add 't' to options in man page. ok jmc@ kn@Mark Lumsden
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn
2021-02-19Check return value of chdir() to stop a silly warning with someNicholas Marriott
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-18Fix the hostkeys rotation extension documentationDamien Miller
2021-02-18make names in function prototypes match those in definitionDamien Miller
2021-02-18unbreak SK_DEBUG buildsDamien Miller
2021-02-18sftp-server: implement limits@openssh.com extensionDamien Miller
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-16make use of getline(3) in ftp(1)Christian Weisgerber
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-02-15factor out opt_array_append; ok djm@Markus Friedl
2021-02-15Only print the certificate file once on verifification failure.Joel Sing
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 toNicholas Marriott
2021-02-15ProxyJump takes "none" to disable processing like ProxyCommand doesDavid Gwynne
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2021-02-12Do not care about the server socket closing if exiting anyway.Nicholas Marriott
2021-02-12sftp: add missing lsetstat@openssh.com documentationDamien Miller
2021-02-12factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functionDamien Miller
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott