Age | Commit message (Expand) | Author |
2018-05-18 | negative assertions only work well on constant-width regexp, do things | Marc Espie |
2018-05-18 | In a nutshell, all mobile browsers are broken. | Ingo Schwarze |
2018-05-15 | Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343. | Nicholas Marriott |
2018-05-15 | correct keyowrd name (permitemptypasswords); from brendan macdonell | Jason McIntyre |
2018-05-14 | Some broken terminal emulators (e.g. sakura) do the equivalent | Ingo Schwarze |
2018-05-14 | Stopping counting and reporting CPU time spent spinning on a lock as | Martin Pieuchot |
2018-05-13 | Add missing pledge(). From Jesper Wallin <jesper at ifconfig.se>. | Alexandre Ratchov |
2018-05-11 | Emphasise that -w implicitly sets Tunnel=point-to-point and that users | Damien Miller |
2018-05-11 | implement EMFILE mitigation for ssh-agent: remember the fd rlimit | Damien Miller |
2018-05-11 | Explicit cast when snprintf'ing an uint64. Prevents warnings on platforms | Darren Tucker |
2018-05-10 | more errx -> err, from schwarze@ | Sebastian Benoit |
2018-05-10 | Do not mention TCP in tcpbench comments and error messages regarding | Alexander Bluhm |
2018-05-10 | print strdup error with err(). From Nan Xiao nan AT chinadtrace DOT | Sebastian Benoit |
2018-05-09 | Mention allow-rename with \033k. | Nicholas Marriott |
2018-05-09 | consistent verb form; from nan xiao | Jason McIntyre |
2018-05-09 | Another check for NULL window if looking for index. | Nicholas Marriott |
2018-05-09 | Fix a long-standing issue: | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-05-08 | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze |
2018-05-07 | Handle terminfo colors > 256 correctly, GitHub issue 1337. | Nicholas Marriott |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2018-05-03 | Use window target if specified and exists even when looking for an | Nicholas Marriott |
2018-05-03 | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze |
2018-05-03 | test for failing allocation using the standard idiom; prompted by Nan Xiao | Otto Moerbeek |
2018-05-01 | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze |
2018-05-01 | update currency exchange rates; | Jason McIntyre |
2018-04-29 | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze |
2018-04-27 | trailing whitespace, and move arg checking before pledge | Bob Beck |
2018-04-26 | ioctlname() prototype is already in ../kdump/kdump.h | Philip Guenther |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-26 | Since the previous commit, ssh regress test sftp-chroot was failing. | Alexander Bluhm |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-26 | AF_LOCAL is #define-non-grata; 'local' is 'unix' | Philip Guenther |
2018-04-25 | The cookie in the cookie verify callback needs to be const. | Theo Buehler |
2018-04-24 | add p2k18 | Mike Larkin |
2018-04-24 | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze |
2018-04-23 | Add KRB5CCNAME to update-environment. | Nicholas Marriott |
2018-04-23 | #aabbcc will use RGB if supported so don't say it is closest match. | Nicholas Marriott |
2018-04-23 | Check whether cursor is at start or end when copying rectangular | Nicholas Marriott |
2018-04-23 | Remove unnecessary brackets. | Nicholas Marriott |
2018-04-23 | rxvt-unicode has some funny behaviour when scrolling with the cursor not | Nicholas Marriott |
2018-04-19 | Tweak the description of -l: | Ingo Schwarze |
2018-04-19 | Compatibility with man-db: | Ingo Schwarze |
2018-04-18 | Change how display-message uses the client. Originally it was only | Nicholas Marriott |
2018-04-18 | Include source function name in grid_check_y logging. | Nicholas Marriott |
2018-04-18 | Fix || example. | Nicholas Marriott |
2018-04-16 | Disable SSH2_MSG_DEBUG messages for Twisted Conch clients without | Damien Miller |
2018-04-14 | don't free the %C expansion, it's used later for LocalCommand | Damien Miller |
2018-04-13 | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze |
2018-04-13 | Make sure that mandoc only goes into UTF-8 mode if the user really | Ingo Schwarze |