Age | Commit message (Expand) | Author |
2020-09-09 | Convert openssl(1) ocsp option handling | Kinichiro Inoguchi |
2020-09-09 | Add option type OPTION_UL_VALUE_OR | Kinichiro Inoguchi |
2020-09-09 | when writing an attestation blob for a FIDO key, record all the data | Damien Miller |
2020-09-08 | Allow -N without a command to change or add a note to an existing key. | Nicholas Marriott |
2020-09-06 | After .ti, there are many reasons why the offset may change, so setting | Ingo Schwarze |
2020-09-06 | On tls_config_set_protocols() failure, include the output of | Theo Buehler |
2020-09-06 | Wording tweak from jsing | Theo Buehler |
2020-09-06 | Use an int for the verification depth and drop a cast. | Theo Buehler |
2020-09-06 | Document -S protocols in ftp(1) | Theo Buehler |
2020-09-06 | Allow specifying supported TLS protocols in ftp(1) | Theo Buehler |
2020-09-04 | calloc cb data so the client is NULL. | Nicholas Marriott |
2020-09-03 | Fix two issues with .po (page offset) formatting: | Ingo Schwarze |
2020-09-03 | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze |
2020-09-03 | Do not free old session working directory until after expanding the new | Nicholas Marriott |
2020-09-03 | Switch use of '\0' to NULL | Theo Buehler |
2020-09-02 | Check started flag before looking for capability. | Nicholas Marriott |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2020-09-02 | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. | Nicholas Marriott |
2020-09-01 | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze |
2020-09-01 | Missed WRITE_BIG -> WRITE_10 | Kenneth R Westerback |
2020-09-01 | Fix build with -fno-common (default in clang 11) | Jeremie Courreges-Anglas |
2020-09-01 | update currency exchange rates; | Jason McIntyre |
2020-09-01 | Add -F to set-environment and source-file; GitHub issue 2359. | Nicholas Marriott |
2020-09-01 | Only print below number when there is enough space. | Nicholas Marriott |
2020-09-01 | Allow a-z keys for display-panes to jump to higher numbered panes. | Nicholas Marriott |
2020-08-31 | crank to 6.8-beta | Theo de Raadt |
2020-08-31 | refuse to add verify-required (PINful) FIDO keys to ssh-agent until | Damien Miller |
2020-08-31 | Add RCS IDs to the few files that are missing them; | Damien Miller |
2020-08-30 | Fix :S with anchors and replacement | Theo Buehler |
2020-08-28 | Implement mktime() function for compatibility with mawk and gawk. | Todd C. Miller |
2020-08-28 | Check that the addresses supplied to Match Address and Match | Darren Tucker |
2020-08-27 | Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>: | Ingo Schwarze |
2020-08-27 | unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det... | Sebastien Marie |
2020-08-27 | Fix a regression caused by the insertion of two new tokens, | Ingo Schwarze |
2020-08-27 | Make it more explicit that the statement "-O tag does not work with less(1)" | Ingo Schwarze |
2020-08-27 | Avoid artifacts in the most common case of closing conditional blocks | Ingo Schwarze |
2020-08-27 | sentence fix; from pedro martelletto | Jason McIntyre |
2020-08-27 | debug()-print a little info about FIDO-specific key fields via | Damien Miller |
2020-08-27 | skip a bit more FIDO token selection logic when only a single token | Damien Miller |
2020-08-27 | Add pane_last format, GitHub issue 2353. | Nicholas Marriott |
2020-08-27 | tweak previous; | Jason McIntyre |
2020-08-27 | remove unreachable code I forgot to delete in r1.334 | Damien Miller |
2020-08-27 | Request PIN ahead of time for certain FIDO actions | Damien Miller |
2020-08-27 | preserve verify-required for resident FIDO keys | Damien Miller |
2020-08-27 | major rework of FIDO token selection logic | Damien Miller |
2020-08-27 | support for requiring user verified FIDO keys in sshd | Damien Miller |
2020-08-27 | support for user-verified FIDO keys | Damien Miller |
2020-08-26 | Add "t" to toggle the display of routing tables | kn |
2020-08-25 | Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue | Nicholas Marriott |
2020-08-25 | Rename rtable filter variables and simplify buffer handling | kn |