Age | Commit message (Expand) | Author |
2014-12-30 | Rename a few functions name. Will help factorize some stuffs. | Antoine Jacoutot |
2014-12-30 | do not print an empty order in case pkg_scripts is undefined | Robert Nagy |
2014-12-30 | add_flags() does not need any action argument. | Antoine Jacoutot |
2014-12-29 | document ordering more explicitly; | Ingo Schwarze |
2014-12-29 | re-add missing space in confirm prompt that got lost in -r1.18 | Jasper Lievisse Adriaanse |
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter |
2014-12-27 | prepare things slightly further, FwUpdate still not active... | Marc Espie |
2014-12-27 | make it at least work a wee little bit. | Marc Espie |
2014-12-27 | zap trailing whitespace; | Jason McIntyre |
2014-12-27 | Specialisation of PkgAdd to do fw_update, not yet finished | Marc Espie |
2014-12-26 | Document forward to in protocols. | Sebastian Benoit |
2014-12-25 | subtraction of two void * is not well defined, plus two void * can be apart | Otto Moerbeek |
2014-12-24 | bump version | Eric Faurot |
2014-12-24 | Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake. | Eric Faurot |
2014-12-24 | Implement some kind ordering in the startup of package script daemons. | Antoine Jacoutot |
2014-12-24 | recheck list for non emptyness *after* filtering obsolete packages. | Marc Espie |
2014-12-24 | missing include | Eric Faurot |
2014-12-23 | pf now supports source-hash and random with tables so we can allow it | Reyk Floeter |
2014-12-23 | Remove function mouse_map. This function is redundant. | Alexandr Shadchin |
2014-12-23 | Consistency: put variables between curly braces. | Antoine Jacoutot |
2014-12-23 | tweak meta-info checking a bit. | Marc Espie |
2014-12-23 | the kvm database only needs to be readable by kmem group. make it so. | Ted Unangst |
2014-12-22 | when we run into real errors, the progress meter is distracting, so have | Marc Espie |
2014-12-22 | Now does not need to be initialized event.value. | Alexandr Shadchin |
2014-12-22 | Out out you evil network daemon. | Florian Obser |
2014-12-21 | Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP, WSCONS_EVENT_WSMOUSED_CLOSE. | Alexandr Shadchin |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-19 | don't print vnodes if we didn't read them | Ted Unangst |
2014-12-19 | 1. -T (totalflag) requires nlist too. | Ted Unangst |
2014-12-18 | Merge in some commits from upstream.. | Brad Smith |
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 |