Age | Commit message (Expand) | Author |
2020-09-18 | tweak the client hostkey preference ordering algorithm to prefer the | Damien Miller |
2020-09-16 | Add -q flag to unbind-key to hide errors, GitHub issue 2381. | Nicholas Marriott |
2020-09-16 | Fix some warnings, GitHub issue 2382. | Nicholas Marriott |
2020-09-16 | Remove unused buf, last user was removed when switching to the sshbuf API. | Darren Tucker |
2020-09-15 | "Route show" and "netstat -r" provide formatting for routing tables with | pamela |
2020-09-15 | We have sockaddr_storage these days, get rid of isc_sockaddr_t. | Florian Obser |
2020-09-15 | The various sockaddr structures have length fields these days. | Florian Obser |
2020-09-15 | we no longer need isc_netaddr_t | Florian Obser |
2020-09-15 | remove 3 unused protos; ok florian | Theo de Raadt |
2020-09-15 | rewrite generating of IPv6 reverse names, lets us get rid of byaddr. | Florian Obser |
2020-09-15 | move islinklocal, ismulticast, issitelocal from netaddr to sockaddr | Florian Obser |
2020-09-15 | Fix botched conversion. This was not converted from parse_uint() which | Florian Obser |
2020-09-15 | Remove igetnext prototype for the function does not exist. | Kevin Lo |
2020-09-15 | bump version to 0.29.2, of the changes upstream made between 0.29.1 and 0.29.2 | Jasper Lievisse Adriaanse |
2020-09-14 | Allow snmp mibtree to take one or more arguments who will be converted to | Martijn van Duren |
2020-09-14 | pf: Merge NOTES column into NAME column | kn |
2020-09-14 | Mechanically replace isc_boolean_t with int. | Florian Obser |
2020-09-14 | Bunch of dead stores and otherwise unused stuff lets us get rid of | Florian Obser |
2020-09-14 | Rewrite isc_time_microdiff() as uelapsed() and put it directly | Florian Obser |
2020-09-13 | Get rid of isc_parse_uint32() and replace it with strtonum. | Florian Obser |
2020-09-13 | remove unused lex states | Florian Obser |
2020-09-13 | remove unused LEX_OPTs | Florian Obser |
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 |