Blame SOURCES/ldns-1.6.16-manpage-fixes-bundle.patch

b747fc
From 8481a8f65fec3b6b9bc0984f6ba36fbc82cc78ff Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 14:52:28 +0200
b747fc
Subject: [PATCH 1/8] ldns-compare: add missing options into usage
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-compare-zones.c | 2 ++
b747fc
 1 file changed, 2 insertions(+)
b747fc
b747fc
diff --git a/examples/ldns-compare-zones.c b/examples/ldns-compare-zones.c
b747fc
index 663b744..084b801 100644
b747fc
--- a/examples/ldns-compare-zones.c
b747fc
+++ b/examples/ldns-compare-zones.c
b747fc
@@ -33,6 +33,8 @@ usage(char *prog)
b747fc
 	printf("       -a - print all differences (-i -d -c)\n");
b747fc
 	printf("       -s - do not exclude SOA record from comparison\n");
b747fc
 	printf("       -z - do not sort zones\n");
b747fc
+	printf("       -h - show usage and exit\n");
b747fc
+	printf("       -v - show the version and exit\n");
b747fc
 }
b747fc
 
b747fc
 int 
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 911a2bdcb03cbf36ac4591e1eea3c142b236350f Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:01:39 +0200
b747fc
Subject: [PATCH 2/8] ldns-key2ds: Add -f option into man page
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-key2ds.1 | 4 ++++
b747fc
 1 file changed, 4 insertions(+)
b747fc
b747fc
diff --git a/examples/ldns-key2ds.1 b/examples/ldns-key2ds.1
b747fc
index 6fdbee5..a20ab96 100644
b747fc
--- a/examples/ldns-key2ds.1
b747fc
+++ b/examples/ldns-key2ds.1
b747fc
@@ -17,6 +17,10 @@ SHA1 for RSASHA1, and so on.
b747fc
 
b747fc
 .SH OPTIONS
b747fc
 .TP
b747fc
+\fB-f\fR
b747fc
+Ignore SEP flag (i.e. make DS records for any key)
b747fc
+
b747fc
+.TP
b747fc
 \fB-n\fR
b747fc
 Write the result DS Resource Record to stdout instead of a file
b747fc
 
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 4d9ea09fac2965316381336e83e78a30cd9b0573 Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:07:51 +0200
b747fc
Subject: [PATCH 3/8] ldns-keygen: remove unused options
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-keygen.c | 2 +-
b747fc
 1 file changed, 1 insertion(+), 1 deletion(-)
b747fc
b747fc
diff --git a/examples/ldns-keygen.c b/examples/ldns-keygen.c
b747fc
index 5765417..38ecfc1 100644
b747fc
--- a/examples/ldns-keygen.c
b747fc
+++ b/examples/ldns-keygen.c
b747fc
@@ -71,7 +71,7 @@ main(int argc, char *argv[])
b747fc
 	random = NULL;
b747fc
 	ksk = false; /* don't create a ksk per default */
b747fc
 
b747fc
-	while ((c = getopt(argc, argv, "a:kb:r:v25")) != -1) {
b747fc
+	while ((c = getopt(argc, argv, "a:kb:r:v")) != -1) {
b747fc
 		switch (c) {
b747fc
 		case 'a':
b747fc
 			if (algorithm != 0) {
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 8726559f93ed85ae85b3667e4d8018c80714f3af Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:17:58 +0200
b747fc
Subject: [PATCH 4/8] ldns-read-zone: document -b option in man page
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-read-zone.1 | 4 ++++
b747fc
 examples/ldns-read-zone.c | 2 +-
b747fc
 2 files changed, 5 insertions(+), 1 deletion(-)
b747fc
b747fc
diff --git a/examples/ldns-read-zone.1 b/examples/ldns-read-zone.1
b747fc
index 7d4fd7d..e166658 100644
b747fc
--- a/examples/ldns-read-zone.1
b747fc
+++ b/examples/ldns-read-zone.1
b747fc
@@ -22,6 +22,10 @@ that is not of type NSEC, NSEC3, RRSIG or DNSKEY. DS records are not
b747fc
 printed.
b747fc
 
b747fc
 .TP
b747fc
+\fB-b\fR
b747fc
+Include Bubble Babble encoding of DS's.
b747fc
+
b747fc
+.TP
b747fc
 \fB-0\fR
b747fc
 Print a (null) for the RRSIG inception, expiry and key data. This option
b747fc
 can be used when comparing different signing systems that use the same
b747fc
diff --git a/examples/ldns-read-zone.c b/examples/ldns-read-zone.c
b747fc
index efe187e..b0f5c3c 100644
b747fc
--- a/examples/ldns-read-zone.c
b747fc
+++ b/examples/ldns-read-zone.c
b747fc
@@ -63,7 +63,7 @@ main(int argc, char **argv)
b747fc
 				printf("Usage: %s [OPTIONS] <zonefile>\n", argv[0]);
b747fc
 				printf("\tReads the zonefile and prints it.\n");
b747fc
 				printf("\tThe RR count of the zone is printed to stderr.\n");
b747fc
-				printf("\t-b include bubblebabble of DS's.\n");
b747fc
+				printf("\t-b include Bubble Babble encoding of DS's.\n");
b747fc
 				printf("\t-0 zeroize timestamps and signature in RRSIG records.\n");
b747fc
 				printf("\t-c canonicalize all rrs in the zone.\n");
b747fc
 				printf("\t-d only show DNSSEC data from the zone\n");
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 9292d3ffc9e929b50e23d6ccc71fe2201af11e25 Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:22:47 +0200
b747fc
Subject: [PATCH 5/8] ldns-sigzone: remove unused -l option
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-signzone.c | 2 +-
b747fc
 1 file changed, 1 insertion(+), 1 deletion(-)
b747fc
b747fc
diff --git a/examples/ldns-signzone.c b/examples/ldns-signzone.c
b747fc
index 25ece3a..be505f4 100644
b747fc
--- a/examples/ldns-signzone.c
b747fc
+++ b/examples/ldns-signzone.c
b747fc
@@ -379,7 +379,7 @@ main(int argc, char *argv[])
b747fc
 
b747fc
 	OPENSSL_config(NULL);
b747fc
 
b747fc
-	while ((c = getopt(argc, argv, "a:bde:f:i:k:lno:ps:t:vAE:K:")) != -1) {
b747fc
+	while ((c = getopt(argc, argv, "a:bde:f:i:k:no:ps:t:vAE:K:")) != -1) {
b747fc
 		switch (c) {
b747fc
 		case 'a':
b747fc
 			nsec3_algorithm = (uint8_t) atoi(optarg);
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 76a188d66f919b25d553c94e41781d6bf14704f1 Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:28:21 +0200
b747fc
Subject: [PATCH 6/8] ldns-walk: add missing options into man page
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-walk.1 | 12 ++++++++++++
b747fc
 1 file changed, 12 insertions(+)
b747fc
b747fc
diff --git a/examples/ldns-walk.1 b/examples/ldns-walk.1
b747fc
index c8ace40..d4d1b6e 100644
b747fc
--- a/examples/ldns-walk.1
b747fc
+++ b/examples/ldns-walk.1
b747fc
@@ -22,6 +22,14 @@ Of course the nameserver that is used must be DNSSEC-aware.
b747fc
 
b747fc
 .SH OPTIONS
b747fc
 .TP
b747fc
+\fB-4\fR
b747fc
+Use only IPv4.
b747fc
+
b747fc
+.TP
b747fc
+\fB-6\fR
b747fc
+Use only IPv6.
b747fc
+
b747fc
+.TP
b747fc
 \fB-f\fR
b747fc
 Do a 'full' zone walk; by default, ldns-walk will only show the names, and types present at those names. If this option is given, all resource records will be printed.
b747fc
 
b747fc
@@ -31,6 +39,10 @@ Start the walk with this owner name. Useful when continuing the walk for a
b747fc
 large zone.
b747fc
 
b747fc
 .TP
b747fc
+\fB-v\fR \fIverbosity\fR
b747fc
+Verbosity level [1-5].
b747fc
+
b747fc
+.TP
b747fc
 \fB@\fR \fInameserver\fR
b747fc
 Send the queries to this nameserver.
b747fc
 
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 4317011bef2f58c045300ff7e479635d2e680809 Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:35:35 +0200
b747fc
Subject: [PATCH 7/8] ldns-zcat: remove unused option -n and document option -v
b747fc
 in man page
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-zcat.1 | 4 ++++
b747fc
 examples/ldns-zcat.c | 2 +-
b747fc
 2 files changed, 5 insertions(+), 1 deletion(-)
b747fc
b747fc
diff --git a/examples/ldns-zcat.1 b/examples/ldns-zcat.1
b747fc
index 9c4054d..4fd7ba6 100644
b747fc
--- a/examples/ldns-zcat.1
b747fc
+++ b/examples/ldns-zcat.1
b747fc
@@ -18,6 +18,10 @@ The resulted zone file is printed to standard output.
b747fc
 .B -o ORIGIN
b747fc
 use ORIGIN when reading in the zone
b747fc
 
b747fc
+.TP
b747fc
+.B -v
b747fc
+show the version number and exit
b747fc
+
b747fc
 .SH AUTHOR
b747fc
 Written by the ldns team as an example for ldns usage.
b747fc
 
b747fc
diff --git a/examples/ldns-zcat.c b/examples/ldns-zcat.c
b747fc
index df4ecba..eea6ea7 100644
b747fc
--- a/examples/ldns-zcat.c
b747fc
+++ b/examples/ldns-zcat.c
b747fc
@@ -54,7 +54,7 @@ main(int argc, char **argv)
b747fc
 	progname = strdup(argv[0]);
b747fc
 	origin = NULL;
b747fc
 	
b747fc
-	while ((c = getopt(argc, argv, "n:o:v")) != -1) {
b747fc
+	while ((c = getopt(argc, argv, "o:v")) != -1) {
b747fc
 		switch(c) {
b747fc
 			case 'o':
b747fc
 				origin = ldns_dname_new_frm_str(strdup(optarg));
b747fc
-- 
b747fc
1.8.3.1
b747fc
b747fc
b747fc
From 147b12971f4308f6ebf1085fde5e61327c192ed5 Mon Sep 17 00:00:00 2001
b747fc
From: Tomas Hozza <thozza@redhat.com>
b747fc
Date: Thu, 18 Jul 2013 15:39:03 +0200
b747fc
Subject: [PATCH 8/8] ldns-zsplit: document -v option in man page
b747fc
b747fc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
b747fc
---
b747fc
 examples/ldns-zsplit.1 | 4 ++++
b747fc
 1 file changed, 4 insertions(+)
b747fc
b747fc
diff --git a/examples/ldns-zsplit.1 b/examples/ldns-zsplit.1
b747fc
index 8e64668..02dce40 100644
b747fc
--- a/examples/ldns-zsplit.1
b747fc
+++ b/examples/ldns-zsplit.1
b747fc
@@ -27,6 +27,10 @@ use ORIGIN as origin when reading the zonefile.
b747fc
 .B -z
b747fc
 Sort the zone before splitting.
b747fc
 
b747fc
+.TP
b747fc
+.B -v
b747fc
+Show version number and exit.
b747fc
+
b747fc
 .SH AUTHOR
b747fc
 Written by the ldns team as an example for ldns usage.
b747fc
 
b747fc
-- 
b747fc
1.8.3.1
b747fc