Age | Commit message (Expand) | Author |
2014-12-18 | an hex -> a hex; | Jason McIntyre |
2014-12-18 | Update relayd to use siphash instead of sys/hash. The source-hash, | Reyk Floeter |
2014-12-18 | two more uses of siphash. better hash for ipv4. maybe not needed for rbtree | Ted Unangst |
2014-12-18 | simple to use siphash here. ok deraadt | Ted Unangst |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2014-12-18 | Document * and :: to listen on all IPv4 or IPv6 addresses. | Reyk Floeter |
2014-12-18 | Accept * as an alias for the default ipv4 listen address. | Reyk Floeter |
2014-12-18 | "tcp nodelay" shouldn't be discussing relaying SSH; this was a remnant | Reyk Floeter |
2014-12-17 | the easier way to put a buffer on the stack is to put it on the stack, | Ted Unangst |
2014-12-17 | Use log_warnx() not log_warn() for mail loop warning since errno | Todd C. Miller |
2014-12-17 | Add missing flag in the description field. | Reyk Floeter |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-12-14 | these are no longer used, remove | Gilles Chehade |
2014-12-13 | Give the mop suite the ability to process alpha Elf64 files and create mop | Miod Vallat |
2014-12-13 | Add DKIM signing example based on eric@'s asiabsdcon slides | Todd C. Miller |
2014-12-12 | convert some hash tables (the easy ones) to siphash. ok benno. | Ted Unangst |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-12-12 | Change the keyword "ssl" to "tls" to reflect reality since we | Reyk Floeter |
2014-12-11 | When scanning backwards for the last dot in a filename, | Ingo Schwarze |
2014-12-11 | merge conflicts | Brad Smith |
2014-12-11 | update to Unbound 1.5.1, ok sthen@ | Brad Smith |
2014-12-10 | If default file descriptors (0, 1, 2) have to be assigned to /dev/null, | Tobias Stoeckmann |
2014-12-10 | File descriptors are of type int, not short. While at it, adjust remaining | Tobias Stoeckmann |
2014-12-10 | Fix a potential integer overflow in pppd options file parsing. | Jonathan Gray |
2014-12-09 | Use memmove() instead of strlcpy() for an overlapping string copy | Todd C. Miller |
2014-12-09 | Catch up with the BPF_ALIGNMENT switch to the uint32_t. | Mike Belopuhov |
2014-12-08 | Fix for CVE-2014-8602. | Florian Obser |
2014-12-08 | Do not send an error body in a HEAD request answer. | Florian Obser |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2014-12-08 | read(2) returns ssize_t, not size_t | Bret Lambert |
2014-12-08 | no need for arc4random_uniform() here, arc4random() does the job | Gilles Chehade |
2014-12-07 | Avoid NULL deref in error case; found with llvm. | Florian Obser |
2014-12-07 | Fix regression for priority "none" (spotted by doug) of last commit by not | Tobias Stoeckmann |
2014-12-06 | Verify that facility and priority numbers are in valid ranges. | Tobias Stoeckmann |
2014-12-05 | enable warnings | Florian Obser |
2014-12-05 | Bail out if the buffer is too small to contain the length of a | Florian Obser |
2014-12-05 | dead stores; pointed out by llvm scan-build; no binary change | Florian Obser |
2014-12-05 | pause shadows global; pointed out by gcc; no binary change | Florian Obser |
2014-12-05 | mode is unused; pointed out by gcc; no binary change | Florian Obser |
2014-12-05 | declare lerr and lerrx __dead; unconfuses llvm scan-build | Florian Obser |
2014-12-04 | replace an overlapping memcpy with memmove, ok deraadt tedu | Stuart Henderson |
2014-12-04 | stop viral header propagation. none of this code uses sys/hash.h | Ted Unangst |
2014-12-03 | zap extra parameter that my first read missed, because that one is constant. | Marc Espie |
2014-12-03 | rtsol is gone | Florian Obser |
2014-12-03 | Unhook rtsol(8) and rtsold(8) from the build. | Florian Obser |
2014-12-03 | Fix off by one in check for socket path too long. From Nicolas Bedos. | Todd C. Miller |
2014-12-03 | Restore packetp and snapend pointers once we're done with an incorrectly | Mike Belopuhov |
2014-12-03 | Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printing | Mike Belopuhov |
2014-12-02 | zap extra parenthesis after recent rewrite | Marc Espie |