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