chiark / gitweb /
adns.git
24 years agoads->configerrno now initialised (in setup.c). timercmp(,,<=) doesn't
ian [Wed, 28 Jul 1999 22:55:40 +0000 (22:55 +0000)]
ads->configerrno now initialised (in setup.c).  timercmp(,,<=) doesn't
work - use !timercmp(,,>).  Improvements to install instructions,
TODO, etc.

24 years agoImprovements to install instructions.
ian [Wed, 28 Jul 1999 22:46:36 +0000 (22:46 +0000)]
Improvements to install instructions.

24 years ago* adns_s_systemfail is in table of errors (for eg adns_strerror).
ian [Wed, 28 Jul 1999 22:11:13 +0000 (22:11 +0000)]
* adns_s_systemfail is in table of errors (for eg adns_strerror).

24 years agoRemove "junk".
ian [Wed, 14 Jul 1999 23:44:07 +0000 (23:44 +0000)]
Remove "junk".

24 years agoNow version 0.3. rel-adns-0-3
ian [Wed, 14 Jul 1999 23:43:27 +0000 (23:43 +0000)]
Now version 0.3.

24 years agoCompile without HAVE_POLL ?
ian [Wed, 14 Jul 1999 22:59:34 +0000 (22:59 +0000)]
Compile without HAVE_POLL ?

24 years agoAdd extern "C" for C++.
ian [Wed, 14 Jul 1999 22:47:16 +0000 (22:47 +0000)]
Add extern "C" for C++.

24 years agoSupport and test iteration - in changelog.
ian [Wed, 14 Jul 1999 22:45:42 +0000 (22:45 +0000)]
Support and test iteration - in changelog.

24 years agoSupport and test iteration; test return in different order.
ian [Wed, 14 Jul 1999 22:45:01 +0000 (22:45 +0000)]
Support and test iteration; test return in different order.

24 years agoIndent following new testing of forallqueries.
ian [Wed, 14 Jul 1999 22:32:06 +0000 (22:32 +0000)]
Indent following new testing of forallqueries.

24 years agoSort out testing of forallqueries.
ian [Wed, 14 Jul 1999 22:31:38 +0000 (22:31 +0000)]
Sort out testing of forallqueries.

24 years agoMade adnstest.c test context pointers.
ian [Wed, 14 Jul 1999 21:59:56 +0000 (21:59 +0000)]
Made adnstest.c test context pointers.

24 years agoNew spec for iterator functions.
ian [Wed, 14 Jul 1999 21:59:38 +0000 (21:59 +0000)]
New spec for iterator functions.

24 years agoRegression for poll(2).
ian [Sun, 11 Jul 1999 19:11:05 +0000 (19:11 +0000)]
Regression for poll(2).

24 years agoBugfixes; adnstest has ability to use poll(2), and user can set initflags;
ian [Sun, 11 Jul 1999 18:15:10 +0000 (18:15 +0000)]
Bugfixes; adnstest has ability to use poll(2), and user can set initflags;
checkall prints passed list as well as failed list, if any failed.

24 years agoNew poll(2) stuff etc. Does not work yet, but compiles.
ian [Mon, 5 Jul 1999 01:50:58 +0000 (01:50 +0000)]
New poll(2) stuff etc.  Does not work yet, but compiles.

24 years agoadns_errabbrev; regress/checkall prints summary list of failed tests;
ian [Thu, 17 Jun 1999 00:53:57 +0000 (00:53 +0000)]
adns_errabbrev; regress/checkall prints summary list of failed tests;
non-822 mailboxes now work; Rejection of bad characters in domains fixed;
In adnstest, do not print errno values as adns_status values.

24 years agoClean up parents from adns->childw (otherwise would abort/segfault).
ian [Wed, 16 Jun 1999 23:16:24 +0000 (23:16 +0000)]
Clean up parents from adns->childw (otherwise would abort/segfault).

24 years agoAdded TODO file.
ian [Wed, 16 Jun 1999 23:16:05 +0000 (23:16 +0000)]
Added TODO file.

24 years agoIn adnstest, allocate enough space for, and terminate, query types.
ian [Wed, 16 Jun 1999 23:15:55 +0000 (23:15 +0000)]
In adnstest, allocate enough space for, and terminate, query types.

24 years agoAdvertise Dents in README. rel-adns-0-2
ian [Wed, 19 May 1999 23:33:40 +0000 (23:33 +0000)]
Advertise Dents in README.

24 years agoChange version in Makefile.in.
ian [Wed, 19 May 1999 23:29:37 +0000 (23:29 +0000)]
Change version in Makefile.in.

24 years agochangelog finalised for 0.2.
ian [Wed, 19 May 1999 23:27:45 +0000 (23:27 +0000)]
changelog finalised for 0.2.

24 years agoMake fcntl recording not have spurious OK.
ian [Wed, 19 May 1999 23:26:23 +0000 (23:26 +0000)]
Make fcntl recording not have spurious OK.

24 years agoMissing targets in regress/Makefile.in added.
ian [Fri, 14 May 1999 20:16:20 +0000 (20:16 +0000)]
Missing targets in regress/Makefile.in added.

24 years agoLog: Regression test failure output improved.
ian [Wed, 12 May 1999 22:03:30 +0000 (22:03 +0000)]
Log: Regression test failure output improved.

24 years agoLDLIBS removed from dependency lists (some makes don't support this).
ian [Wed, 12 May 1999 22:00:04 +0000 (22:00 +0000)]
LDLIBS removed from dependency lists (some makes don't support this).
An `ambiguous else' warning from some compilers in types.c is removed.

24 years agoegression test doesn't rely on value of O_NONBLOCK and other flags.
ian [Wed, 12 May 1999 21:34:53 +0000 (21:34 +0000)]
egression test doesn't rely on value of O_NONBLOCK and other flags.

24 years agoRegression test doesn't rely on value of O_NONBLOCK.
ian [Wed, 12 May 1999 21:33:15 +0000 (21:33 +0000)]
Regression test doesn't rely on value of O_NONBLOCK.

24 years agoAdded COPYING (copy of the GPL).
ian [Sun, 9 May 1999 15:25:10 +0000 (15:25 +0000)]
Added COPYING (copy of the GPL).

24 years agoDo not link against gmp :-).
ian [Sun, 9 May 1999 15:21:09 +0000 (15:21 +0000)]
Do not link against gmp :-).

24 years agoLook for inet_aton and inet_ntoa (in -lnsl and -lsocket).
ian [Sun, 9 May 1999 15:19:43 +0000 (15:19 +0000)]
Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).

24 years agoInclude <sys/times.h> in a few more files. Include <unistd.h> and
ian [Sat, 8 May 1999 16:15:29 +0000 (16:15 +0000)]
Include <sys/times.h> in a few more files.  Include <unistd.h> and
<sys/time.h> for select.

24 years agoPortability fixes (missing struct in_addr, INADDR_LOOPBACK defs, rrs=0
ian [Sat, 8 May 1999 15:40:59 +0000 (15:40 +0000)]
Portability fixes (missing struct in_addr, INADDR_LOOPBACK defs, rrs=0
ipv rrs.untyped=0, -lsocket, etc.

24 years agoPortability fixes (missing struct in_addr, INADDR_LOOPBACK defs, rrs=0
ian [Sat, 8 May 1999 15:40:54 +0000 (15:40 +0000)]
Portability fixes (missing struct in_addr, INADDR_LOOPBACK defs, rrs=0
ipv rrs.untyped=0, -lsocket, etc.

25 years agoAuto-update README. rel-adns-0-1
ian [Sat, 17 Apr 1999 17:42:17 +0000 (17:42 +0000)]
Auto-update README.

25 years agoDocumentation files.
ian [Sat, 17 Apr 1999 17:18:29 +0000 (17:18 +0000)]
Documentation files.

25 years agoWe do do searchlist now - remove fixme.
ian [Sat, 17 Apr 1999 16:24:28 +0000 (16:24 +0000)]
We do do searchlist now - remove fixme.

25 years agooption debug and option ndots implemented
ian [Sat, 17 Apr 1999 16:23:11 +0000 (16:23 +0000)]
option debug and option ndots implemented

25 years agoRoot queries work better now.
ian [Sat, 17 Apr 1999 15:55:24 +0000 (15:55 +0000)]
Root queries work better now.

25 years agoDon't do caching in this release.
ian [Sat, 17 Apr 1999 15:41:16 +0000 (15:41 +0000)]
Don't do caching in this release.

25 years agoTest searching.
ian [Sat, 17 Apr 1999 15:40:28 +0000 (15:40 +0000)]
Test searching.

25 years agoFix and reinstate.
ian [Sat, 17 Apr 1999 15:40:20 +0000 (15:40 +0000)]
Fix and reinstate.

25 years agoThis was silly and should be obsolete. Use m1test.
ian [Sat, 17 Apr 1999 15:38:33 +0000 (15:38 +0000)]
This was silly and should be obsolete.  Use m1test.

25 years agoRegression tests pass with new owner and flags stuff, not yet tested
ian [Sat, 17 Apr 1999 14:44:21 +0000 (14:44 +0000)]
Regression tests pass with new owner and flags stuff, not yet tested
search.

25 years agoReturn owner if caller asks.
ian [Sat, 17 Apr 1999 14:38:49 +0000 (14:38 +0000)]
Return owner if caller asks.

25 years agoSearch list seems to work
ian [Sat, 17 Apr 1999 14:20:45 +0000 (14:20 +0000)]
Search list seems to work

25 years agoCan set query flags, and static version.
ian [Sat, 17 Apr 1999 14:20:20 +0000 (14:20 +0000)]
Can set query flags, and static version.

25 years agoSearch list implementation compiles, but not tested.
ian [Sat, 17 Apr 1999 13:45:47 +0000 (13:45 +0000)]
Search list implementation compiles, but not tested.

25 years agoParse searchlist; beginnings of paying attention.
ian [Sun, 11 Apr 1999 21:54:26 +0000 (21:54 +0000)]
Parse searchlist; beginnings of paying attention.

25 years agoSIGPIPE protection available.
ian [Sun, 11 Apr 1999 21:01:49 +0000 (21:01 +0000)]
SIGPIPE protection available.

25 years agoMailbox quoting seems to work.
ian [Sun, 11 Apr 1999 19:42:06 +0000 (19:42 +0000)]
Mailbox quoting seems to work.

25 years agoaddcases is broken, remove it.
ian [Sun, 11 Apr 1999 19:41:44 +0000 (19:41 +0000)]
addcases is broken, remove it.

25 years agoFix one bug.
ian [Sun, 11 Apr 1999 19:41:26 +0000 (19:41 +0000)]
Fix one bug.

25 years agoqf_cname_forbid _is_ implemented.
ian [Sun, 11 Apr 1999 18:17:49 +0000 (18:17 +0000)]
qf_cname_forbid _is_ implemented.

25 years agoDefer adns_pollfds (remove fixme).
ian [Sun, 11 Apr 1999 18:14:20 +0000 (18:14 +0000)]
Defer adns_pollfds (remove fixme).

25 years agoadns_pollfds and struct pollfd support - on branch, because it's difficult
ian [Sun, 11 Apr 1999 18:13:28 +0000 (18:13 +0000)]
adns_pollfds and struct pollfd support - on branch, because it's difficult
and I can't be bothered to finish and test it now.

25 years agoInclude TTL (well, actually, expiry time) in answers.
ian [Sun, 11 Apr 1999 17:21:15 +0000 (17:21 +0000)]
Include TTL (well, actually, expiry time) in answers.

25 years agoFIXMEs for multithreading and IPv6 - deferred.
ian [Sun, 11 Apr 1999 15:51:10 +0000 (15:51 +0000)]
FIXMEs for multithreading and IPv6 - deferred.

25 years agoUpdate wishlist items and add purpose comment to adns.h.
ian [Sat, 10 Apr 1999 16:29:21 +0000 (16:29 +0000)]
Update wishlist items and add purpose comment to adns.h.

25 years agoCopyright dates fixed; various TODOs added.
ian [Tue, 30 Mar 1999 18:57:02 +0000 (18:57 +0000)]
Copyright dates fixed; various TODOs added.

25 years agoLost fixme; better clean.
ian [Tue, 30 Mar 1999 18:51:31 +0000 (18:51 +0000)]
Lost fixme; better clean.

25 years agoTypo.
ian [Tue, 30 Mar 1999 18:48:46 +0000 (18:48 +0000)]
Typo.

25 years agoGNU Standards makefile targets.
ian [Tue, 30 Mar 1999 18:45:55 +0000 (18:45 +0000)]
GNU Standards makefile targets.

25 years agoProgress towards Standards.info
ian [Sun, 28 Mar 1999 20:17:43 +0000 (20:17 +0000)]
Progress towards Standards.info

25 years agoRenamed Makefiles to Makefile.in
ian [Sun, 28 Mar 1999 19:00:59 +0000 (19:00 +0000)]
Renamed Makefiles to Makefile.in

25 years agoAutoconfifying - beginning.
ian [Sun, 28 Mar 1999 18:59:37 +0000 (18:59 +0000)]
Autoconfifying - beginning.

25 years agoRenamed to settings.make.in.
ian [Sun, 28 Mar 1999 18:09:49 +0000 (18:09 +0000)]
Renamed to settings.make.in.

25 years agoTimeout test.
ian [Sat, 5 Dec 1998 20:20:15 +0000 (20:20 +0000)]
Timeout test.

25 years agotimeval handing better, change filenames
ian [Sat, 5 Dec 1998 20:16:26 +0000 (20:16 +0000)]
timeval handing better, change filenames

25 years agomaintainer-clean
ian [Sat, 5 Dec 1998 18:52:09 +0000 (18:52 +0000)]
maintainer-clean

25 years agogettimeofday wishlist
ian [Sat, 5 Dec 1998 18:51:59 +0000 (18:51 +0000)]
gettimeofday wishlist

25 years agocname_loose/cname_forbid implemented; production timeout
ian [Sat, 5 Dec 1998 18:51:37 +0000 (18:51 +0000)]
cname_loose/cname_forbid implemented; production timeout

25 years agoA couple more tests and a script to manage.
ian [Sun, 29 Nov 1998 19:17:59 +0000 (19:17 +0000)]
A couple more tests and a script to manage.

25 years agoRegression tests run, first one written.
ian [Sun, 29 Nov 1998 19:09:24 +0000 (19:09 +0000)]
Regression tests run, first one written.

25 years agoInitial testing stuff; want to rearrange.
ian [Sun, 29 Nov 1998 18:09:23 +0000 (18:09 +0000)]
Initial testing stuff; want to rearrange.

25 years agoFirst record and playback works.
ian [Sun, 29 Nov 1998 17:52:32 +0000 (17:52 +0000)]
First record and playback works.

25 years agoBetter clean and new realclean.
ian [Sun, 29 Nov 1998 15:35:53 +0000 (15:35 +0000)]
Better clean and new realclean.

25 years agoNew m4-based test harness stuff.
ian [Sun, 29 Nov 1998 15:33:24 +0000 (15:33 +0000)]
New m4-based test harness stuff.

25 years agoTest harness - recording seems to work, sort of.
ian [Sat, 28 Nov 1998 22:24:32 +0000 (22:24 +0000)]
Test harness - recording seems to work, sort of.

25 years agoWork on harness is progressing.
ian [Sat, 28 Nov 1998 18:44:56 +0000 (18:44 +0000)]
Work on harness is progressing.

25 years agosortlist; init supplying text of config file; env vars with config
ian [Sat, 28 Nov 1998 17:37:56 +0000 (17:37 +0000)]
sortlist; init supplying text of config file; env vars with config
file text

25 years agoInitial draft of test harness arrangements, from chiark. cvs rdiff
ian [Sat, 28 Nov 1998 17:18:21 +0000 (17:18 +0000)]
Initial draft of test harness arrangements, from chiark.  cvs rdiff
-r tochiark-1998-11-17 -r fromchiark-1998-11-28 dnslib; scp + cvs add
harness.c

25 years agoAllow configuration entirely by text file.
ian [Sun, 22 Nov 1998 19:06:32 +0000 (19:06 +0000)]
Allow configuration entirely by text file.

25 years agoReorder files for best compilation.
ian [Tue, 17 Nov 1998 09:47:40 +0000 (09:47 +0000)]
Reorder files for best compilation.

25 years agoImproved error discrimination / set of errors.
ian [Mon, 16 Nov 1998 00:58:26 +0000 (00:58 +0000)]
Improved error discrimination / set of errors.

25 years agoImplement SOA, RP, HINFO (but no mailbox quoting). Implement _finish.
ian [Mon, 16 Nov 1998 00:15:19 +0000 (00:15 +0000)]
Implement SOA, RP, HINFO (but no mailbox quoting).  Implement _finish.
Cancel children on error.

25 years agoDo PTR checking (multiple PTRs allowed).
ian [Sun, 15 Nov 1998 22:36:52 +0000 (22:36 +0000)]
Do PTR checking (multiple PTRs allowed).

25 years agoDoes further A lookups and uses answers.
ian [Sun, 15 Nov 1998 21:22:29 +0000 (21:22 +0000)]
Does further A lookups and uses answers.

25 years ago_Submits_ but does not use the results from internally-generated queries -
ian [Sun, 15 Nov 1998 19:13:29 +0000 (19:13 +0000)]
_Submits_ but does not use the results from internally-generated queries -
add fixme and abort.

25 years agoNemesis fixme wishlist item.
ian [Sun, 15 Nov 1998 19:11:59 +0000 (19:11 +0000)]
Nemesis fixme wishlist item.

25 years ago_Submits_ but does not use the results from internally-generated queries.
ian [Sun, 15 Nov 1998 19:10:43 +0000 (19:10 +0000)]
_Submits_ but does not use the results from internally-generated queries.

25 years agoReorganise types.c
ian [Sun, 15 Nov 1998 18:52:14 +0000 (18:52 +0000)]
Reorganise types.c

25 years agoCan get addresses from Additional and Authority sections, and return
ian [Sat, 14 Nov 1998 18:58:13 +0000 (18:58 +0000)]
Can get addresses from Additional and Authority sections, and return
and print them.  MX and NS lookups fully done.  BUT no re-query for
missing addrs.

25 years agoHalfway through A lookups; need to restructure pa_... argument passing.
ian [Sat, 14 Nov 1998 16:41:40 +0000 (16:41 +0000)]
Halfway through A lookups; need to restructure pa_... argument passing.

25 years agoGeneral improvements; add cancel routine.
ian [Sat, 14 Nov 1998 15:24:55 +0000 (15:24 +0000)]
General improvements; add cancel routine.

25 years agoUse struct sockaddr in several places; distinguish various places where
ian [Sat, 14 Nov 1998 14:21:50 +0000 (14:21 +0000)]
Use struct sockaddr in several places; distinguish various places where
quoted-names are allowed or not.

25 years agoMerge changes from chiark: cvs rdiff -u -r tochiark-1998-11-09-b -r
ian [Sat, 14 Nov 1998 13:18:00 +0000 (13:18 +0000)]
Merge changes from chiark: cvs rdiff -u -r tochiark-1998-11-09-b -r
fromchiark-1998-11-14 dnslib

25 years agoProper spec. of NULL handling.
ian [Tue, 10 Nov 1998 02:43:02 +0000 (02:43 +0000)]
Proper spec. of NULL handling.

25 years agoAbortive TXT handling.
ian [Tue, 10 Nov 1998 02:33:36 +0000 (02:33 +0000)]
Abortive TXT handling.