The PowerDNS Recursor is a high-end, high-performance resolving
name server which powers the DNS resolution of at least a hundred
million subscribers. Utilizing multiple processors and supporting
the same powerful scripting ability of the Authoritative Server,
the Recursor delivers top performance while retaining the flexibility
modern DNS deployments require.
ok bcallah@ sthen@
pkg/DESCR:
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:
- A typesafe, multi-threaded event system that's very simple to use yet
extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their
accuracy, which simplifies dealing with timestamps originating from
different sources
- Simple process handling for spawning child processes with
redirected I/O
No need to keep around the ifaddrs list returned by getifaddrs, instead
always free it as soon as we have the data we want.
Leak reported by Ed Hynan who also provided an alternative patch.
Testing hints and ok sthen@
---8<---
VF-1 is a command line gopher client. It is built around an interactive command
prompt, and has a very "REPL" feeling. You only need a small number of commands
to get around, and most of them can be abbreviated to one or two chars
--->8---
From Paco Esteban with input from myself and solene@.
OK solene@
Thanks
```
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single
bittorrent swarm, exchanging git objects. IPFS provides an interface as
simple as the HTTP web, but with permanence built in.
```
Originally from Fabian Raetz, with input from abieber@.
OK abieber@, thanks.
This package contains the validating resolver library from the Unbound
distribution (the main Unbound resolver daemon and tools are in OpenBSD's
base OS).
5108. [bug] Named could fail to determine bottom of zone when
removing out of date keys leading to invalid NSEC
and NSEC3 records being added to the zone. [GL #771]