chiark / gitweb /
+ * Reads /etc/resolv-adns.conf if it exists.
[adns.git] / src /
1999-11-07 ian+ * Reads /etc/resolv-adns.conf if it exists.
1999-11-07 ianNew properly-asynchronous adnsresfilter seems to work.
1999-11-07 iantvarith.h in right place.
1999-11-07 ianNew improved adnsfilter, but not yet debugged.
1999-11-02 ian+ * Many memory leaks fixed.
1999-11-02 ian+ Core library bugfixes:
1999-11-02 ian+ * Declare flags parameters as enums again, not ints.
1999-10-16 ian+ * TCP handling revamped (avoids recursive-invocation...
1999-10-16 ianRemove __checkqueues; improve some comments.
1999-10-15 ianCorrect fix for infinite timeouts.
1999-10-15 ian+ * Avoid infinite timeouts, causing lockup, when...
1999-10-15 ian+ * New adns_if_logpid option (functionality suggested...
1999-10-13 ian+ Bugfixes:
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-13 ianadns_reverse_submit function for easy in-addr queries.
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-12 ian+ * Give ESRCH, not EAGAIN, if _check called with...
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-12 ianDo not get EBADF. privaterel-1999-10-12-fanf-dustman
1999-10-12 ian+ * ands_processany actually does something.
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
1999-10-12 ianSay that we should quote owner in master file format.
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 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 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 ianPrint error message string in hostaddr.
1999-08-14 ianIncompatible changes:
1999-08-05 ianFind INADDR_LOOPBACK in <rpc/types.h> (crap BSDs)
1999-08-05 ianRegression tests compile on systems without poll(2...
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 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 ian* adns_s_systemfail is in table of errors (for eg adns_...
1999-07-14 ianAdd extern "C" for C++.
1999-07-14 ianSupport and test iteration; test return in different...
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-05-12 ianLDLIBS removed from dependency lists (some makes don...
1999-05-09 ianDo not link against gmp :-).
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 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 ianReturn owner if caller asks.
1999-04-17 ianSearch list seems to work
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianParse searchlist; beginnings of paying attention.
1999-04-11 ianSIGPIPE protection available.
1999-04-11 ianMailbox quoting seems to work.
1999-04-11 ianqf_cname_forbid _is_ implemented.
1999-04-11 ianDefer adns_pollfds (remove fixme).
1999-04-11 ianadns_pollfds and struct pollfd support - on branch...
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
1999-04-11 ianFIXMEs for multithreading and IPv6 - deferred.
1999-04-10 ianUpdate wishlist items and add purpose comment to adns.h.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1999-03-28 ianProgress towards Standards.info
1999-03-28 ianRenamed Makefiles to Makefile.in
1999-03-28 ianAutoconfifying - beginning.
1998-12-05 iancname_loose/cname_forbid implemented; production timeout
1998-11-29 ianRegression tests run, first one written.
1998-11-29 ianFirst record and playback works.
1998-11-29 ianBetter clean and new realclean.
1998-11-29 ianNew m4-based test harness stuff.
1998-11-28 ianTest harness - recording seems to work, sort of.
1998-11-28 ianWork on harness is progressing.
1998-11-28 iansortlist; init supplying text of config file; env vars...
1998-11-28 ianInitial draft of test harness arrangements, from chiark...
1998-11-22 ianAllow configuration entirely by text file.
1998-11-17 ianReorder files for best compilation.
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-15 ianDo PTR checking (multiple PTRs allowed).
1998-11-15 ianDoes further A lookups and uses answers.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-15 ianNemesis fixme wishlist item.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-15 ianReorganise types.c
next