Age | Commit message (Expand) | Author |
2020-01-09 | fix reversed arguments on expand_proxy_command(); spotted by | Damien Miller |
2020-01-08 | Do not hang in format_trim_* on invalid UTF-8 characters. | Nicholas Marriott |
2020-01-08 | fix -q: in compatMode, compute and return outofdate just like parallel mode. | Marc Espie |
2020-01-08 | Skip whitespace before tokens, too. | Ingo Schwarze |
2020-01-08 | Add -Z to default switch-client command in tree mode, matches previous | Nicholas Marriott |
2020-01-07 | If the client provides a TLS certificate and the user specifies a | Alexander Bluhm |
2020-01-07 | zap trailing whitespace; | Jason McIntyre |
2020-01-07 | Clarify that zero matches are not an error. | Vadim Zhukov |
2020-01-07 | Improve the description of -m/-M/MANPATH/man.conf in multiple respects | Ingo Schwarze |
2020-01-06 | Implement scrolling in top(1) using 9 and 0 keys. | Vadim Zhukov |
2020-01-06 | The unveil(2) for nc -U -u -l was wrong. The server cannot unveil | Alexander Bluhm |
2020-01-06 | When using UNIX domain sockets, always call report_sock() with the | Alexander Bluhm |
2020-01-06 | put the fido options in a list, and tidy up the text a little; | Jason McIntyre |
2020-01-06 | missing else in check_enroll_options() | Damien Miller |
2020-01-06 | fix error message | Damien Miller |
2020-01-06 | Extends the SK API to accept a set of key/value options for all | Damien Miller |
2020-01-05 | Common function to free key bindings. | Nicholas Marriott |
2020-01-05 | fix CanonicalizeHostname, broken by rev 1.507 | Bob Beck |
2020-01-05 | Send errors to stdout in control mode so they don't get reordered with | Nicholas Marriott |
2020-01-04 | Add ~ to quoted characters for %%%, reported by tb@. | Nicholas Marriott |
2020-01-04 | create a separate function "may_continue_heldback_jobs" and invoke | Marc Espie |
2020-01-04 | Check CMS API return value in openssl(1) cms | Kinichiro Inoguchi |
2020-01-04 | remove redundant test, !keepgoing is already a condition for | Marc Espie |
2020-01-04 | Delete .Xrs to rsync(5) and rsyncd(5). | Ingo Schwarze |
2020-01-03 | the download resident keys option is -K (upper) not -k (lower); | Jason McIntyre |
2020-01-02 | ability to download FIDO2 resident keys from a token via | Damien Miller |
2020-01-02 | add sshkey_save_public(), to save a public key; ok markus@ | Damien Miller |
2020-01-02 | Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from | Nicholas Marriott |
2020-01-01 | Document client exit messages. | Nicholas Marriott |
2020-01-01 | Fix format expansion in window names, reported by Suraj N Kurapati. | Nicholas Marriott |
2020-01-01 | update currency exchange rates; | Jason McIntyre |
2019-12-31 | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze |
2019-12-31 | plug memory leak | Marc Espie |
2019-12-30 | Do not let readonly clients limit the size, suggested by Max Barraclough | Nicholas Marriott |
2019-12-30 | simplify the list for moduli options - no need for -compact; | Jason McIntyre |
2019-12-30 | Do not perform top-level sort when -c is used with a -k field. | Todd C. Miller |
2019-12-30 | 7 years later, I think the commit message was not enough. | Marc Espie |
2019-12-30 | Remove the -x option currently used for FIDO/U2F-specific key flags. | Damien Miller |
2019-12-30 | document SK API changes in PROTOCOL.u2f | Damien Miller |
2019-12-30 | translate and return error codes; retry on bad PIN | Damien Miller |
2019-12-30 | improve some error messages; ok markus@ | Damien Miller |
2019-12-30 | SK API and sk-helper error/PIN passing | Damien Miller |
2019-12-30 | implement loading resident keys in ssh-add | Damien Miller |
2019-12-30 | implement loading of resident keys in ssh-sk-helper | Damien Miller |
2019-12-30 | resident keys support in SK API | Damien Miller |
2019-12-30 | Factor out parsing of struct sk_enroll_response | Damien Miller |
2019-12-30 | basic support for generating FIDO2 resident keys | Damien Miller |
2019-12-30 | remove single-letter flags for moduli options | Damien Miller |
2019-12-30 | prepare for use of ssh-keygen -O flag beyond certs | Damien Miller |
2019-12-27 | Support regex search in copy mode, from Anindya Mukherjee in GitHub | Nicholas Marriott |