summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17Move RCSID to before license block and away from #includes, whereDamien Miller
2023-07-17return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a validDamien Miller
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-07-17add a "match localnetwork" predicate.Damien Miller
2023-07-17remove vestigal support for KRL signaturesDamien Miller
2023-07-17Support for KRL extensions.Damien Miller
2023-07-16Remove debug printfs that print the number of wakeups seen by theMark Kettenis
2023-07-16Read out the system power consumption immediately after wakeup and printMark Kettenis
2023-07-16Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().Claudio Jeker
2023-07-16When detaching devices when we suspend, we need to continue processingMark Kettenis
2023-07-16relayd: remove ENGINE dependencyTheo Buehler
2023-07-16ecc_cdh: plug leak of peer public keyTheo Buehler
2023-07-16ecdhtest: Drop unnecessary constant and unneeded includesTheo Buehler
2023-07-16Make remaining unstable tests fail consistently by adjusting theAnton Lindqvist
2023-07-16Make the mbstat preserve the same size which is actually used. AlsoYASUOKA Masahiko
2023-07-16ecdhtest: fix a couple bugs plus some cosmetic tweaksTheo Buehler
2023-07-15fix include directive - this is make, not CTheo Buehler
2023-07-15Rework the ecdhtestTheo Buehler
2023-07-15sync with <sys/namei.h>; 'looks good' deraadtKlemens Nanni
2023-07-15Fix return value check for ECDH_compute_key()Theo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Add test coverage for cofactor ECDH using NIST test vectorsTheo Buehler
2023-07-15Implement PAC support.Mark Kettenis
2023-07-15Link symbols test to buildTheo Buehler
2023-07-15remove accidentally imported files againTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Remove stray argument name in function prototype.Mark Kettenis
2023-07-15vmd(8): fix use of qcow base images.Dave Voutila
2023-07-15Mop up MD32_XARRAY from md5.Joel Sing
2021-04-28Import LLVM 11.1.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-07-15Mop up MD32_XARRAY from md4.Joel Sing
2023-07-15Add mute control. This makes the mute button on laptops that useMark Kettenis
2023-07-15Prevent patch(1) from scribbling all over the place.Florian Obser
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.Nicholas Marriott
2023-07-14Check if the OWN bit of Tx descriptor instead of Rx descriptor is setKevin Lo
2023-07-14Cleanup mrt message handling. Remove the DUMP_XYZ() macros and replaceClaudio Jeker
2023-07-14Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.Darren Tucker
2023-07-14Do not ignore the AF_LINK entries of carp(4) interfaces.Gerhard Roth
2023-07-14struct sleep_state is no longer used, remove it.Claudio Jeker
2023-07-14add defence-in-depth checks for some unreachable integer overflowsDamien Miller
2023-07-13Refactor ASN1_item_sign_ctx()Theo Buehler
2023-07-13bcmp(3) tries to return length, which is a size_t, as an int.Todd C. Miller
2023-07-13- use IS_ELF() to check the ELF magic bytesJasper Lievisse Adriaanse
2023-07-13vmd(8): pull validation into local prefix parser.Dave Voutila
2023-07-13Check input before trying to disable a non-existing daemon to prevent parsingAntoine Jacoutot
2023-07-13Use the deep idle state available on Apple M1/M2 cores in the idle loop andMark Kettenis
2023-07-13Change function definitions using the identifier-list form used in theJonathan Gray
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessNicholas Marriott
2023-07-12validate alignment of ELF program headersJasper Lievisse Adriaanse