Age | Commit message (Expand) | Author |
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 |
2021-02-11 | O_TRUNC is needed in case file exists. | Nicholas Marriott |
2021-02-11 | Move file handling protocol stuff all into file.c so it can be reused | Nicholas Marriott |
2021-02-10 | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | Nicholas Marriott |
2021-02-10 | some spacing/grammar fixes from dave voutila; | Jason McIntyre |
2021-02-09 | Do not expand times and #() inside #(). | Nicholas Marriott |
2021-02-08 | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | Nicholas Marriott |
2021-02-08 | Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. | Nicholas Marriott |
2021-02-06 | In the end UTF-8 did not become a terminal feature, should not be listed | Nicholas Marriott |
2021-02-06 | Use message_set() instead of direct assignment to curr_message | Theo Buehler |
2021-02-05 | disable autovol by default and set default volume to 127 | Joshua Stein |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |
2021-02-05 | Add a -S flag to new-window to make it select the existing window if one | Nicholas Marriott |
2021-02-05 | Remove debug message from sigchld handler. While this works on OpenBSD | Darren Tucker |
2021-02-04 | Implement the nc(1) -D socket debug option also in tcpbench(1). | Alexander Bluhm |
2021-02-04 | Redraw status line and borders on pane enable/disable, GitHub issue 2554. | Nicholas Marriott |
2021-02-04 | Unconditionally allocate a buffer big enough to hold a struct | anton |
2021-02-03 | remove ancient malloc ? realloc dance. always use realloc. | Theo de Raadt |
2021-02-02 | whitespace | Damien Miller |
2021-02-02 | fix memleaks in private key deserialisation; enforce more consistency | Damien Miller |
2021-02-02 | memleak on error path; ok markus@ | Damien Miller |
2021-02-02 | add -Tu to usage(); | Jason McIntyre |
2021-02-02 | Fix popup mouse position. | Nicholas Marriott |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2021-02-02 | Fix use-after-free in dev_abort() | Alexandre Ratchov |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |