chiark / gitweb /
src/types.c, regress/: Use checklabel hook to parse PTR query domains.
[adns.git] / src /
2014-10-12 Mark Woodingsrc/types.c, regress/: Use checklabel hook to parse...
2014-10-12 Mark Woodingsrc/, regress/: Prepare for early failures in PTR queries.
2014-06-13 Mark Woodingsrc/: Change how query domain names are checked.
2014-06-13 Mark Woodingsrc/: adns__internal_submit can modify ctx->tinfo.
2014-06-13 Mark Woodingsrc/internal.h: Hoist the qcontext definition to before...
2014-06-13 Mark Woodingsrc/types.c: Rearrange the main typeinfo table.
2014-06-13 Mark Woodingsrc/: Separate context state into parts for the type...
2014-06-13 Mark Woodingsrc/types.c: Fix up the table-of-contents comments.
2014-06-13 Mark Woodingsrc/adns-internal.h: Kill decoy internal header file.
2014-06-13 Mark Woodingsrc/internal.h: Delete decoy type `rr_align'.
2014-06-13 Mark Woodingsrc/types.c: Remove some unused macros.
2014-06-09 Mark WoodingRemove unused variables.
2014-06-09 Mark Woodingsrc/setup.c: Check netmask more carefully.
2014-06-09 Mark Woodingsrc/setup.c: Insert missing parentheses.
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
2006-08-09 ian+ Improvements for multithreaded programs:
2006-06-06 ian+ * Do away with `mismatch' variable in parse.c:adns__...
2006-05-10 ian+ Portability fixes:
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2006-04-06 ianspec for adns_r_unknown
2006-04-06 ianremove debugging from srv with postsort
2006-04-06 iansrv with postsort seems to work
2006-04-05 ianrevert: put back postsort - the RFC doesn't say that...
2006-04-05 iando away with postsort - the server does that for us
2006-04-05 ianfix parsing of SRVs
2006-04-04 iansrv processing written (except for sorting); now to...
2006-04-04 ianfurther wip on SRV - need per-type functions now includ...
2006-04-04 ianinitial SRV WIP - adns.h
2006-04-03 ian+ * Document in adns.h EINVAL from adns_init meaning... before-srv-2006-04-04
2006-04-03 ian+ * Create $(bin_dir) and $(lib_dir) on `make install...
2006-04-03 ian+ Fixes from or suggested by Bernd Eckenfels, the...
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-04-05 ian+ * Add documentation comment by definition of adns_r_...
2004-12-19 iandocument log message format
2004-12-19 iandocument the fact that you have to reassemble the messages
2004-12-15 ian+ * New adns_init_logfn etc. for having logging done...
2004-07-10 ian+ * Allow `;'-comments in resolv.conf (report from...
2004-05-04 ian+ * Fix error in prototype in definition of adns__pars...
2003-06-22 ianimprove wrapping in adns.h
2003-06-22 ian+ * Fix bogus multiple updates to p in transmit.c (!)
2003-06-22 ian+ * Do not spin if connect() fails immediately (!)
2003-06-22 ian+ * Some better source code formatting/wrapping in...
2002-11-24 ian+ * Always #include <sys/types.h> before <sys/socket...
2002-04-09 ian+ * Understand and sort of check OpenBSD `lookup'...
2001-12-18 ian+ * Don't use <sys/select.h> any more, it was a mistak...
2001-03-10 ian+ Bugfixes:
2000-09-17 ianFix typos.
2000-09-17 ian+ * Treat 8-bit characters in email addrs as RFC822...
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-16 ian+ * Fix incorrect `compressed datagram contains loop...
2000-09-16 ian+ General Improvements:
2000-09-14 ian+ Bugfixes:
2000-06-28 ian+ * Referrals with RD+RA set, or RCODE=Refused, don...
2000-06-27 ian+ * Do not free something twice if query fails and...
2000-06-27 ian+ * Do not spin if TCP connection blocks for writing...
2000-05-21 ian+ Minor improvements:
2000-05-21 ian+ Bug fixes:
2000-05-09 ian+ * Call MEM_ROUND in __transfer_interim (avoids asser...
2000-05-09 ian+ * Move `extern "C" {' to after #include <...>'s.
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian- * bug_if_query_done feature for debugging (SHOULD...
2000-05-07 ian+ * Fixed infrequent race causing assertion failure...
2000-05-07 ian+ * Race near adns_beforeselect which could cause...
2000-03-28 ian+ * If we get a referral, don't also always complain...
2000-03-26 ian+ * bug_if_query_done feature for debugging (SHOULD... privaterel-1999-03-26-head
2000-03-26 iancompiles
2000-03-26 ian+ Bugfixes:
2000-03-26 ian+ * In _beforeselect, global system failure now produc...
2000-03-20 ian+ * Documented that adns_rr_info _rr_hostaddr ( )...
2000-03-20 ian+ * Spurious `server failure on unidentifiable query...
2000-03-02 ian+ * Add test case for recursion (infinite loop) domain...
2000-03-02 ian+ * New adns_submit_reverse_any for eg RBL lookups...
2000-03-02 ian+ * In answers, quote everything except alphanums...
2000-03-02 ianTry again if we get query domain too long and are searc...
2000-03-01 ian+ * Better checking of long domain names and labels...
2000-03-01 ian+ * Better reporting of unexpected or weird replies...
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
next