* chaos is a small programs that prints some information
* about a nameserver
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
*
* See the file LICENSE for the license
*/
*
* Written by Ondrej Sury in 2007
*
- * Modified a bit my NLnet Labs.
+ * Modified a bit by NLnet Labs.
*
* See the file LICENSE for the license
*/
* ldns-dpa inspects the (udp) DNS packets found in a pcap file
* and provides statistics about them
*
- * (C) NLnet Labs 2006
+ * (C) NLnet Labs 2006 - 2008
*
* See the file LICENSE for the license
*/
* key2ds transforms a public key into its DS
* It (currently) prints out the public key
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
* It traces the authoritatives nameservers down from the root
* And uses TCP, to minimize spoofing danger.
*
- * (c) NLnet Labs, 2006
+ * (c) NLnet Labs, 2006 - 2008
* See the file LICENSE for the license
*/
* keygen is a small programs that generate a dnskey and private key
* for a particular domain.
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
/*
* mx is a small programs that prints out the mx records
* for a particulary domain
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
/*
* ldns-notify.c - ldns-notify(8)
*
- * Copyright (c) 2001-2005, NLnet Labs, All right reserved
+ * Copyright (c) 2001-2008, NLnet Labs, All right reserved
*
* See LICENSE for the license
*
/*
* read a zone file from disk and prints it, one RR per line
*
+ * (c) NLnetLabs 2005-2008
+ *
* See the file LICENSE for the license
*/
* ldns-resolver tries to create a resolver structure from /dev/urandom
* this is only useful to test the library for robusteness with input data
*
- * (c) NLnet Labs 2006
+ * (c) NLnet Labs 2006 - 2008
* See the file LICENSE for the license
*/
* way than the normal RRSIG presentation format
*
* for a particulary domain
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
/*
* ldns-signzone signs a zone file
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
* Tiny dns server, that responds with specially crafted replies
* to requests. For testing dns software.
*
- * (c) NLnet Labs, 2005, 2006
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
*
* Data storage for specially crafted replies for testing purposes.
*
- * (c) NLnet Labs, 2005, 2006, 2007
+ * (c) NLnet Labs, 2005, 2006, 2007, 2008
* See the file LICENSE for the license
*/
/*
* ldns-version shows ldns's version
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
* ldns-walk uses educated guesses and NSEC data to retrieve the
* contents of a dnssec signed zone
*
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
* See the file LICENSE for the license
*/
/*
- * read a zone from disk and split it up:
+ * read a zone that is split up with ldns-zsplit and re-create
+ * the original zone
*
- * zone: SOA a b c d e f g h i j k l
- * becomes:
+ * From:
* zone1: SOA a b c d e f
* zone2: SOA f g h i k l
*
- * ldns-catzone removes the last name and put
- * the zone back together.
+ * Go back to:
+ * zone: SOA a b c d e f g h i j k l
*
- * This way you can incremental sign a zone
+ * This is usefull in combination with ldns-zsplit
*
* See the file LICENSE for the license
*/