.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LSROLL 1" .TH LSROLL 1 2023-07-29 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME lsroll \- List the rollrecs in a DNSSEC\-Tools rollrec file .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& lsroll [options] .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" This script lists the contents of the specified \fIrollrec\fR files. All \&\fIrollrec\fR files are loaded before the output is displayed. If any \&\fIrollrec\fRs have duplicated names, whether within one file or across multiple files, the later \fIrollrec\fR will be the one whose data are displayed. .SH "OUTPUT FORMATS" .IX Header "OUTPUT FORMATS" The output displayed for each zone in a \fIrollrec\fR file depends on the selected records, the selected attributes, and the selected output format. Each option in these option groups is described in detail in the next section. The three base output formats, along with the default \fB\-skip\fR format, are described here. .PP The \fB\-terse\fR option indicates that a minimal amount of output is desired; the \fB\-long\fR option indicates that a great deal of output is desired. The record-selection and attribute-selection options may be used in conjunction with \fB\-terse\fR to display exactly the set of \fIrollrec\fR fields needed. .PP The default output format is that used when neither \fB\-terse\fR nor \fB\-long\fR is given, and is a middle ground between terse and long output. .PP If the \fB\-skip\fR option is given, then the default output format is a little more restricted than the normal default. Some \fIrollrec\fR fields don't make sense in the context of a skip records, and so are given as "\-\-\-". These fields are the KSK rollover phase, the ZSK rollover phase, the TTL value, and the phase start. .PP The table below shows the fields displayed for each output format. .PP .Vb 10 \& rollrec field default terse long skip \& \-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\- \-\-\-\-\- \-\-\-\- \-\-\-\- \& rollrec name yes yes yes yes \& rollrec type no no yes no \& zonename no no yes yes \& zone file yes no yes yes \& zonegroup no no yes no \& keyrec file yes no yes yes \& KSK phase yes no yes no \& ZSK phase yes no yes no \& administrator no no yes no \& directory no no yes no \& logging level no no yes no \& TTL value no no yes no \& display flag no no yes no \& phase start no no yes no \& last KSK rollover no no yes no \& last ZSK rollover no no yes no \& zonesigner arguments no no yes no .Ve .PP The \fIrollrec\fR name field is often the same as its zonename, but this is not necessarily the case. The \fIrollrec\fR name can contain spaces, while the zonename can't. For this reason, \fBlsroll\fR displays the \fIrollrec\fR name in quotes, even if the name contains no spaces. This is intended to allow for easier parsing by other programs. .PP If the \fB\-info\fR option is given, then the special \fIinfo rollrec\fR record will be displayed. If the \fIrollrec\fR file has this informational record, notated by having the name \fIinfo rollrec\fR, then the contents of the record will be printed. If multiple \fIrollrec\fR files are given on the command line, then the \fIinfo rollrec\fR records for each file will be prefixed with the \&\fIrollrec\fR file's name. .SH OPTIONS .IX Header "OPTIONS" There are three types of options recognized by \fBlsroll\fR: record-selection options, attribute-selection options, and output-format options. Each type is described in the subsections below. .SS "Record-selection Options" .IX Subsection "Record-selection Options" These options select the records that will be displayed by \fBlsroll\fR. By default, all records will be displayed; selecting one or the other of these options will restrict the records shown. .PP In order to simplify the \fBlsroll\fR code and keep it easily understandable, these options are mutually exclusive. .IP \fB\-roll\fR 4 .IX Item "-roll" List all "roll" records in the \fIrollrec\fR file. .IP \fB\-skip\fR 4 .IX Item "-skip" List all "skip" records in the \fIrollrec\fR file. .IP \fB\-info\fR 4 .IX Item "-info" List all the fields in the \fIrollrec\fR file's "info" record. .SS "Attribute-selection Options" .IX Subsection "Attribute-selection Options" These options select the attributes of the records that will be displayed by \fBlsroll\fR. .IP \fB\-type\fR 4 .IX Item "-type" Include each \fIrollrec\fR record's type in the output. The type will be either "roll" or "skip". .IP \fB\-zonename\fR 4 .IX Item "-zonename" The record's zonename is included in the output. The zonename is distinct from the record's \fIrollrec\fR name, which is always included in the output. While these two fields are often the same, they need not be. In split-zone zones, the \fIrollrec\fR names must be different, while the \fIzonename\fR field is the same. .IP \fB\-zonefile\fR 4 .IX Item "-zonefile" The record's zonefile is included in the output. This field is part of the default output. .IP \fB\-zg\fR 4 .IX Item "-zg" The record's zonegroup is included in the output, enclosed in double quotes. If a \fIrollrec\fR entry does not contain a zonegroup, then the value "" is given. If a record's zonegroup contains leading or trailing whitespace, it will be deleted from the output. .IP \fB\-keyrec\fR 4 .IX Item "-keyrec" The record's \fIkeyrec\fR file is included in the output. This field is part of the default output. .IP \fB\-kskphase\fR 4 .IX Item "-kskphase" The record's KSK rollover phase are included in the output. If this option is given with the \fB\-zskphase\fR option, then the output will follow the format described for the \fB\-phases\fR option. This field is part of the default output. .IP \fB\-zskphase\fR 4 .IX Item "-zskphase" The record's ZSK rollover phase are included in the output. If this option is given with the \fB\-kskphase\fR option, then the output will follow the format described for the \fB\-phases\fR option. This field is part of the default output. .IP \fB\-phases\fR 4 .IX Item "-phases" The record's KSK and ZSK rollover phases are included in the output. The listing is given with the KSK phase first, followed by the ZSK phase. .Sp Examples of output from this option are: .Sp .Vb 4 \& KSK phase ZSK phase output \& 0 0 0/0 \& 3 0 3/0 \& 0 5 0/5 .Ve .IP \fB\-admin\fR 4 .IX Item "-admin" The record's administrator value is included in the output. If an administrator value is not included in a \fIrollrec\fR, then the value "(defadmin)" will be given. .IP \fB\-directory\fR 4 .IX Item "-directory" The name of the directory that holds the zone's files is included in the output. If a zone directory is not included in a \fIrollrec\fR, then the value "(defdir)" will be given. .IP \fB\-loglevel\fR 4 .IX Item "-loglevel" The \fBrollerd\fR logging level for this zone. This value may be given in the \fIrollrec\fR file in either the textual or numeric form. The textual form of the logging level will be displayed, not the numeric. If a logging level value is not included in a \fIrollrec\fR, then the value "(deflog)" will be given. If an undefined logging level value is included in a \fIrollrec\fR, then the value "(unknownlog)" will be given. .IP \fB\-ttl\fR 4 .IX Item "-ttl" The record's TTL value is included in the output. .IP \fB\-display\fR 4 .IX Item "-display" The record's display flag, used by \fBblinkenlights\fR, is included in the output. .IP \fB\-phstart\fR 4 .IX Item "-phstart" The record's rollover phase is included in the output. If no rollover has yet been performed for this zone, an empty date is given. .IP \fB\-lastksk\fR 4 .IX Item "-lastksk" The record's last KSK rollover date is included in the output. If no KSK rollover has yet been performed for this zone, an empty date is given. .IP \fB\-lastzsk\fR 4 .IX Item "-lastzsk" The record's last ZSK rollover date is included in the output. If no ZSK rollover has yet been performed for this zone, an empty date is given. .IP \fB\-zsargs\fR 4 .IX Item "-zsargs" The record's user-defined \fBzonesigner\fR arguments are included in the output. If no arguments have been set for this zone, then the value "(none)" is given. .IP \fB\-zonegroup\fR 4 .IX Item "-zonegroup" The zonegroups defined in the \fIrollrec\fR are listed, enclosed in double quotes. All other \fIrollrec\fR fields are ignored. If the \fI\-long\fR option is specified, then each zonegroup name will be accompanied by the number of \fIrollrec\fR entries in that zonegroup. .SS "Output-format Options" .IX Subsection "Output-format Options" These options select the type of output that will be given by \fIlsroll\fR. .IP \fB\-count\fR 4 .IX Item "-count" Only a count of matching keyrecs in the \fIrollrec\fR file is given. .IP \fB\-headers\fR 4 .IX Item "-headers" Display explanatory column headers. .IP \fB\-terse\fR 4 .IX Item "-terse" Terse output is given. Only the record name and any other fields specifically selected are included in the output. .IP \fB\-long\fR 4 .IX Item "-long" Long output is given. All record fields are included. .IP \fB\-help\fR 4 .IX Item "-help" Display a usage message. .IP \fB\-Version\fR 4 .IX Item "-Version" Displays the version information for \fBlsroll\fR and the DNSSEC-Tools package. .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2005\-2014 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. .SH AUTHOR .IX Header "AUTHOR" Wayne Morrison, tewok@tislabs.com .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBblinkenlights\|(8)\fR, \&\fBrollchk\|(8)\fR, \&\fBrollinit\|(8)\fR, \&\fBrollerd\|(8)\fR .PP \&\fBNet::DNS::SEC::Tools::rollrec.pm\|(3)\fR .PP \&\fBfile\-rollrec\|(5)\fR