This is a proof-of-concept of a utility to download DNS zone contents
even when AXFR is disabled on the server, assuming DNSSEC is used.
Optionally it can also verify all digital signature RRs within a
zone against the zone key. If you do not know what DNSSEC is, please
refer to: RFC 2535, RFC 4033, RFC 4034, RFC 4035, "dnssec.net" (lots
of DNSSEC information).
The tool supports both the old DNSSEC according to RFC 2535 (i.e.,
KEY/SIG) and the latest DNSSEC version according to RFC 4033 (i.e.,
DNSKEY/RRSIG).
WinWrangler provides a desktop daemon that can be controlled via
desktop-wide hotkeys to do advanced window manipulations that are not
normally provided by the window manager (which has to be EWMH-compliant).
For example tiling and intelligent expansion of windows.
ok jasper@
database tables, and see any discrepancy between what currently exists
and what is described (great tool for cleaning up after updates or
debugging existing problems).
EINTR it means we can safely return true.
Thanks stsp@ for pointing out the (fixed-but-not-totally) issue & hints
about how to fixit, fix taken from upstream git.
This module implements the creation and processing of GnuPG signed
and encrypted emails. It provides functions to create PGP/MIME-type
messages, and to check signatures. You need to have a different
package to actually send or receive the message, though.
Email::Sender replaces the old and sometimes problematic Email::Send
library, which did a decent job at handling very simple email sending
tasks, but was not suitable for serious use, for a variety of reasons.
from stephan rickauer
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.
feedback and ok ajacoutot@ landry@