Brian Wellington
|
fcc30797e1
|
conflicting variable name removed
|
1999-10-29 20:37:23 +00:00 |
|
Michael Graff
|
d1fb73ada8
|
simplify importing rdatasets. One function handles A and AAAA types.
|
1999-10-29 19:42:06 +00:00 |
|
Michael Graff
|
528829aa8a
|
ipv6 AAAA queries work now.
|
1999-10-29 19:20:36 +00:00 |
|
Michael Graff
|
c803787146
|
replace all instances of 'handle' with 'find' since that's what they are now.
|
1999-10-29 18:30:48 +00:00 |
|
Michael Graff
|
2992344aac
|
dns_adbhandle_t -> dns_adbfind_t
|
1999-10-29 18:07:32 +00:00 |
|
Andreas Gustafsson
|
b84463c2f7
|
writing multiple transactions to the journal without
closing and reopening it did not work, and IXFR sometimes does that
|
1999-10-29 18:04:07 +00:00 |
|
Michael Graff
|
897c9ddb4d
|
implement dns_adb_cancelfind(), rename _done() to _destroyfind(), and _lookup to _createfind()
|
1999-10-29 18:00:31 +00:00 |
|
Bob Halley
|
efba17ab56
|
update client->now when resuming after recursion
|
1999-10-29 16:17:15 +00:00 |
|
Bob Halley
|
7622df5154
|
add client->now
|
1999-10-29 16:16:54 +00:00 |
|
James Brister
|
0c357624ee
|
kdeflist functions added
|
1999-10-29 16:00:13 +00:00 |
|
Bob Halley
|
9df6eb8719
|
add
|
1999-10-29 15:52:16 +00:00 |
|
Bob Halley
|
9e5bf8aab6
|
Comment out 'optional_string' which was defined but not used, causing YACC
on a number of platforms to die.
|
1999-10-29 15:44:06 +00:00 |
|
Bob Halley
|
4d1ec6f027
|
xfrin.c was still listed in SRCS
|
1999-10-29 15:36:08 +00:00 |
|
Brian Wellington
|
ffdcf33647
|
TSIG uses the new kdeflist accessor, other assorted TSIG/TKEY config updates
|
1999-10-29 13:56:56 +00:00 |
|
Mark Andrews
|
d13792dd52
|
ensure comparisions of pointers are for the same type.
|
1999-10-29 13:21:08 +00:00 |
|
Mark Andrews
|
f2db7ea9b8
|
Incomplete declaration.
|
1999-10-29 13:14:49 +00:00 |
|
Mark Andrews
|
90adbb5f1c
|
Remove various "enumerated type mixed with another type" warnings.
More still to be removed.
#define ISC_TF(x) to covert logical result to isc_boolean_t
|
1999-10-29 12:56:58 +00:00 |
|
James Brister
|
6b44a05a4d
|
File for testing config library. Run as:
./nconf_test named.conf
|
1999-10-29 11:40:25 +00:00 |
|
James Brister
|
0e28c9756a
|
Remove yacc-generated files in distclean.
|
1999-10-29 11:28:48 +00:00 |
|
James Brister
|
4c716c8642
|
Somei minor grammer changes to help with view statements..
|
1999-10-29 11:10:04 +00:00 |
|
James Brister
|
95aa368fae
|
Added dns_c_kdeflist_append and dns_c_kdef_copy.
Modifications to kdef cleanup.
Fixed some broken names.
|
1999-10-29 11:08:24 +00:00 |
|
James Brister
|
f44bd3637e
|
Added missing accessors for kdef list.
|
1999-10-29 11:05:38 +00:00 |
|
Mark Andrews
|
f9cafe0859
|
fix cancel_refresh decl
|
1999-10-29 08:37:50 +00:00 |
|
Mark Andrews
|
93a3bb12e0
|
Fix ctype macro args
|
1999-10-29 08:27:34 +00:00 |
|
Mark Andrews
|
5b17e01f2d
|
fix call to ctype macro
|
1999-10-29 08:18:06 +00:00 |
|
Mark Andrews
|
f859f35d85
|
Reverse previous commit.
|
1999-10-29 07:18:53 +00:00 |
|
Mark Andrews
|
c9c070991c
|
in6_addr.s6_addr is always an array.
|
1999-10-29 07:13:04 +00:00 |
|
Bob Halley
|
c7dd70fe1b
|
fix typo
|
1999-10-29 07:09:44 +00:00 |
|
Mark Andrews
|
fe37278859
|
in6_addr.s6_addr is *always* an array.
|
1999-10-29 06:36:05 +00:00 |
|
Mark Andrews
|
56b048781d
|
uid_t / gid_t are usually declared unsigned the days. use format %lu and
cast to (unsigned long) to make sure.
|
1999-10-29 06:19:56 +00:00 |
|
Mark Andrews
|
30020941e4
|
ISC_TRUE not 1
|
1999-10-29 06:07:17 +00:00 |
|
Mark Andrews
|
8b2779bba0
|
return ISC_TRUE/ISC_FALSE not 1/0
|
1999-10-29 06:05:10 +00:00 |
|
Mark Andrews
|
9a4a3583ab
|
initalise hexdigits so that the initaliser is not larger that the array.
|
1999-10-29 05:41:49 +00:00 |
|
Mark Andrews
|
7f2ad79f65
|
"do" was missing from the RETERR macro:
#define RETERR(x) do { \
ret = (x); \
if (ret != ISC_R_SUCCESS) \
return (ret); \
} while (0)
|
1999-10-29 05:25:57 +00:00 |
|
Mark Andrews
|
d1ee833efb
|
remove extraneous commas
|
1999-10-29 05:12:24 +00:00 |
|
Mark Andrews
|
12df8cb49a
|
Fix #include <dns/xfrin.h>
|
1999-10-29 05:08:55 +00:00 |
|
Mark Andrews
|
946092177d
|
fix arguements to ctype macros.
|
1999-10-29 04:25:11 +00:00 |
|
Mark Andrews
|
22ce92d1bd
|
fix call to isalpnum
|
1999-10-29 04:19:34 +00:00 |
|
Mark Andrews
|
b3a2ce7d96
|
fix calls to isdigit()
|
1999-10-29 04:18:07 +00:00 |
|
Bob Halley
|
9cef6ad3b6
|
add tkey_test
|
1999-10-29 03:43:12 +00:00 |
|
Bob Halley
|
afa0257adf
|
log if the zone callback or options callbacks fail so we don't get a
"parsing failed" result without logging why it failed.
|
1999-10-29 03:42:03 +00:00 |
|
Bob Halley
|
7b4dcbb89b
|
add DNS_R_WAIT
|
1999-10-29 03:31:13 +00:00 |
|
Bob Halley
|
d4adf00b63
|
adb support
|
1999-10-29 03:30:49 +00:00 |
|
Bob Halley
|
2a0b8796d4
|
A debugging statement was in the wrong place.
|
1999-10-29 03:05:24 +00:00 |
|
Andreas Gustafsson
|
a474ba139d
|
enabled incoming zone transfer code; there are no SOA
queries yet, so we just do an unconditional transfer attempt at server
startup time for each slave zone
|
1999-10-29 02:41:56 +00:00 |
|
Mark Andrews
|
af34594432
|
ft_octal was allowing '8' as a valid octal character.
ensure isdigit() is called with a positive int.
|
1999-10-29 02:38:37 +00:00 |
|
Bob Halley
|
7992e1adea
|
set result in zonemanager
|
1999-10-29 02:17:31 +00:00 |
|
Andreas Gustafsson
|
81ce556e02
|
moved xfrin.c from bin/named to lib/dns by repository copy
|
1999-10-29 02:12:01 +00:00 |
|
Michael Graff
|
d43c2cc7bc
|
private links are plink, public links are publink
|
1999-10-29 01:53:20 +00:00 |
|
Michael Graff
|
ff9bb3fc54
|
more v4/v6 splitting out
|
1999-10-29 01:26:45 +00:00 |
|