1GETRRSET(1)                      User Commands                     GETRRSET(1)
2
3
4

NAME

6       getquery - command-line test program for the val_get_rrset() function
7

SYNOPSIS

9          getquery [options] name
10

DESCRIPTION

12       This utility is a command-line wrapper around the val_get_rrset() func‐
13       tion.  It invokes the val_get_rrset() function with the given command-
14       line arguments and displays the returned data and the validated,
15       trusted and non-existence status for each resource record set returned
16       in the response. Any information about name aliases are also displayed.
17       The trusted and validated status values are obtained using the
18       val_istrusted() and val_isvalidated() functions from libval(3).
19
20       This program returns 0 on success and -1 on failure.
21

OPTIONS

23       -t <type>
24           Perform the query for the given DNS record type
25
26       -o, --output=<debug-level>:<dest-type>[:<dest-options>]
27           <debug-level> is 1-7, corresponding to syslog levels ALERT-DEBUG
28           <dest-type> is one of file, net, syslog, stderr, stdout
29           <dest-options> depends on <dest-type>
30               file:<file-name>   (opened in append mode)
31               net[:<host-name>:<host-port>] (127.0.0.1:1053
32               syslog[:facility] (0-23 (default 1 USER))
33
34       -h, --help
35           Display the help and exit.
36

PRE-REQUISITES

38       libval
39
41       Copyright 2005-2011 SPARTA, Inc.  All rights reserved.  See the COPYING
42       file included with the DNSSEC-Tools package for details.
43

AUTHORS

45       Abhijit Hayatnagarkar, Suresh Krishnaswamy, Robert Story, Michael Baer
46

SEE ALSO

48       val_get_rrset(3)
49
50       libval(3)
51
52       http://dnssec-tools.sourceforge.net
53
54
55
56perl v5.8.9                       2011-06-28                       GETRRSET(1)
Impressum