Age | Commit message (Expand) | Author |
2020-09-13 | No need to refcount the parser, we never hold more than one reference. | Florian Obser |
2020-09-12 | Let snmp df make use of the new displayhint code, so we don't print random | Martijn van Duren |
2020-09-12 | trailing whitespace | Jasper Lievisse Adriaanse |
2020-09-12 | Remove unused callback mechanism / indirection. | Florian Obser |
2020-09-09 | For the hostkey confirmation message: | Damien Miller |
2020-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-09 | Wrap long lines, add space in front of goto label in openssl(1) ocsp.c | Kinichiro Inoguchi |
2020-09-09 | Do not abuse assert(3) to react to absurd input; the purpose of assert(3) | Ingo Schwarze |
2020-09-09 | Change SSLv23_client_method to TLS_client_method openssl(1) ocsp | Kinichiro Inoguchi |
2020-09-09 | Remove space between pointer '*' and variable name in ocsp.c | Kinichiro Inoguchi |
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 |