chiark / gitweb /
adns.git
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 ianSensible handling of empty reads. privaterel-1999-10-16-fanf
1999-10-16 ian+ * TCP handling revamped (avoids recursive-invocation...
1999-10-16 ianNew TCP tests.
1999-10-16 ianAdd EHOSTUNREACH ECONNREFUSED EPIPE.
1999-10-16 ianRemove __checkqueues; improve some comments.
1999-10-15 ian+ * New fanftest test program from Tony Finch.
1999-10-15 ian+ * adnslogres: parsing and error checking improved...
1999-10-15 ianTest case for infinite timeouts.
1999-10-15 ianReally do not install fanftest.
1999-10-15 ianDo not install fanftest.
1999-10-15 ianln -sf on shlib symlink
1999-10-15 ian+ * Better control of adnshost output and error messag...
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-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 ian+ * Dynamic library building works properly.
1999-10-13 ian+ Bugfixes:
1999-10-13 ianRemove spurious semicolon.
1999-10-13 ianUpdated README. rel-adns-0-5
1999-10-13 ianfinalise 0.5
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-13 ianDo link statically against libadns !
1999-10-13 ian+ * Dynamically linked clients now made with -l, so...
1999-10-13 ianurgency high
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-13 ianRegression test scripts set EF_DISABLE_BANNER (for...
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-12 iannot implemented things -> assert !implemented
1999-10-12 ianbugfixes
1999-10-12 ian+ * Give ESRCH, not EAGAIN, if _check called with...
1999-10-12 ianadnshost improvements - now runs for at least one query.
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-12 ianFix typo.
1999-10-12 ianDo not get EBADF. privaterel-1999-10-12-fanf-dustman
1999-10-12 ianDisallow unknown errnos (abort).
1999-10-12 ianAbort on EBADF, EFAULT. Correctly parse numeric errnos.
1999-10-12 ianReally make norecurse tests work.
1999-10-12 ianReally make norecurse tests work.
1999-10-12 ianFix up norecurse tests for event.c autosys patch.
1999-10-12 ian+ * ands_processany actually does something.
1999-10-12 ianDo not show banner.
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
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...
next