Age | Commit message (Expand) | Author |
2020-05-16 | Use a grid cell not a style for the pane style. | Nicholas Marriott |
2020-05-16 | Instead of forbidding invalid session names, sanitize them like window | Nicholas Marriott |
2020-05-16 | Instead of having a default set of terminals in terminal-overrides that | Nicholas Marriott |
2020-05-16 | Do not redraw or update mode if nothing has changed. | Nicholas Marriott |
2020-05-16 | Add feature and capabilities for focus reporting. Also document AX and | Nicholas Marriott |
2020-05-16 | Add a feature for bracketed paste. | Nicholas Marriott |
2020-05-16 | Add a feature for strikethrough. | Nicholas Marriott |
2020-05-16 | Move terminal features into a single file. | Nicholas Marriott |
2020-05-16 | Build list of paths and weed out duplicates before loading configs, and | Nicholas Marriott |
2020-05-16 | Add extension terminfo(5) capabilities for margins. | Nicholas Marriott |
2020-05-16 | Response is iTerm2 not not ITerm2. | Nicholas Marriott |
2020-05-16 | Remove support for iTerm2's DSR 1337 extension and use the CSI > q | Nicholas Marriott |
2020-05-16 | Add an attribute for ACS. | Nicholas Marriott |
2020-05-16 | Tweak the default choose modes formats: | Nicholas Marriott |
2020-05-15 | sshd listener must not block if reexecd sshd exits early: | Markus Friedl |
2020-05-15 | fix off-by-one error that caused sftp downloads to make one more | Damien Miller |
2020-05-15 | pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace | cheloha |
2020-05-13 | we are still aiming for pre-C99 ... | Theo de Raadt |
2020-05-13 | Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server | Kinichiro Inoguchi |
2020-05-13 | Add -tls1_3 and -no_tls1_3 options to openssl(1) s_server | Kinichiro Inoguchi |
2020-05-13 | Enable credProtect extension when generating a resident key. | Damien Miller |
2020-05-13 | always call fido_init(); previous behaviour only called fido_init() when | Damien Miller |
2020-05-13 | preserve group/world read permission on known_hosts file across runs of | Damien Miller |
2020-05-13 | when ordering the hostkey algorithms to request from a server, | Damien Miller |
2020-05-12 | spelling: bedrich smetana | Jason McIntyre |
2020-05-12 | fix non-ASCII quote that snuck in; spotted by Gabriel Kihlman | Damien Miller |
2020-05-11 | clarify role of FIDO tokens in multi-factor authentictation; | Damien Miller |
2020-05-10 | Initialize a couple of variables to shut up gcc, which apparently isn't | Martijn van Duren |
2020-05-10 | Make openssl X509 handle the failure case return code from X509_time_cmp. | Bob Beck |
2020-05-10 | Conditionalize sleep-before-retry in server code to only be done when | Bob Beck |
2020-05-10 | fix socket_log() calls, EVENT expands to three comma separated | Otto Moerbeek |
2020-05-08 | imsg.h needs uio.h, pointed out by deraadt | Nicholas Marriott |
2020-05-08 | Fix obvious copy-past-O in calculation of maximum length of "Available" | Martijn van Duren |
2020-05-08 | Make sure cmsgbufs are properly aligned by using the idiom from the | Otto Moerbeek |
2020-05-08 | fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@ | Damien Miller |
2020-05-06 | openssh-8.3; ok deraadt@ | Damien Miller |
2020-05-06 | another case where a utimes() failure could make scp send a | Damien Miller |
2020-05-04 | tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@ | Stuart Henderson |
2020-05-02 | Add ping(1)-like summary statistics. | Richard Procter |
2020-05-02 | Add ping(1)-like summary statistics. | Richard Procter |
2020-05-02 | we have a sshkey_save_public() function to save public keys; use it | Damien Miller |
2020-05-01 | update currency exchange rates; | Jason McIntyre |
2020-05-01 | when receving a file in sink(), be careful to send at most a single | Damien Miller |
2020-05-01 | expose vasnmprintf(); ok (as part of other commit) markus deraadt | Damien Miller |
2020-05-01 | avoid NULL dereference when attempting to convert invalid ssh.com | Damien Miller |
2020-04-30 | tweak previous; ok markus | Jason McIntyre |
2020-04-30 | bring back debug() removed in rev 1.74; noted by pradeep kumar | Markus Friedl |
2020-04-30 | run the 2nd ssh with BatchMode for scp -3 | Markus Friedl |
2020-04-30 | Do not remove the automatic-rename option from the global set, only from | Nicholas Marriott |
2020-04-30 | Add an expandtab option, similar to what vim supports. | Todd C. Miller |