chiark / gitweb /
adns.git
1999-10-12 ianCheck for recursion via adns__autosys (which is forbidden).
1999-10-12 ianSay that we should quote owner in master file format.
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 ianExplain adns_processany better.
1999-10-10 ianReturn 0, not r, from processany.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-10-09 ian+ * New adnshost utility - currently only a usage...
1999-10-09 ian+ * New comment in adns_processany and return 0 (not...
1999-10-09 ianFixed typo in adns.h.
1999-09-26 ianRemove unused variables relating to poll.
1999-09-26 ianDo not remove top-level Makefile on `make clean'.
1999-09-26 ianImprovements to options.
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-26 ianCorrect error messages for qname CNAME foo, foo CNAME...
1999-09-26 ianImproved textual error string for _s_prohibitedcname.
1999-09-26 ianProperly fix bug with cancelling children.
1999-09-26 ianAdd test for TCP responses which end up in several...
1999-09-26 ianPromise not to change fds in adns_beforepoll (if now...
1999-09-25 ianDo not scramble innards when a query on the output... privaterel-1999-09-25-egnor
1999-09-25 ianAlso check specific query where applicable.
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 ianDon't complain so much about poll(2) tests if not avail...
1999-08-15 ianBetter usage messages (and no default query domain...
1999-08-15 ianPrint error message string in hostaddr.
1999-08-14 ianCoredump in adnstest_s
1999-08-14 ianIncompatible changes:
1999-08-13 ianUpdate urgency.
1999-08-11 ianGive install the '-c' flag (otherwise some delete the...
1999-08-05 ianFind INADDR_LOOPBACK in <rpc/types.h> (crap BSDs)
1999-08-05 ianquoteok_cname added to todo
1999-08-05 ianUrgency high. rel-adns-0-4
1999-08-05 ianDo distclean so it works; finalise version 0.4.
1999-08-05 ianAdd AD handling to TODO.
1999-08-05 ianDo not ship config.cache (run distclean from make dist...
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-29 iandebug message about unexpected server removed.
1999-07-29 ianOnly accept a reply from the subset of servers we sent... privaterel-1999-07-29-fanf
1999-07-29 ianReran autoheader.
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-29 ianadns__checkqueues fix for large queues
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-07-28 ianmake _qf_owner work if _qf_search not specified, and... privaterel-1999-07-28-fanf
1999-07-28 ianads->configerrno now initialised (in setup.c). timercm...
1999-07-28 ianImprovements to install instructions.
1999-07-28 ian* adns_s_systemfail is in table of errors (for eg adns_...
1999-07-14 ianRemove "junk".
1999-07-14 ianNow version 0.3. rel-adns-0-3
1999-07-14 ianCompile without HAVE_POLL ?
1999-07-14 ianAdd extern "C" for C++.
1999-07-14 ianSupport and test iteration - in changelog.
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-14 ianNew spec for iterator functions.
1999-07-11 ianRegression for poll(2).
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 ianClean up parents from adns->childw (otherwise would...
1999-06-16 ianAdded TODO file.
1999-06-16 ianIn adnstest, allocate enough space for, and terminate...
1999-05-19 ianAdvertise Dents in README. rel-adns-0-2
1999-05-19 ianChange version in Makefile.in.
1999-05-19 ianchangelog finalised for 0.2.
1999-05-19 ianMake fcntl recording not have spurious OK.
1999-05-14 ianMissing targets in regress/Makefile.in added.
1999-05-12 ianLog: Regression test failure output improved.
1999-05-12 ianLDLIBS removed from dependency lists (some makes don...
1999-05-12 ianegression test doesn't rely on value of O_NONBLOCK...
1999-05-12 ianRegression test doesn't rely on value of O_NONBLOCK.
1999-05-09 ianAdded COPYING (copy of the GPL).
1999-05-09 ianDo not link against gmp :-).
1999-05-09 ianLook for inet_aton and inet_ntoa (in -lnsl and -lsocket).
1999-05-08 ianInclude <sys/times.h> in a few more files. Include...
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianAuto-update README. rel-adns-0-1
1999-04-17 ianDocumentation files.
1999-04-17 ianWe do do searchlist now - remove fixme.
1999-04-17 ianoption debug and option ndots implemented
1999-04-17 ianRoot queries work better now.
1999-04-17 ianDon't do caching in this release.
1999-04-17 ianTest searching.
1999-04-17 ianFix and reinstate.
1999-04-17 ianThis was silly and should be obsolete. Use m1test.
1999-04-17 ianRegression tests pass with new owner and flags stuff...
1999-04-17 ianReturn owner if caller asks.
1999-04-17 ianSearch list seems to work
1999-04-17 ianCan set query flags, and static version.
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianParse searchlist; beginnings of paying attention.
next