summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-10-02Add -[46] nops for compatibility with the OpenSSL s_serverTheo Buehler
2020-10-01add a missing .PpIngo Schwarze
2020-10-01add example to apropos.1 to list all manuals in a given sectionians
2020-10-01update currency exchange rates;Jason McIntyre
2020-09-30Now that dprintf(3) uses format string annotation checking, a sizeof()Theo de Raadt
2020-09-30Regen moduli.Darren Tucker
2020-09-27openssh 8.4Damien Miller
2020-09-23Escape+Up and the other arrow keys should be kept as Escape+Up and notNicholas Marriott
2020-09-22Move a sentence to the right command.Nicholas Marriott
2020-09-22Do not wrap at end of text when positioning at end of match because theNicholas Marriott
2020-09-22Resize screen to the correct size (borders need to be taken off).Nicholas Marriott
2020-09-22Fix warnings on some platforms with %llx and add a new message to handleNicholas Marriott
2020-09-21close stdin when forking after authentication too; ok markusDamien Miller
2020-09-20close stdout/stderr after "ssh -f ..." forkingDamien Miller
2020-09-20cap channel input buffer size at 16MB; avoids high memory use whenDamien Miller
2020-09-18Free buffer earlier to avoid confusing some compilers, GitHub issueNicholas Marriott
2020-09-18Some other warnings, GitHub issue 2382.Nicholas Marriott
2020-09-18handle multiple messages in a single read()Damien Miller
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