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
|
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
|
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
|
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 |
|
Andreas Gustafsson
|
71a16ee135
|
checkpoint, introducing new type dns_zonemgr_t
|
1999-10-29 00:46:53 +00:00 |
|
Andreas Gustafsson
|
7a15b51ff1
|
eliminated extra newline at end of RRs being logged
|
1999-10-29 00:25:54 +00:00 |
|
Michael Graff
|
3a19eddcc7
|
start at port 5353, and try up to port 5399. This is so both Andreas and I
can run things on the same machine. :)
|
1999-10-29 00:14:02 +00:00 |
|
Brian Wellington
|
e3533c62b9
|
only add keys from the config file if there are some
|
1999-10-28 23:13:42 +00:00 |
|
Andreas Gustafsson
|
cdd5e37820
|
isc_netaddr_t now has a "family" field
|
1999-10-28 23:09:01 +00:00 |
|
Brian Wellington
|
0dc4e6a6ae
|
a few error cases were handled wrong
|
1999-10-28 22:05:23 +00:00 |
|
Michael Graff
|
1f90c10828
|
start on ipv6 bits
|
1999-10-28 21:50:27 +00:00 |
|
Michael Graff
|
d4d2a13916
|
add plink
|
1999-10-28 20:09:51 +00:00 |
|
Brian Wellington
|
1c1d1a5a96
|
Creating a TSIG key from a Diffie Hellman exchange is now tkey-01 compatible
|
1999-10-28 20:00:04 +00:00 |
|
Bob Halley
|
726290e9d5
|
add adb
|
1999-10-28 19:52:10 +00:00 |
|
Bob Halley
|
29228e4aff
|
move adb typedefs to types.h
|
1999-10-28 19:51:54 +00:00 |
|
Andreas Gustafsson
|
30be9a55be
|
allocate message data structures using dns_message_gettemp* in IXFR case, too
|
1999-10-28 19:11:33 +00:00 |
|
James Brister
|
1a9dbcf032
|
Save port numbers in host-byte order.
memset unused areas of isc_sockaddr_t
|
1999-10-28 17:53:16 +00:00 |
|
Brian Wellington
|
06f9d6486e
|
dns_message_signer update
|
1999-10-28 14:18:52 +00:00 |
|
Bob Halley
|
b3539cf94a
|
move some static function declarations into the declarations section to
avoid problems with some versions of YACC
make lastyylval and lasttoken static.
|
1999-10-28 02:25:22 +00:00 |
|
Bob Halley
|
3894acca89
|
lint
|
1999-10-28 01:37:43 +00:00 |
|
Andreas Gustafsson
|
0e42fb6588
|
ISC_NET_HAVESALEN -> ISC_PLATFORM_HAVESALEN
|
1999-10-28 01:36:36 +00:00 |
|
Andreas Gustafsson
|
5b62e9688e
|
question section was missing from AXFR request after previous change;
don't expect TSIGs on *XFR responses if we didn't TSIGn the request;
if TSIG is used, it is required on the first message of the response
|
1999-10-28 01:10:38 +00:00 |
|
William King
|
e5838b5af4
|
added argv[0] to end stanza, again.
|
1999-10-28 00:39:45 +00:00 |
|
Michael Graff
|
5a5b79c5ab
|
remove duplicate checks
|
1999-10-28 00:37:31 +00:00 |
|
Bob Halley
|
54b3853dd7
|
cleanup parts of the fetch done event that we don't care about
|
1999-10-28 00:29:47 +00:00 |
|
Andreas Gustafsson
|
a21582b70e
|
the message library now requires that names are allocated using
dns_message_gettempname()
|
1999-10-28 00:02:08 +00:00 |
|
David Lawrence
|
bdc1edb6ea
|
initial copy from the DHCP source pool
|
1999-10-27 23:55:07 +00:00 |
|
Andreas Gustafsson
|
c0227b1e1f
|
fixed infinite memory allocation loop introduced by previous change
|
1999-10-27 23:38:54 +00:00 |
|
William King
|
749356ec0e
|
more waitpid loop tinkering
|
1999-10-27 22:45:42 +00:00 |
|