summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-11Check if loopback interfaces used are skipped by pf as opposed ofAnton Lindqvist
2023-10-11Infer rdomains from environment variables N1 and N2 like many others inAnton Lindqvist
2023-10-11Remove dead CRYPTOCHUNK usageKlemens Nanni
2023-10-11kernel: expand fixed clock interrupt periods to 64-bit valuesScott Soule Cheloha
2023-10-11clockintr: move clockintr_schedule() into public APIScott Soule Cheloha
2023-10-11put "stub" within grasp of -DREGRESSION_TESTING.Marc Espie
2023-10-11missing state in locator call, surprised nobody else ran into thatMarc Espie
2023-10-11Some housekeeping in x_algorTheo Buehler
2023-10-11Rewrite X509_ALGOR_set0()Theo Buehler
2023-10-11x509_algor: Turn expected failure into actual failure now that the API isTheo Buehler
2023-10-11Ensure that out_value is initialized even if out_type is NULLTheo Buehler
2023-10-11Rewrite X509_ALGOR_get0()Theo Buehler
2023-10-11Add internal version of X509_ALGOR_set_md()Theo Buehler
2023-10-11Add preallocation dance for X509_ALGOR_set_md() as documentedTheo Buehler
2023-10-11dwqe(4) may now attach via pci(4)Stefan Sperling
2023-10-11Add initial support for Elkhart Lake ethernet to dwqe(4).Stefan Sperling
2023-10-11Clean up X509_ALGOR_cmp()Theo Buehler
2023-10-11Add regress coverage for X509_ALGOR_*Theo Buehler
2023-10-11fix bitmask of GMAC4 hwfeatures1 RX FIFO sizeStefan Sperling
2023-10-11I forgot that we now have ASN1_INTEGER_set_uint64()Theo Buehler
2023-10-11Extend rde_community_test to check various aspects of non-transitiveClaudio Jeker
2023-10-11mention "none" is a valid argument to IdentityFile; bz3080Damien Miller
2023-10-11Bump version for -portable releaseClaudio Jeker
2023-10-11Be more precise about X509_ALGOR_get0()Theo Buehler
2023-10-11in olde rcp/scp protocol mode, when rejecting a path from the serverDamien Miller
2023-10-11s/%.100s/%s/ in SSH- banner construction as there's no reason toDamien Miller
2023-10-11clockintr_stagger: rename parameters: "n" -> "numer", "count" -> "denom"Scott Soule Cheloha
2023-10-10Correctly define GMAC_VERSION. Found by stsp@Mark Kettenis
2023-10-10Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;Miod Vallat
2023-10-10Fix timing issue in which one thread could be left hanging inAnton Lindqvist
2023-10-10Make it possible to run fileops tests in parallel by making use of aAnton Lindqvist
2023-10-10pf(4) must not pass packet if state cannot be created.Alexander Bluhm
2023-10-10Print at most pkgsize - hdrsize bytes for pfkey tag and identity toTobias Heider
2023-10-10Do not copy stack garbage, that's not going to be used.Florian Obser
2023-10-10When rewriting community_writebuf() the handling of non-transitiveClaudio Jeker
2023-10-10Improve X509_ALGOR_new(3) documentationTheo Buehler
2023-10-10Remove dead code in pf_pull_hdr().Alexander Bluhm
2023-10-10Fix format string warning in robots/score.cTheo Buehler
2023-10-10Print a long with %ld instead of %dTheo Buehler
2023-10-10Use vw_printw() and fix a format print warning.Theo Buehler
2023-10-10Drop GCC_PRINTFLIKE() at function definitionTheo Buehler
2023-10-10Fix a format warning about a non-literal stringTheo Buehler
2023-10-10Print non-literal string with "%s"Theo Buehler
2023-10-10Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register.Stefan Sperling
2023-10-10Garbage collect cipher_get_keyiv_len()Theo Buehler
2023-10-10Reserve a range of "local extension" message numbers that OpenSSH promisesDamien Miller
2023-10-09Recognize GICv4 in the MADT and configure it as arm,gic-v3.Patrick Wildt
2023-10-09Handle an arbitrary number of D11 cores and only disable them instead ofMark Kettenis
2023-10-09Add Message-Id as needed for messages received on the submission port.Todd C. Miller
2023-10-09Mention that the strings are OS-specific.Ingo Schwarze