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