summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-03-20make addargs() and replacearg() a little more robust and improve errorDamien Miller
2022-03-19backout r1.86 "login class routing table should be honored when doingStuart Henderson
2022-03-18don't try to resolve ListenAddress directives in the sshd re-execDamien Miller
2022-03-18remove blank lineDamien Miller
2022-03-18helpful commentDamien Miller
2022-03-18ssh-keygen -Y check-novalidate requires namespace or SEGV will ensue.Damien Miller
2022-03-17Avoid legacy CSS2 syntax for the "display" property and use the CSS3Ingo Schwarze
2022-03-17Check scroll-on-clear for ED also.Nicholas Marriott
2022-03-17Add an option (scroll-on-clear) to control if tmux scrolls into historyNicholas Marriott
2022-03-16Just say that the databases are intended for use by apropos(1), whatis(1),Ingo Schwarze
2022-03-16Add an option to set the character used for unused areas of theNicholas Marriott
2022-03-15login class routing table should be honored whenSolene Rapenne
2022-03-15Fix crash caused by confusion between requested device and last used oneAlexandre Ratchov
2022-03-15improve DEBUG_CHANNEL_POLL debugging messageDamien Miller
2022-03-14add -k flag to gzip and gunzipSolene Rapenne
2022-03-13ssh: xstrdup(): use memcpy(3)Scott Soule Cheloha
2022-03-10tansformed -> transformedJonathan Gray
2022-03-10verion -> versionJonathan Gray
2022-03-08With -f use percentages of window size not pane size, GitHub issue 2866.Nicholas Marriott
2022-03-08Fix user hooks (which are strings not arrays).Nicholas Marriott
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.Nicholas Marriott
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubNicholas Marriott
2022-03-08Add formats for client and server UID and user (for multiuser setups).Nicholas Marriott
2022-03-07Pass client when adding menu item, GitHub issue 3103.Nicholas Marriott
2022-03-07Switch internal sample representation to 24-bit fixed-pointAlexandre Ratchov
2022-03-07Switch internal sample representation to 24-bit fixed-point.Alexandre Ratchov
2022-03-04Revert previous and add LOGIN_SETENV and LOGIN_SETRTABLETheo Buehler
2022-03-03Allow optional arguments.Nicholas Marriott
2022-03-02make searches for makefile before Makefile;Jason McIntyre
2022-03-01Don't convert codes for special keys (Tab, Enter, Escape).Nicholas Marriott
2022-03-01pack pollfd array before server_accept_loop() ppoll() call,Damien Miller
2022-02-28Exit on SIGHUP before attach also, GitHub issue 3084.Nicholas Marriott
2022-02-28Map control keys back to an ASCII uppercase letter when passing them onNicholas Marriott
2022-02-27The At macro doesn't accept v8, v9 or v10. Noticed by jmc@Todd C. Miller
2022-02-27Use ',' in custom separator example and change shell prompt to non-root.Todd C. Miller
2022-02-27tweak the opening paragraph for readability, and tidy up one of the examples;Jason McIntyre
2022-02-27include rejected signature algorithm in error message and not theChristian Weisgerber
2022-02-25use setall for setusercontext, to make it simpler to inherit new changes.Ted Unangst
2022-02-25fix indent and other minor KNF nitsTheo Buehler
2022-02-25Remove the char * casts from arguments to do_lstat, do_readdir andDarren Tucker
2022-02-25save an unneccessary alloc/free, based on patch fromDamien Miller
2022-02-23free(3) wants stdlib.hDamien Miller
2022-02-23put back the scp manpage changes for SFTP mode tooDamien Miller
2022-02-23and we go back to testing sftp-scp after the 8.9 release...Theo de Raadt
2022-02-23avoid integer overflow of auth attempts (harmless, caught by monitor)Damien Miller
2022-02-23randomise the password used in fakepwDamien Miller
2022-02-23use asprintf to construct .rhosts pathsDamien Miller
2022-02-23openssh-8.9Damien Miller
2022-02-22whitespaceTheo Buehler
2022-02-22Check asprintf() return to avoid crashing in strcmp().Theo Buehler