Age | Commit message (Expand) | Author |
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 |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-22 | Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf. | Theo de Raadt |
2022-02-22 | Pledge stdio. | Rob Pierce |
2022-02-22 | Remove -v option from usage. | Rob Pierce |
2022-02-22 | Add a seq(1) command, similar to what is present in GNU and Plan9. | Todd C. Miller |
2022-02-22 | Do not attempt to update focus (and crash) when there is no previous window. | Nicholas Marriott |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2022-02-22 | Initialize copy_width before adjusting it, GitHub issue 3079. | Nicholas Marriott |
2022-02-22 | Use correct size for screen when popup is created without borders. | Nicholas Marriott |
2022-02-22 | Add window-resized hook to man page, from Thomas Adam. | Nicholas Marriott |
2022-02-22 | repair sys/param.h namespace list | Theo de Raadt |
2022-02-22 | need a local nitems() definition | Theo de Raadt |
2022-02-22 | need a local nitems() definition | Theo de Raadt |
2022-02-20 | Fix vi recovery mode. | Theo Buehler |
2022-02-20 | move to 7.1-beta | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2022-02-19 | mininumu -> minimum | Jonathan Gray |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2022-02-17 | new sentence, new line | Jonathan Gray |
2022-02-17 | check for EINTR/EAGAIN failures in the rfd fast-path; | Damien Miller |
2022-02-17 | Add a window-resized hook which is fired when the window is actually | Nicholas Marriott |