chiark / gitweb /
+ * adnslogres has --help option.
authorian <ian>
Sun, 17 Sep 2000 00:43:10 +0000 (00:43 +0000)
committerian <ian>
Sun, 17 Sep 2000 00:43:10 +0000 (00:43 +0000)
@@ -9,6 +9,9 @@
+  * adnslogres has --help option.
+  * Documentation improved somewhat.
+  * Do not install adnstest test utility.

README
README.html
changelog
client/Makefile.in
client/adnslogres.c

diff --git a/README b/README
index c9d373a24a992cf0761877d654fc3c2a6130afb5..e159a8c08e22716ae3937e717dbb62d2753b161d 100644 (file)
--- a/README
+++ b/README
@@ -4,9 +4,10 @@
    Advanced, easy to use, asynchronous-capable DNS client library and
    utilities.
    
-   adns is a resolver library for C (and C++) programs. In contrast with
-   the existing interfaces, gethostbyname et al and libresolv, it has the
-   following features:
+   adns is a resolver library for C (and C++) programs, and a collection
+   of useful DNS resolver utilities. In contrast with the existing
+   interfaces, gethostbyname et al and libresolv, it has the following
+   features:
      * It is reasonably easy to use for simple programs which just want
        to translate names to addresses, look up MX records, etc.
      * It can be used in an asynchronous, non-blocking, manner. Many
      * Understands conventional resolv.conf, but this can overridden by
        environment variables.
      * Flexibility. For example, the application can tell adns to: ignore
-       environment variables (for setuid programs), disable sanity checks
-       eg to return arbitrary data, override or ignore resolv.conf in
-       favour of supplied configuration, etc.
+       environment variables (for setuid programs), disable hostname
+       syntax sanity checks to return arbitrary data, override or ignore
+       resolv.conf in favour of supplied configuration, etc.
      * Believed to be correct ! For example, will correctly back off to
        TCP in case of long replies or queries, or to other nameservers if
        several are available. It has sensible handling of bad responses
        etc.
        
+DNS utility programs
+
    adns also comes with a number of utility programs for use from the
    command line and in scripts:
      * adnslogres is a much faster version of Apache's logresolv program.
        delaying the output. For example, you can usefully pipe the output
        of netstat -n, tcpdump -ln, and the like, into it.
      * adnshost is a general-purpose DNS lookup utility which can be used
-       easily in shell scripts to do simple lookups. In a more advanced
-       mode it can be used as a general-purpose DNS helper program for
-       scripting languages which can invoke and communicate with
-       subprocesses.
+       easily in from the command line and from shell scripts to do
+       simple lookups. In a more advanced mode it can be used as a
+       general-purpose DNS helper program for scripting languages which
+       can invoke and communicate with subprocesses. See the [1]usage
+       message for a summary of its capabilities.
        
-Forthcoming:
+Technical note
 
-   A native Perl interface is in the works, thanks to Tony Finch.
-   
-   I hope that future versions may also have the following features:
-     * The library should be useable by threads in a multithreaded
-       program in a natural way. It should multiplex many threads'
-       queries through a single query socket.
-     * IPv6 support.
-     * Some kind of awareness of DNSSEC.
-     * Possibly some very limited caching behaviour.
-       
-   (Technical note: adns requires a real nameserver like [1]BIND or
-   [2]Dents running on the same system or a nearby one, which must be
-   willing to provide `recursive service'. I.e., adns is a `stub
-   resolver'. All properly configured UN*X and GNU systems will already
-   have such nameserver(s); they are usually listed in /etc/resolv.conf.)
+   adns requires a real nameserver like [2]BIND or [3]Dents running on
+   the same system or a nearby one, which must be willing to provide
+   `recursive service'. I.e., adns is a `stub resolver'. All properly
+   configured UN*X and GNU systems will already have such nameserver(s);
+   they are usually listed in /etc/resolv.conf.
    
 Documentation
 
    I'm afraid there is no manual yet. However, competent C programmers
-   should be able to use the library based on the [3]commented adns.h
-   header file.
+   should be able to use the library based on the [4]commented adns.h
+   header file, and the usage messages for the programs should be
+   sufficient.
    
 Feedback
 
@@ -81,7 +76,7 @@ Feedback
    bug reports, there; otherwise send mail to
    adns-bugreports@chiark.greenend.org.uk. If you'd prefer that your
    message wasn't forwarded to the adns-bugreports list, send it to
-   adns-maint@chiark.greendend.org.uk.
+   adns-maint@chiark.greenend.org.uk.
    
 Mailinglists
 
@@ -90,25 +85,25 @@ Mailinglists
    important bugs, new versions, &c. The bug reports address mentioned
    above is also a mailing list; feel free to subscribe to it.
    
-   There are [4]archives and subscription web pages, or you can subscribe
+   There are [5]archives and subscription web pages, or you can subscribe
    by sending mail containing the word `subscribe' to
    adns-announce-REQUEST@chiark.greenend.org.uk or
    adns-discuss-REQUEST@chiark.greenend.org.uk.
    
 Download
 
-   Available for download from [5]chiark.greenend.org.uk are:
-     * The [6]current beta version as a gzipped tarfile.
-     * [7]adns.h API header file with comments (currently there is no
+   Available for download from [6]chiark.greenend.org.uk are:
+     * The [7]current beta version as a gzipped tarfile.
+     * [8]adns.h API header file with comments (currently there is no
        manual, sorry).
-     * All versions released so far are also available via [8]anonymous
+     * All versions released so far are also available via [9]anonymous
        FTP.
      * A mirror of my CVS repository is available via rsync from
        rsync.chiark.greenend.org.uk::ftp/users/ian/cvs-pub/adns (use FTP
-       first to find your way around), or via [9]cvsweb.
+       first to find your way around), or via [10]cvsweb.
        
-   adns is also available from the [10]GNU Project FTP servers and their
-   [11]mirrors.
+   adns is also available from the [11]GNU Project FTP servers and their
+   [12]mirrors.
    
 Copyright and licensing
 
@@ -123,44 +118,45 @@ Copyright and licensing
    This program and documentation is distributed in the hope that it will
    be useful, but without any warranty; without even the implied warranty
    of merchantability or fitness for a particular purpose. See the
-   [12]GNU General Public License for more details.
+   [13]GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with adns, or one should be available above; if not, write to
-   the [13]Free Software Foundation, 59 Temple Place - Suite 330, Boston,
+   the [14]Free Software Foundation, 59 Temple Place - Suite 330, Boston,
    MA 02111-1307, USA, or email adns-maint@chiark.greenend.org.uk.
      _________________________________________________________________
    
-   [14]Ian Jackson / [15]adns-maint@chiark.greenend.org.uk; more [16]free
+   [15]Ian Jackson / [16]adns-maint@chiark.greenend.org.uk; more [17]free
    software by me.
    
-   [17]GNU home page; [18]chiark home page; [19]site or mirror home page
+   [18]GNU home page; [19]chiark home page; [20]site or mirror home page
    
    This web page is Copyright (C)1996-2000 Ian Jackson. See the
-   [20]Copyright/acknowledgements.
+   [21]Copyright/acknowledgements.
    
-   Use any browser - [21]Campaign for a non-browser-specific WWW
+   Use any browser - [22]Campaign for a non-browser-specific WWW
 
 References
 
-   1. http://www.isc.org/view.cgi?/products/BIND/index.phtml
-   2. http://www.dents.org/
-   3. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
-   4. http://www.chiark.greenend.org.uk/mailman/listinfo
-   5. http://www.chiark.greenend.org.uk/~ian/adns/
-   6. http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz
-   7. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
-   8. ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
-   9. http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/adns/
-  10. http://www.gnu.org/
-  11. http://www.gnu.org/order/ftp.html
-  12. http://www.chiark.greenend.org.uk/~ian/COPYING.txt
-  13. http://www.fsf.org/
-  14. http://www.chiark.greenend.org.uk/
-  15. mailto:adns-maint@chiark.greenend.org.uk
-  16. http://www.chiark.greenend.org.uk/~ian/software/
-  17. http://www.gnu.org/
-  18. http://www.chiark.greenend.org.uk/
+   1. http://www.chiark.greenend.org.uk/~ian/adns/usage/adnsresfilter_usage.text
+   2. http://www.isc.org/view.cgi?/products/BIND/index.phtml
+   3. http://www.dents.org/
+   4. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
+   5. http://www.chiark.greenend.org.uk/mailman/listinfo
+   6. http://www.chiark.greenend.org.uk/~ian/adns/
+   7. http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz
+   8. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
+   9. ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
+  10. http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/adns/
+  11. http://www.gnu.org/
+  12. http://www.gnu.org/order/ftp.html
+  13. http://www.chiark.greenend.org.uk/~ian/COPYING.txt
+  14. http://www.fsf.org/
+  15. http://www.chiark.greenend.org.uk/
+  16. mailto:adns-maint@chiark.greenend.org.uk
+  17. http://www.chiark.greenend.org.uk/~ian/software/
+  18. http://www.gnu.org/
   19. http://www.chiark.greenend.org.uk/
-  20. http://www.chiark.greenend.org.uk/~ian/sw-www-copy.html
-  21. http://www.anybrowser.org/campaign/
+  20. file://localhost/
+  21. http://www.chiark.greenend.org.uk/~ian/sw-www-copy.html
+  22. http://www.anybrowser.org/campaign/
index 7d44601a1a5fb8620de8338dbcf5ae748d1d48ec..d3af798aba652cf814c6d3cf65c606bb933b5583 100644 (file)
@@ -1,13 +1,10 @@
 <html><head><title>adns - advanced, alternative, asynchronous resolver</title>
 <!--
-  Note to GNU webmasters and others who might edit this page: This
-  file is maintained in GNU CVS, and also served on the author's own
-  system, under the URL http://www.chiark.greenend.org.uk/adns/
-  Please ensure that all links continine to be correct both for
-  www.gnu.org and chiark.
+  Note: this file is maintained in Ian Jackson's private CVS.
 
-  If you check in a change, please inform
-  webmaster@chiark.greenend.org.uk.
+  It is served on the GNU site and also from my own system, under the
+  URL http://www.chiark.greenend.org.uk/adns/ Please ensure that all
+  links continine to be correct both for www.gnu.org and chiark.
 
   $Id$
   -->   
@@ -21,9 +18,10 @@ library and utilities.</strong>
 
 <p>
 
-adns is a resolver library for C (and C++) programs.  In contrast with
-the existing interfaces, gethostbyname et al and libresolv, it has the
-following features:
+adns is a resolver library for C (and C++) programs, and a collection
+of useful DNS resolver utilities.  In contrast with the existing
+interfaces, gethostbyname et al and libresolv, it has the following
+features:
 
 <ul>
 
@@ -53,9 +51,9 @@ the various causes of failure properly.
 environment variables.
 
 <li>Flexibility.  For example, the application can tell adns to:
-ignore environment variables (for setuid programs), disable sanity
-checks eg to return arbitrary data, override or ignore resolv.conf in
-favour of supplied configuration, etc.
+ignore environment variables (for setuid programs), disable hostname
+syntax sanity checks to return arbitrary data, override or ignore
+resolv.conf in favour of supplied configuration, etc.
 
 <li>Believed to be correct !  For example, will correctly back off to
 TCP in case of long replies or queries, or to other nameservers if
@@ -63,6 +61,8 @@ several are available.  It has sensible handling of bad responses etc.
 
 </ul>
 
+<h2>DNS utility programs</h2>
+
 adns also comes with a number of utility programs for use from the
 command line and in scripts:
 
@@ -77,50 +77,33 @@ unduly delaying the output.  For example, you can usefully pipe the
 output of netstat -n, tcpdump -ln, and the like, into it.
 
 <li><code>adnshost</code> is a general-purpose DNS lookup utility
-which can be used easily in shell scripts to do simple lookups.  In a
-more advanced mode it can be used as a general-purpose DNS helper
-program for scripting languages which can invoke and communicate with
-subprocesses.
+which can be used easily in from the command line and from shell
+scripts to do simple lookups.  In a more advanced mode it can be used
+as a general-purpose DNS helper program for scripting languages which
+can invoke and communicate with subprocesses.  See the
+<A href="http://www.chiark.greenend.org.uk/~ian/adns/usage/adnsresfilter_usage.text">usage
+message</A> for a summary of its capabilities.
 
 </ul>
 
-<h2>Forthcoming:</h2>
-
-A native Perl interface is in the works, thanks to Tony Finch.
-
-<p>
-
-I hope that future versions may also have the following features:
-
-<ul>
-
-<li>The library should be useable by threads in a multithreaded
-program in a natural way.  It should multiplex many threads' queries
-through a single query socket.
-
-<li>IPv6 support.
-
-<li>Some kind of awareness of DNSSEC.
-
-<li>Possibly some very limited caching behaviour.
-
-</ul>
+<h2>Technical note</h2>
 
-(Technical note: adns requires a real nameserver like
+adns requires a real nameserver like
 <A href="http://www.isc.org/view.cgi?/products/BIND/index.phtml">BIND</A>
 or
 <A href="http://www.dents.org/">Dents</A> running on
 the same system or a nearby one, which must be willing to provide
 `recursive service'.  I.e., adns is a `stub resolver'.  All properly
 configured UN*X and GNU systems will already have such nameserver(s);
-they are usually listed in /etc/resolv.conf.)
+they are usually listed in /etc/resolv.conf.
 
 <h2>Documentation</h2>
 
 I'm afraid there is no manual yet.  However, competent C programmers
 should be able to use the library based on the
 <A href="http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt">commented
-adns.h header file</A>.
+adns.h header file</A>, and the usage messages for the programs should
+be sufficient.
 
 <h2>Feedback</h2>
 
index 05c91a802142f3b7a3f2caa2fa074859a93c76ea..524232d8156bda2d75ba8fcb89d058962684c872 100644 (file)
--- a/changelog
+++ b/changelog
@@ -9,6 +9,9 @@ adns (0.10) unstable; urgency=low
   * adnshost, adnslogres, adnsresfilter have options for config override. 
   * adnsresfilter has --debug option.
   * Improvements to adnslogres (incl. new -c option) from Tony Finch.
+  * adnslogres has --help option.
+  * Documentation improved somewhat.
+  * Do not install adnstest test utility.
 
   Regression test improvements:
   * Tests now include adnshost, adnslogres and adnsresfilter.
index 7b25252b7265cc539bd8fd1d212c842159b1f1e7..59a358228ea9a2ba31acd23be1ae296aa5320c65 100644 (file)
@@ -27,8 +27,8 @@ VPATH=                @srcdir@
 PROGS_SYSDEP=  @PROGS_HAVE_TSEARCH@
 ENABLE_DYNAMIC=        @ENABLE_DYNAMIC@
 
-PROGRAMS=      adnstest adnslogres adnshost $(PROGS_SYSDEP)
-PROGRAMS_LOCAL=        fanftest
+PROGRAMS=      adnslogres adnshost $(PROGS_SYSDEP)
+PROGRAMS_LOCAL=        fanftest adnstest
 PROGRAMS_ALL=  $(PROGRAMS) $(PROGRAMS_LOCAL)
 
 STATIC_LIB=    $(ADNSDIR)/libadns.a
@@ -80,4 +80,3 @@ adnsresfilter.o:      $(ADNSDIR)/tvarith.h
 
 %_s:           %.o $(STATIC_LIB)
                $(CC) $(LDFLAGS) $< $(STATIC_LIB) -o $@ $(LDLIBS)
-
index 3aa7e0eea867e619a4e9c577760e1eb1323c9240..a91127b128b62acdea5654ad918407c0ab0fdf45 100644 (file)
@@ -218,9 +218,13 @@ static void proclog(FILE *inf, FILE *outf, int maxpending, int opts) {
   adns_finish(adns);
 }
 
-static void usage(void) {
-  fprintf(stderr, "usage: %s [-d] [-p] [-c concurrency] [-C config] [logfile]\n",
+static void printhelp(FILE *file) {
+  fprintf(file, "usage: %s [-d] [-p] [-c concurrency] [-C config] [logfile]\n",
          progname);
+}
+
+static void usage(void) {
+  printhelp(stderr);
   exit(1);
 }
 
@@ -229,6 +233,12 @@ int main(int argc, char *argv[]) {
   extern char *optarg;
   FILE *inf;
 
+  if (argv[1] && !strcmp(argv[1],"--help")) {
+    printhelp(stdout);
+    if (ferror(stdout) || fclose(stdout)) { perror("stdout"); exit(1); }
+    exit(0);
+  }
+
   maxpending= DEFMAXPENDING;
   opts= 0;
   while ((c= getopt(argc, argv, "c:C:dp")) != -1)