summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-11Add missing $OpenBSD$ tag.Kenji Aoyama
2023-03-11Bump version to 7.8Claudio Jeker
2023-03-11Factor out the cache reset logic into rtr_reset_cache() and use itClaudio Jeker
2023-03-10btrace(8) retrieves the types of the arguments of each tracepointAlexander Bluhm
2023-03-10Add new dt(4) ioctl DTIOCGARGS to get the types of probe arguments.Alexander Bluhm
2023-03-10Remove unused make variables FSTYPE (=install360) and FSDISKTYPEKenneth R Westerback
2023-03-10Fix possible leak of spibuf and flowbuf in error case.Tobias Heider
2023-03-10syncTheo Buehler
2023-03-10Crankl libcrypto/libssl/libtls minors after symbol additionTheo Buehler
2023-03-10Update Symbols.listTheo Buehler
2023-03-10Expose various X509_STORE_*check_issued()Theo Buehler
2023-03-10Expose X509_CRL_get0_sigalg() and X509_get0_uidsTheo Buehler
2023-03-10Expose UI_null()Theo Buehler
2023-03-10Expose the EVP_CIPHER_meth_* API (setter only) in evp.hTheo Buehler
2023-03-10mechanical change, rename struct members to match the original X509 namesJob Snijders
2023-03-10Show the X.509 notBefore in filemodeJob Snijders
2023-03-10ASN.1 BIO: properly wire up prefix_free and suffix_freeTheo Buehler
2023-03-10Add the necessary stack offsets for macppc so dt(4).Claudio Jeker
2023-03-10Update the stack offset for the profile probe to account for the clockintrClaudio Jeker
2023-03-10Implement setting the parent clock for RK356x. This includes code forMark Kettenis
2023-03-10Fix error on installer abort/exitKlemens Nanni
2023-03-10Take controller out of reset; makes it work on rk356x.Mark Kettenis
2023-03-10Return the correct type for ASN.1 BOOLEANsTheo Buehler
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANSTheo Buehler
2023-03-10Compile the output filter rules into per peer filter rules.Claudio Jeker
2023-03-10Explicitly ignore return from fcntl(... FD_CLOEXEC) here too.Darren Tucker
2023-03-10Plug mem leak on error path. Coverity CID 405026, ok djm@.Darren Tucker
2023-03-10Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since there'sDarren Tucker
2023-03-10Like sshd_config, some ssh_config options are not first-match-wins.Damien Miller
2023-03-10Remove no-op (int) > INT_MAX checks since they can never be true.Darren Tucker
2023-03-09modify parentheses in conditionals to make it clearer what is beingJoshua Stein
2023-03-09remove obsolete libLLVM.so.[0-6].0 during upgradeChristian Weisgerber
2023-03-09Check that a PCIe port isn't disabled in the device tree.Mark Kettenis
2023-03-09Unwrap a few lines and zap a tabTheo Buehler
2023-03-09Add missing error checking in PKCS7Theo Buehler
2023-03-09Implement ASPA support in RTR by following draft-ietf-sidrops-8210bis-10.Claudio Jeker
2023-03-09Fix segfault in filemode for TAK objectsJob Snijders
2023-03-09Fix segfault in filemode for RSC objectsJob Snijders
2023-03-09workaround Intel Braswell/Cherry Trail mwait hangJonathan Gray
2023-03-09Add role output to bgpctl, also adjust the capability output.Claudio Jeker
2023-03-09Major rework of RFC9234 support. My initial interpretation of the RFC wasClaudio Jeker
2023-03-09In filmode also show 'Not After' for GBR recordsJob Snijders
2023-03-09Improve vnet(4) to work better in busy conditions.Claudio Jeker
2023-03-09Show CMS signing-time signed attribute in filemodeJob Snijders
2023-03-09Re-split the merge of the reorder-hostkeys test.Darren Tucker
2023-03-09include destination constraints for smartcard keys too.Damien Miller
2023-03-09Cope with recent changes to alignment of command column.Anton Lindqvist
2023-03-09document BIOC[SGD]WTIMEOUTDavid Gwynne
2023-03-09add a timeout between capturing a packet and making the buffer readable.David Gwynne
2023-03-09clockintr: add a priority queueScott Soule Cheloha