summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-03-04warn about proper usage of Lst_Destroy.Marc Espie
2021-03-04better if I commit the version which actually includes the header ;)Marc Espie
2021-03-04somehow I forgot to add copyright and to include the right prototypes.Marc Espie
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATDamien Miller
2021-03-03typo in other_hostkeys_message() display output, ok djmStuart Henderson
2021-03-03sndiod: Move MTC/MMC state to its own global structureAlexandre Ratchov
2021-03-03sndiod: Move MIDI control endpoint to opt structureAlexandre Ratchov
2021-03-03sndiod: Move controls out of the device structureAlexandre Ratchov
2021-03-03sndioctl: Flush stdout before pollingAlexandre Ratchov
2021-03-03remove unreachable and unneeded codeJonathan Gray
2021-03-03needs FILE*; from Mike FrysingerDamien Miller
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.Todd C. Miller
2021-03-02It is now possible to define single value variables in the startup file:Mark Lumsden
2021-03-02This diff soaks up the user input while the the maximum characterMark Lumsden
2021-03-02Update logging with comments made by florian@ some time ago (i've notMark Lumsden
2021-03-02sndiod: Allow alternative devices to support different modes.Edd Barrett
2021-03-02Do not use NULL active window; also do not leak window name. GitHubNicholas Marriott
2021-03-02Drop support for popups where the content is provided directly to tmuxNicholas Marriott
2021-03-02openssh-8.5Damien Miller
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmJason McIntyre
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