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