Age | Commit message (Expand) | Author |
2021-02-25 | Rename depth to num_untrusted so it identifies what it actually represents. | Joel Sing |
2021-02-25 | Avoid passing last and depth to x509_verify_cert_error() on ENOMEM. | Joel Sing |
2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and | Otto Moerbeek |
2021-02-25 | split off the large module documentations, so that port-modules is less of | Marc Espie |
2021-02-25 | Prevent zero size devices from attaching | jan |
2021-02-25 | s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/ | Damien Miller |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-25 | let m_copydata use a void * instead of caddr_t | David Gwynne |
2021-02-25 | enable veb(4), it's time for wider testing. | David Gwynne |
2021-02-25 | Fix SMALL build | kn |
2021-02-24 | add support for hashing 64 and 32 bit numbers in host byte order. | David Gwynne |
2021-02-24 | sync | Theo de Raadt |
2021-02-24 | Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test to | Darren Tucker |
2021-02-24 | Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data(). | tobhe |
2021-02-24 | build resolvd | Theo de Raadt |
2021-02-24 | More accurately describe the DNS proposal sources and reaction by resolvd. | Theo de Raadt |
2021-02-24 | fairly significant rewrite, including: | Theo de Raadt |
2021-02-24 | We need to track the pid of the connecting control connection to be | Florian Obser |
2021-02-24 | Import resold(8), a daemon to rewrite resolv.conf. | Florian Obser |
2021-02-24 | Fix comment explaining last_untrusted. This should really be called | Theo Buehler |
2021-02-24 | Make the new validator check for EXFLAG_CRITICAL | Theo Buehler |
2021-02-24 | Complete deleting ifi->active before calling write_lease_db(). | Kenneth R Westerback |
2021-02-24 | No need to get time() twice. Just use the already | Kenneth R Westerback |
2021-02-24 | No need to check ifi->active for NULL when looking for duplicate/obsolete | Kenneth R Westerback |
2021-02-24 | Fix annoying typo in a comment. | Kenneth R Westerback |
2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground | Kenneth R Westerback |
2021-02-24 | show AF for DNS proposal messages; ok claudio bluhm | Theo de Raadt |
2021-02-24 | kqueue: Revise filterops interface | Visa Hankala |
2021-02-24 | Various fixes from emails Joachim Nilsson sent to tech@ many moons | Mark Lumsden |
2021-02-24 | snprintf() does indeed return an int. From an email Joachim Nilsson | Mark Lumsden |
2021-02-24 | spelling fix; | Jason McIntyre |
2021-02-24 | In sorflush() use m_purge() instead of handrolling it. | Alexander Bluhm |
2021-02-24 | white space tweak, no functional change | David Gwynne |
2021-02-24 | fix stoeplitz_n16 and stoeplitz_h16 | David Gwynne |
2021-02-24 | Enumerate GCI core, which seems to contain the OTP on the Apple M1. | Patrick Wildt |
2021-02-24 | Correct client_prefix so it returns 1 if in prefix, not 0. | Nicholas Marriott |
2021-02-24 | whitespace tweaks, no functional change. | David Gwynne |
2021-02-24 | fix the length check on arp packets when handling arp filter rules. | David Gwynne |
2021-02-24 | sync | Theo de Raadt |
2021-02-24 | remove unused usbd_get_device_string() | Jonathan Gray |
2021-02-24 | remove unused usbdi functions | Jonathan Gray |
2021-02-24 | add support for adding and deleting mac addr entries on nvgre. | David Gwynne |
2021-02-24 | remove unused xhci_cmd_evaluate_ctx() | Jonathan Gray |
2021-02-24 | sync | Theo de Raadt |
2021-02-24 | add support for adding and deleting address table entries. | David Gwynne |
2021-02-24 | add support for adding and deleting address table entries. | David Gwynne |
2021-02-24 | Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms | Darren Tucker |
2021-02-23 | typo | Theo de Raadt |
2021-02-23 | handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgre | David Gwynne |
2021-02-23 | lots more s/key types/signature algorithms/ mostly in | Damien Miller |