summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-09-18tweak the client hostkey preference ordering algorithm to prefer theDamien Miller
2020-09-16Add -q flag to unbind-key to hide errors, GitHub issue 2381.Nicholas Marriott
2020-09-16Fix some warnings, GitHub issue 2382.Nicholas Marriott
2020-09-16Remove 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 withpamela
2020-09-15We have sockaddr_storage these days, get rid of isc_sockaddr_t.Florian Obser
2020-09-15The various sockaddr structures have length fields these days.Florian Obser
2020-09-15we no longer need isc_netaddr_tFlorian Obser
2020-09-15remove 3 unused protos; ok florianTheo de Raadt
2020-09-15rewrite generating of IPv6 reverse names, lets us get rid of byaddr.Florian Obser
2020-09-15move islinklocal, ismulticast, issitelocal from netaddr to sockaddrFlorian Obser
2020-09-15Fix botched conversion. This was not converted from parse_uint() whichFlorian Obser
2020-09-15Remove igetnext prototype for the function does not exist.Kevin Lo
2020-09-15bump version to 0.29.2, of the changes upstream made between 0.29.1 and 0.29.2Jasper Lievisse Adriaanse
2020-09-14Allow snmp mibtree to take one or more arguments who will be converted toMartijn van Duren
2020-09-14pf: Merge NOTES column into NAME columnkn
2020-09-14Mechanically replace isc_boolean_t with int.Florian Obser
2020-09-14Bunch of dead stores and otherwise unused stuff lets us get rid ofFlorian Obser
2020-09-14Rewrite isc_time_microdiff() as uelapsed() and put it directlyFlorian Obser
2020-09-13Get rid of isc_parse_uint32() and replace it with strtonum.Florian Obser
2020-09-13remove unused lex statesFlorian Obser
2020-09-13remove unused LEX_OPTsFlorian Obser
2020-09-13No need to refcount the parser, we never hold more than one reference.Florian Obser
2020-09-12Let snmp df make use of the new displayhint code, so we don't print randomMartijn van Duren
2020-09-12trailing whitespaceJasper Lievisse Adriaanse
2020-09-12Remove unused callback mechanism / indirection.Florian Obser
2020-09-09For the hostkey confirmation message:Damien Miller
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cKinichiro Inoguchi
2020-09-09Do not abuse assert(3) to react to absurd input; the purpose of assert(3)Ingo Schwarze
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspKinichiro Inoguchi
2020-09-09Remove space between pointer '*' and variable name in ocsp.cKinichiro Inoguchi
2020-09-09Convert openssl(1) ocsp option handlingKinichiro Inoguchi
2020-09-09Add option type OPTION_UL_VALUE_ORKinichiro Inoguchi
2020-09-09when writing an attestation blob for a FIDO key, record all the dataDamien Miller
2020-09-08Allow -N without a command to change or add a note to an existing key.Nicholas Marriott
2020-09-06After .ti, there are many reasons why the offset may change, so settingIngo Schwarze
2020-09-06On tls_config_set_protocols() failure, include the output ofTheo Buehler
2020-09-06Wording tweak from jsingTheo Buehler
2020-09-06Use an int for the verification depth and drop a cast.Theo Buehler
2020-09-06Document -S protocols in ftp(1)Theo Buehler
2020-09-06Allow specifying supported TLS protocols in ftp(1)Theo Buehler
2020-09-04calloc cb data so the client is NULL.Nicholas Marriott
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-03Do not free old session working directory until after expanding the newNicholas Marriott
2020-09-03Switch use of '\0' to NULLTheo Buehler
2020-09-02Check started flag before looking for capability.Nicholas Marriott
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott