chiark / gitweb /
+ General Improvements:
authorian <ian>
Sat, 16 Sep 2000 17:35:01 +0000 (17:35 +0000)
committerian <ian>
Sat, 16 Sep 2000 17:35:01 +0000 (17:35 +0000)
commit0ebff22d9b5832b18444f7c680ca71e24fc3734e
treef4358c7572b6ed7c8243711ff8269ed3dcbd2afa
parent5a0be2445e09e1d0fc6ae995b6c0296bc28e657d
+  General Improvements:

@@ -3,6 +3,11 @@
   Bugfixes:
   * Actually compile shared libraries by default !

+  General Improvements:
+  * adnshost has --config option for overriding configuration.
+  * Regression tests now include `adnshost' invocations.
+  * Test cancellation both before and after query completion.
+
   Portability fixes:
   * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
   * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
@@ -12,6 +17,7 @@
   * adnstest: setvbuf(stdout,...) before we do first output.
   * Cast a sizeof(...) in src/event.c to unsigned long before printing.
   * #include <sys/select.h> if it exists.
+  * Regression tests work better if some syscalls are already macros.

   Portability cleanups:
   * Add list of tested platforms in INSTALL file.
93 files changed:
changelog
client/adh-main.c
client/adh-opts.c
client/adh-query.c
client/adnshost.h
client/adnstest.c
regress/.cvsignore
regress/Makefile.in
regress/adnshost-xinitflags.text [new file with mode: 0644]
regress/case-1stservbroken.sys
regress/case-1stservtotcp.sys
regress/case-2ndservok.sys
regress/case-2ndservtcp.sys
regress/case-abbrev.sys
regress/case-abbrevto.sys
regress/case-adh-cancel.err [new file with mode: 0644]
regress/case-adh-cancel.out [new file with mode: 0644]
regress/case-adh-cancel.sys [new file with mode: 0644]
regress/case-adh-cancel2.err [new file with mode: 0644]
regress/case-adh-cancel2.out [new file with mode: 0644]
regress/case-adh-cancel2.sys [new file with mode: 0644]
regress/case-adh-norm.err [new file with mode: 0644]
regress/case-adh-norm.out [new file with mode: 0644]
regress/case-adh-norm.sys [new file with mode: 0644]
regress/case-adh-pipe.err [new file with mode: 0644]
regress/case-adh-pipe.out [new file with mode: 0644]
regress/case-adh-pipe.sys [new file with mode: 0644]
regress/case-brokenmail.sys
regress/case-child.sys
regress/case-cnametocname.sys
regress/case-comprinf.sys
regress/case-datapluscname.sys
regress/case-datapluscnamewait.sys
regress/case-flags10.sys
regress/case-flags9.sys
regress/case-formerr.sys
regress/case-lockup.sys
regress/case-longdom0.sys
regress/case-longdom1.sys
regress/case-longdomsrch0.sys
regress/case-longdomsrch1.sys
regress/case-longdomsrch1b.sys
regress/case-longdomsrch2.sys
regress/case-longlab0.sys
regress/case-longlab1.sys
regress/case-mailboxes.sys
regress/case-manya.sys
regress/case-manyptrwrong.sys
regress/case-manyptrwrongrem.sys
regress/case-manyptrwrongrst.sys
regress/case-manyptrwrongrty.sys
regress/case-ndots-as.sys
regress/case-ndots.sys
regress/case-ndotsbad.sys
regress/case-noinfto.sys
regress/case-norecurse.sys
regress/case-norecurse2.sys
regress/case-norecurse3.sys
regress/case-norm.sys
regress/case-owner.sys
regress/case-poll.sys
regress/case-polltimeout.sys
regress/case-ptrbaddom.sys
regress/case-quote.sys
regress/case-rootquery.sys
regress/case-rootqueryall-as.sys
regress/case-rootqueryall.sys
regress/case-search-as.sys
regress/case-search.sys
regress/case-searchabs.sys
regress/case-sillyrp.sys
regress/case-tcpallfail.sys
regress/case-tcpblock.sys
regress/case-tcpblockbrk.sys
regress/case-tcpblockwr.sys
regress/case-tcpbreakin.sys
regress/case-tcpmultipart.sys
regress/case-tcpptr.sys
regress/case-timeout.sys
regress/case-trunc.sys
regress/case-unknownq.sys
regress/harness.h.m4
regress/hcommon.c.m4
regress/hmacros.i4
regress/hplayback.c.m4
regress/hrecord.c.m4
regress/hredirect.h.m4 [new file with mode: 0644]
regress/hsyscalls.h.m4 [new file with mode: 0644]
regress/hsyscalls.i4
regress/m1test
regress/r1test
settings.make.in
src/internal.h