From: Jelte Jansen Date: Thu, 15 Sep 2005 08:50:24 +0000 (+0000) Subject: moved mx and chaos to tests and removed manpages X-Git-Tag: release-1.0.0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060ff597164b2f436ea7c8b906d1c5db22bc37b5;p=thirdparty%2Fldns.git moved mx and chaos to tests and removed manpages --- diff --git a/doc/ldns-chaos.1 b/doc/ldns-chaos.1 deleted file mode 100644 index 2046c19b..00000000 --- a/doc/ldns-chaos.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH chaos 1 "27 Apr 2005" -.SH NAME -chaos \- give some information about a nameserver -.SH SYNOPSIS -.B chaos -.IR NAMESERVER - -.SH DESCRIPTION -\fBchaos\fR retrieves all the addresses of the nameserver and then queries -each address for its \fIversion.bind\fR and \fIhostname.bind\fR. -.PP -\fBchaos\fR is a bit more complex than \fBmx\fR. - -.SH OPTIONS -\fBchaos\fR has no options. - -.SH AUTHOR -Written by the ldns team as an example for ldns usage. - -.SH REPORTING BUGS -Report bugs to . - -.SH COPYRIGHT -Copyright (C) 2005 NLnet Labs. This is free software. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. diff --git a/doc/ldns-key2ds.1 b/doc/ldns-key2ds.1 index 4d00fac9..f3db3326 100644 --- a/doc/ldns-key2ds.1 +++ b/doc/ldns-key2ds.1 @@ -1,12 +1,12 @@ -.TH key2ds 1 "30 May 2005" +.TH ldns-key2ds 1 "30 May 2005" .SH NAME -key2ds \- transform a DNSKEY RR to a DS RR +ldns-key2ds \- transform a DNSKEY RR to a DS RR .SH SYNOPSIS -.B key2ds +.B ldns-key2ds .IR file .SH DESCRIPTION -\fBkey2ds\fR is used to transform a public DNSKEY RR to a DS RR. +\fBldns-key2ds\fR is used to transform a public DNSKEY RR to a DS RR. When run it will read \fIfile\fR with a DNSKEY RR in it and it will create a .ds file with the DS RR in it. diff --git a/doc/ldns-keygen.1 b/doc/ldns-keygen.1 index 5a95b52b..343f5900 100644 --- a/doc/ldns-keygen.1 +++ b/doc/ldns-keygen.1 @@ -1,15 +1,15 @@ -.TH keygen 1 "30 May 2005" +.TH ldns-keygen 1 "30 May 2005" .SH NAME -keygen \- generate a keypair and print out the public part as a DNSKEY RR +ldns-keygen \- generate a keypair and print out the public part as a DNSKEY RR .SH SYNOPSIS -.B keygen +.B ldns-keygen [ .IR OPTION ] .IR DOMAIN .SH DESCRIPTION -\fBkeygen\fR is used to generate a private/public keypair. When run it +\fBldns-keygen\fR is used to generate a private/public keypair. When run it will create 3 files; a .key file with the public DNSKEY, a .private file with the private keydata and a .ds with the DS record of the DNSKEY record. @@ -36,7 +36,7 @@ Use this many bits for the key length. .TP \fbr \fdevice\fR -Make keygen use this file for its random data. This will default +Make ldns-keygen use this file for its random data. This will default to /dev/random. .SH AUTHOR diff --git a/doc/ldns-mx.1 b/doc/ldns-mx.1 deleted file mode 100644 index 8ef1a7ab..00000000 --- a/doc/ldns-mx.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH mx 1 "27 Apr 2005" -.SH NAME -mx \- print out the mx record(s) for a domain -.SH SYNOPSIS -.B mx -.IR DOMAIN - -.SH DESCRIPTION -\fBmx\fR is used to print out mx information of a domain. - -.SH OPTIONS -\fBmx\fR has no options. - -.SH AUTHOR -Written by the ldns team as an example for ldns usage. - -.SH REPORTING BUGS -Report bugs to . - -.SH COPYRIGHT -Copyright (C) 2005 NLnet Labs. This is free software. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. diff --git a/ldns-chaos.c b/tests/ldns-chaos.c similarity index 100% rename from ldns-chaos.c rename to tests/ldns-chaos.c diff --git a/ldns-mx.c b/tests/ldns-mx.c similarity index 100% rename from ldns-mx.c rename to tests/ldns-mx.c