Age | Commit message (Expand) | Author |
2022-03-28 | Change internal functions to static in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-03-28 | Remove unused function cert_load in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-03-28 | Report error if creating socket fails with -D. | Nicholas Marriott |
2022-03-27 | ftp.1: remove a sentence fragment left over from a previous edit | Christian Weisgerber |
2022-03-27 | Check EVP_Digest* functions return value in openssl(1) ts | Kinichiro Inoguchi |
2022-03-25 | Fix exit message if creating socket fails. | Nicholas Marriott |
2022-03-24 | Check function return value | Kinichiro Inoguchi |
2022-03-24 | Compare pointer value with NULL | Kinichiro Inoguchi |
2022-03-24 | Add unit (milliseconds) to escape-time, show unset colours as "none" | Nicholas Marriott |
2022-03-24 | Wrap long lines | Kinichiro Inoguchi |
2022-03-24 | Remove space between asterisk and variable name | Kinichiro Inoguchi |
2022-03-24 | Convert openssl(1) ts option handling | Kinichiro Inoguchi |
2022-03-24 | Add a capability for OSC 7 and use it similarly to how the title is set | Nicholas Marriott |
2022-03-23 | openssl cms: avoid NULL derefs on option parsing | Theo Buehler |
2022-03-23 | Now that libc setusercontext() handling of setrtable is repaired, su(8) | Theo de Raadt |
2022-03-22 | minor KNF cleanups during a re-read | Theo de Raadt |
2022-03-20 | don't leak argument list; bz3404, reported by Balu Gajjala | Damien Miller |
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 |