Brian Wellington
d780c35e54
remove all vestiges of 16 bit global compression
2000-12-28 00:43:12 +00:00
Mark Andrews
01c161ee2b
add DNS_R_SINGLETON
2000-11-25 01:20:47 +00:00
Mark Andrews
b20ee662a7
521. [bug] Detect master files which contain $INCLUDE and always
...
reload. [RT #196 ]
new result code DNS_R_SEENINCLUDE
dns_master_load* can now return DNS_R_SEENINCLUDE
2000-10-17 07:22:39 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
Mark Andrews
84cb41f729
new error code DNS_R_NOTZONETOP
2000-07-04 03:59:54 +00:00
David Lawrence
9c3531d72a
add RCS id string
2000-06-22 22:00:42 +00:00
David Lawrence
b8f0fedbe7
Megacommit of many files.
...
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const. Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.
Minor other ISC style cleanups.
2000-06-01 19:14:59 +00:00
David Lawrence
81064d6419
dns/result.h and dns/compress.h removed from t_api.h
2000-05-24 04:56:32 +00:00
David Lawrence
34b394b43e
DNS_R_RANGE -> ISC_R_RANGE
2000-05-15 21:14:38 +00:00
David Lawrence
6087c3dda7
Ah, oops, wrong prototype for t_sighandler.
...
(Condition signaled: time for bed.)
2000-05-14 04:08:03 +00:00
David Lawrence
a349b8220d
line 89: remark(1693): unprototyped function redeclared with prototype
...
line 684: remark(1692): prototyped function redeclared without prototype
line 700: remark(1692): prototyped function redeclared without prototype
Prototypes fixed.
line 331: remark(1552): variable "n" was set but never used.
Variable removed.
2000-05-14 03:58:15 +00:00
David Lawrence
47b26abe77
ensure proper range for argument to ctype functions
2000-05-09 22:22:25 +00:00
David Lawrence
1a69a1a78c
Megacommit of dozens of files.
...
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/
2000-05-08 14:38:29 +00:00
David Lawrence
a9f3eb64f9
include config.h
2000-04-28 02:28:32 +00:00
Michael Graff
b7974ee772
Use sigaction() on NetBSD now, too. Note this requires unproven-pthreads-0.13 or higher.
2000-04-07 23:39:24 +00:00
Michael Graff
c2bb1a45d2
Install default handler for SIGCHLD -- more after I fix NetBSD's pthread code
2000-04-07 23:09:04 +00:00
Michael Graff
c7dc3f60bc
Temporary hack to disable use of alarm() etc. on NetBSD. This is only
...
to help debug a specific pthreads-related problem by letting
the testing system do the real work.
2000-04-07 18:39:19 +00:00
Michael Graff
2fce9cfbf8
add more ISC_R_* mappings
2000-04-07 03:49:10 +00:00
Michael Graff
674b41a94d
translate ISC_R_* values just like do with DNS_R_.
2000-04-07 03:35:36 +00:00
Michael Graff
4195904998
s/DNS_R_/ISC_R_/ change for some codes.
2000-04-06 22:03:35 +00:00
David Lawrence
ecb6c5782e
exorcized local compression
2000-03-23 05:18:46 +00:00
Bob Halley
0fffa9dcca
update copyright
2000-02-03 23:17:52 +00:00
Michael Graff
3ddd814a97
dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break.
1999-12-23 00:09:04 +00:00
Michael Graff
7e74203c0f
NetBSD's thread (temporary) fix
1999-12-02 20:31:06 +00:00
William King
888a65ed82
AIX 4.3 T_TIMEOUT in sys/timer.h conflicts with ours. badbeef.
1999-11-04 19:36:00 +00:00
William King
e5838b5af4
added argv[0] to end stanza, again.
1999-10-28 00:39:45 +00:00
William King
749356ec0e
more waitpid loop tinkering
1999-10-27 22:45:42 +00:00
William King
1ac2cbd4cf
cleanup of waitpid logic - freebsd still acting bizarre
1999-10-27 20:59:30 +00:00
William King
8e8964cd7e
add argv[0] to end stanza journal line format
1999-10-27 14:26:06 +00:00
William King
c786320d84
changed a message
1999-10-27 02:00:25 +00:00
William King
943158d697
the test case now identifies which signal caused an exception
1999-10-27 00:59:35 +00:00
William King
339d7df653
manage interaction of default -a behavior with the
...
-t and -n options and allow multiple -t and -n options
1999-10-27 00:46:57 +00:00
William King
e8fe5175c5
revisit waitpid EINTR handling
1999-10-26 21:51:37 +00:00
William King
b14c0010e7
info --> putinfo
1999-10-10 20:29:19 +00:00
William King
5edd5b3997
added test case end stanza line to journal output
...
added name of test case to start stanza
1999-10-10 20:24:13 +00:00
William King
31654d4333
ran into what looks like a compiler problem ...
1999-10-07 22:49:27 +00:00
William King
da663418c6
added -b option to support chdir to a base directory so that data files
...
can be specified w/out full paths in tests
1999-10-07 02:31:34 +00:00
David Lawrence
eaff62e089
use isc_commandline_parse instead of getopt. still dependent on unistd.h
1999-10-06 20:15:52 +00:00
Michael Graff
5f0e2c8913
update copyright text
1999-09-16 00:02:20 +00:00
William King
9e74b13fd2
uncommented -a argument processing
1999-09-08 01:33:07 +00:00
Bob Halley
2e715dbdc2
fix spelling error
1999-07-24 00:59:55 +00:00
William King
ca71fc20eb
added timeout of tests, ability to run tests in a subproc to allow
...
continuation after exception generation, and general improvement
1999-07-22 14:35:12 +00:00
Bob Halley
48e26c1a80
remove DNS_R_LASTENTRY
1999-06-18 22:45:55 +00:00
Bob Halley
44aae046c3
basic test support
1999-05-01 01:41:14 +00:00