summaryrefslogtreecommitdiffstats
path: root/src/tests/resolve/resolve.c
Commit message (Expand)AuthorAgeFilesLines
* Make dejagnu tests work with non-FQDN hostnameGreg Hudson2011-09-011-23/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* allow testing even if name->addr->name mapping doesn't workKen Raeburn2009-12-031-8/+21
* Mark and reindent tests, with some exclusionsTom Yu2009-11-301-90/+91
* make mark-cstyleTom Yu2009-10-311-14/+12
* include netinet/in.h to make sure we know what struct in_addr looks likeKen Raeburn2009-01-281-0/+1
* Use a struct in_addr to insure alignment of address - instead ofEzra Peisach2009-01-251-3/+3
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* * resolve.c (main): If gethostbyname fails, report the failing hostnameKen Raeburn2003-07-221-1/+3
* * resolve.c: Include stdlib.h (if present) for exit() prototypeEzra Peisach2001-07-061-0/+4
* * resolve.c (main): Make error message note that misconfigurationTom Yu2001-06-121-2/+13
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * resolve.c: Include unistd.h if present on system (forEzra Peisach1998-03-301-1/+4
* resolve.c (main): Make the test for a FQDN be a bit more stringentTheodore Tso1997-02-241-1/+7
* Fix fencepost error; use argv[1] to test for a specfied host if argcTheodore Tso1995-09-131-1/+1
* Add --quiet option which only prints the fully qualified domain name.Theodore Tso1995-05-021-7/+25
* * resolve.c (main): copy the address sent back by gethostbynameMark Eichin1995-04-261-3/+7
* Added Ezra's test to see if you have a buggy resolver or notTheodore Tso1995-03-011-0/+119