Age | Commit message (Expand) | Author |
2020-07-17 | Add %k to the TOKENs for Match Exec for consistency with the other keywords | Darren Tucker |
2020-07-17 | fix macro slip in previous; | Jason McIntyre |
2020-07-17 | log error message for process_write() write failures | Damien Miller |
2020-07-17 | Add a '%k' TOKEN that expands to the effective HostKey of the | Darren Tucker |
2020-07-17 | Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile, | Darren Tucker |
2020-07-16 | add -T option to make time related system calls more prominent. | Ted Unangst |
2020-07-15 | Renumber after killing windows for choose-tree. | Nicholas Marriott |
2020-07-15 | Handle padding cells correctly when searching, GitHub issue 2301. | Nicholas Marriott |
2020-07-15 | - Add [-a rounds] in ssh-keygen man page and usage() | solene |
2020-07-15 | POWE9 CPUs provide an energy sensor that accumulates the emount of energy | Mark Kettenis |
2020-07-15 | start sentence with capital letter; | Jason McIntyre |
2020-07-15 | Add default for number of rounds (-a). ok djm@ | Darren Tucker |
2020-07-14 | allow some additional control over the use of ssh-askpass | Damien Miller |
2020-07-14 | Convert option handling for openssl(1) verify. | Joel Sing |
2020-07-14 | Remove hyphen | Kinichiro Inoguchi |
2020-07-14 | Add single space between pem and ... | Kinichiro Inoguchi |
2020-07-14 | Add manual for openssl(1) certhash | Kinichiro Inoguchi |
2020-07-13 | Cast to uschar when storing a char in an int that will be used as an index. | Todd C. Miller |
2020-07-13 | Do not dereference NULL environment variable value, GitHub issue 2304. | Nicholas Marriott |
2020-07-13 | Clarify /tmp permissions and use, GitHub issue 2300. | Nicholas Marriott |
2020-07-10 | Clean up s_client.c | Kinichiro Inoguchi |
2020-07-10 | Change variable bio_c_out from global to local | Kinichiro Inoguchi |
2020-07-09 | Wrap long lines and put space in front of label in s_client.c | Kinichiro Inoguchi |
2020-07-09 | Remove c_ prefix from s_client_config member | Kinichiro Inoguchi |
2020-07-09 | Convert openssl(1) s_client option handling | Kinichiro Inoguchi |
2020-07-09 | Avoid NULL deref in regexec when searching for empty lines. | Theo Buehler |
2020-07-08 | Clarify that csh's -f flag is not just about .cshrc. | Todd C. Miller |
2020-07-08 | Simplify csh vs other shells setup code | Jeremie Courreges-Anglas |
2020-07-08 | Teach su -l -f how to start a regular shell for non-csh shells | Jeremie Courreges-Anglas |
2020-07-07 | correct recently broken comments | Theo de Raadt |
2020-07-06 | in 2014 I added this annotation: /* XXX floating point printf in signal handl... | Theo de Raadt |
2020-07-06 | Use mnemonic KERN_PROC_ALL not literal zero | kn |
2020-07-06 | Do not eliminate redundant clears, the code is wrong and doing it | Nicholas Marriott |
2020-07-06 | Add a way for control mode clients to subscribe to a format and be | Nicholas Marriott |
2020-07-06 | Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. | Nicholas Marriott |
2020-07-06 | add kstat(8), the userland side of kstat(4). | David Gwynne |
2020-07-05 | some language improvements; ok markus | Damien Miller |
2020-07-04 | kill-window -a cannot just walk the list of windows because if | Nicholas Marriott |
2020-07-04 | Avoid malloc(3) calls in signal handler | kn |
2020-07-04 | Fix a double free in error paths | Jeremie Courreges-Anglas |
2020-07-03 | update setproctitle after re-exec; ok djm | Markus Friedl |
2020-07-03 | keep ignoring HUP after fork+exec; ok djm | Markus Friedl |
2020-07-03 | don't exit the listener on send_rexec_state errors; ok djm | Markus Friedl |
2020-07-03 | put back the mux_ctx memleak fix, but only for channels of type | Damien Miller |
2020-07-03 | revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeing | Damien Miller |
2020-07-03 | Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. | Nicholas Marriott |
2020-07-03 | avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is | Damien Miller |
2020-07-03 | Check if client is NULL before using it, GitHub issue 2295. | Nicholas Marriott |
2020-07-03 | when redirecting sshd's log output to a file, undo this redirection | Damien Miller |
2020-07-03 | start ClientAliveInterval bookkeeping before first pass through | Damien Miller |