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