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