summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-17clean up the amount of printf in usage(): from sascha paunovicJason McIntyre
2018-09-17Use the strict pragma for better warnings.Todd C. Miller
2018-09-17When choosing a prime from the moduli file, avoid re-using theTodd C. Miller
2018-09-17Move tally mark printing out of the main benchmark loop; ok tb@cheloha
2018-09-17Simplify VFS initialization.Visa Hankala
2018-09-17unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rwRicardo Mestre
2018-09-17Do not acknowledge a received ack-only tcp packet that we would drop due tofriehm
2018-09-17Rename struct as_set to struct irr_as_set to not conflict with bgpd.Claudio Jeker
2018-09-17avoid calling make_full for determining special file status, since weMarc Espie
2018-09-17simplify code path for backup relay and remove useless flagEric Faurot
2018-09-17remove binary doc files that aren't really useful to have in-treeStuart Henderson
2018-09-17merge conflictsStuart Henderson
2018-09-17import unbound 1.7.3, testing from benno@ and Brad.Stuart Henderson
2018-09-17fix memory leaks in ieee80211_add_ess()Jonathan Gray
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2018-09-16Fix length checks in the receive path of iwm(4).Stefan Sperling
2018-09-16The kernel does not set the address family for the socket addressesAlexander Bluhm
2018-09-16add missing default case to switchTheo Buehler
2018-09-16If a prefix without length was specifed in the config file, thenAlexander Bluhm
2018-09-16EVP_aead_chacha20_poly1305() can't actually fail.Theo Buehler
2018-09-16Unbreak tree with 'char *' -> 'const char *' forKenneth R Westerback
2018-09-16Add support for setting NVRAM variables.Mark Kettenis
2018-09-16Add missing includes for setpassent() and setgroupent().Todd C. Miller
2018-09-16Adjust sparc64 bits after libunwind 6.0.0 update.Mark Kettenis
2018-09-16Various improvements to generate logical domain configurations that areMark Kettenis
2018-09-16Rename *AesCcmOrGcm* into the slightly less ugly *AesAead*.Theo Buehler
2018-09-16Move vfsconf lookup code into dedicated functions.Visa Hankala
2018-09-16With prefixlen 128, mask_prefix() in rad(8) caused a stack overflowAlexander Bluhm
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) to avoid extra passwdTodd C. Miller
2018-09-16Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andTodd C. Miller
2018-09-16Replace the local getname() and getuserid() functions with callsTodd C. Miller
2018-09-15another typo. time to sleepTheo Buehler
2018-09-15typosTheo Buehler
2018-09-15add a brief comment on the acceptable AES CCM and AES GCM casesTheo Buehler
2018-09-15Also exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_256_gcm().Theo Buehler
2018-09-15rename checkChaCha20Poly1305{Open,Seal}() into checkAead{Open,Seal}().Theo Buehler
2018-09-15Merge AES CCM, AES GCM and ChaCha20 data structures intoTheo Buehler
2018-09-15Add missing conversion specifierTheo Buehler
2018-09-15Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xKinichiro Inoguchi
2018-09-15Add support for version 2.0 of the mdstore protocol.Mark Kettenis
2018-09-15strsave() is hard-fail strdup() so simplify and rename to xstrdup().miko
2018-09-15Fix fortune underlines and use the right number of underscores in Notes.Anthony J. Bentley
2018-09-14Initialize the TDB to NULL in ipsec_common_input() andRicardo Mestre
2018-09-14Do not leak a file descriptor when opening nohup.out. Make sureAlexander Bluhm
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-09-14Add interoperability test mode for regress appstest.shKinichiro Inoguchi
2018-09-14add gapdummy.c to the "clean" target like other generated filesChristian Weisgerber
2018-09-14Pass -L/usr/lib to the linker in preparation for switching to lld, whichChristian Weisgerber