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