chiark / gitweb /
src/setup.c: Check netmask more carefully.
[adns.git] / client /
2014-06-09 Mark WoodingHacking to make out-of-tree builds work properly.
2014-05-05 Ian Jackson.gitignore: Add subdirectories' .cvsignores
2014-05-05 Ian JacksonCVS to git conversion cvs-to-git-conversion
2014-04-16 ianFOUND on davenant
2006-06-06 ianget rid of junk file x.gdb
2006-05-10 ian+ Portability fixes:
2006-05-09 ian+ * Cast ptrdiff_t to int for %.*s length in adnsheloe...
2006-04-08 ianupdate copyright dates
2006-04-08 ianupdate copyright dates and ADNS_VERSION_STRING
2006-04-07 ianfix up adnstest for r_unknown; tests for r_unknown
2006-04-07 ianunknown rr types seem to work
2006-04-05 ianno, do not add new types to adnstest - it breaks regres...
2006-04-04 iansrv processing written (except for sorting); now to...
2006-04-03 ian * adnstest converts some errno values to EFOOBAR...
2006-04-03 ian+ * Create $(bin_dir) and $(lib_dir) on `make install...
2006-04-03 ianCorrect type of various printf arguments: ptrdiff_t...
2006-01-07 ian+ * New adns_init_logfn etc. for having logging done...
2005-03-16 ian+ * New adnsheloex client courtesy of Tony Finch ...
2003-07-01 ianReleasing 1.1.
2000-09-17 ianSupport --version in utility programs.
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ian+ * adnslogres has --help option.
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-16 ianDo not run tests of executables not built. Do not...
2000-09-16 ian+ * Regression tests now include adnshost, adnslogres...
2000-09-16 ian+ * Fix adnsresfilter usage message to include correct...
2000-09-16 ianadnslogres new -C option
2000-09-16 ian+ * Improvements to adnslogres (incl. new -c option...
2000-09-16 ianUndo errant checkin of fanf's changes.
2000-09-16 ianChanges as from fanf in his message of 11th May 2000.
2000-09-16 ian+ General Improvements:
2000-09-14 ian+ Bugfixes:
2000-09-14 ian+ * Add list of tested platforms in INSTALL file.
2000-09-13 ian+ * Kill bogus warning, adh-main.c: `arg2' might be...
2000-09-13 ian+ * Fix <sys/fcntl.h> in client/adnsresfilter.c to...
2000-08-09 ianUpdate copyright dates.
2000-08-09 ian+ * New --disable-dynamic configure option for non...
2000-06-27 ian+ * Do not spin if TCP connection blocks for writing...
2000-05-21 ian+ * adnsresfilter doesn't resolve textual prefixes...
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-04-11 ian+ * adnslogres: do not call equivalent of printf(...
2000-03-20 ian+ * adnslogres: cast chars to unsigned char before...
2000-03-20 ian+ * Spurious `server failure on unidentifiable query...
2000-03-02 ian+ * New adns_submit_reverse_any for eg RBL lookups...
2000-03-01 ian+ * Better checking of long domain names and labels...
1999-11-24 ianImproved usage message.
1999-11-24 ianadnsresfilter needs tsearch
1999-11-24 ianadnsresfilter -a (include addr.) option
1999-11-07 ianNew properly-asynchronous adnsresfilter seems to work.
1999-11-07 ianNew improved adnsfilter, but not yet debugged.
1999-11-03 ianOn timeout with adnsresfilter in non-forever mode,...
1999-11-03 ian+ * New fanftest test program from Tony Finch (ignored... privaterel-1999-11-02-wolff
1999-11-02 ian+ * Many memory leaks fixed.
1999-11-02 ian+ Core library bugfixes:
1999-10-15 ianReally do not install fanftest.
1999-10-15 ianDo not install fanftest.
1999-10-15 ian+ * Better control of adnshost output and error messag...
1999-10-15 ianInclude copyright and stuff; change aargh to more norma...
1999-10-15 ianadnslogres aargh change from fanf.
1999-10-15 ian+ * Include stdlib.h in adnshost.h.
1999-10-13 ian+ * adnshost prints somewhat better messages about...
1999-10-13 ianRemove spurious semicolon.
1999-10-13 ianDo link statically against libadns !
1999-10-13 ian+ * Dynamically linked clients now made with -l, so...
1999-10-13 ianadns_reverse_submit function for easy in-addr queries.
1999-10-13 ianGet semantics of invertable options, and of cancelling...
1999-10-13 ianBugfixes and stuff implemented.
1999-10-12 iannot implemented things -> assert !implemented
1999-10-12 ianbugfixes
1999-10-12 ianadnshost improvements - now runs for at least one query.
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-10 ianSupport for reverse queries.
1999-10-10 ianadnshost compiles again, and submits.
1999-10-10 ianRemoved junk from adh-main.c.
1999-10-10 ianReorganised adnshost into several files, some querying.
1999-10-10 ianTable-driven usage message for adnshost.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianRemove unused variables relating to poll.
1999-09-26 ianImprovements to options.
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-25 ianNew internal consistency checking with assert if right...
1999-08-15 ianNew adnshost utility - currently only a usage message...
1999-08-15 ianNew features:
1999-08-15 ianFirst version from fanf.
1999-08-15 ianBetter usage messages (and no default query domain...
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-14 ianCompile without HAVE_POLL ?
1999-07-14 ianSupport and test iteration; test return in different...
1999-07-14 ianIndent following new testing of forallqueries.
1999-07-14 ianSort out testing of forallqueries.
1999-07-14 ianMade adnstest.c test context pointers.
1999-07-11 ianBugfixes; adnstest has ability to use poll(2), and...
1999-07-05 ianNew poll(2) stuff etc. Does not work yet, but compiles.
1999-06-17 ianadns_errabbrev; regress/checkall prints summary list...
1999-06-16 ianIn adnstest, allocate enough space for, and terminate...
1999-05-09 ianLook for inet_aton and inet_ntoa (in -lnsl and -lsocket).
1999-04-17 ianRegression tests pass with new owner and flags stuff...
1999-04-17 ianReturn owner if caller asks.
1999-04-17 ianCan set query flags, and static version.
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
next