summaryrefslogtreecommitdiff
path: root/usr.sbin/rebound
AgeCommit message (Expand)Author
2015-10-15make sure req is zeroed in tcp caseTed Unangst
2015-10-15better memory handling of the request/cache chainTed Unangst
2015-10-15do not insert entry into cache until it's fully formedTed Unangst
2015-10-15doh, not all requests are the same size. check len first.Ted Unangst
2015-10-15assert is the wrong toolTed Unangst
2015-10-15the inet sockets don't work well with inet6 addrs. pick family from addr.Ted Unangst
2015-10-15introduce logerr, since most logging is followed by exitTed Unangst
2015-10-15now with _rebound user, we can try a little harder at privdropTed Unangst
2015-10-15make the HUP interlocking in the parent work better.Ted Unangst
2015-10-15trivial KNFTheo de Raadt
2015-10-15just a space in usage, from deraadtTed Unangst
2015-10-15add a hint about the config file, until it changesTed Unangst
2015-10-15child can be pledged down a bit to just sockets and ioTed Unangst
2015-10-15import rebound, a lightweight dns proxy, for further polishingTed Unangst