Danny Mayer
7869e8ad05
Braces were missing when isc__strerror was added
2001-11-22 03:11:01 +00:00
Danny Mayer
d67b892041
isc__strerror was being used incorrectly. Return value is the result and not a pointer to the error message
2001-11-22 03:08:12 +00:00
Andreas Gustafsson
acf6bcebf9
style
2001-11-22 02:18:52 +00:00
Andreas Gustafsson
9a762177e6
style
2001-11-22 01:59:02 +00:00
Andreas Gustafsson
27f9274cb4
nsupdate should not take octal and hex TTLs
2001-11-22 00:59:18 +00:00
Andreas Gustafsson
38ba66e41b
regenerated
2001-11-22 00:37:35 +00:00
Andreas Gustafsson
fdf2eaf21b
edited
2001-11-22 00:35:36 +00:00
Andreas Gustafsson
d9d6d2f77f
1134. [bug] Multithreaded servers could deadlock in ferror()
...
when reloading zone files. [RT #1951 , #1998 ]
2001-11-21 22:26:46 +00:00
Andreas Gustafsson
9b2c0d2924
complete sentences
2001-11-21 22:20:45 +00:00
Mark Andrews
61cdf27dc2
new draft
2001-11-21 22:20:21 +00:00
Mark Andrews
eb2c518a38
1133. [bug] IN6_IS_ADDR_LOOPBACK not portably defined on platforms
...
without IN6_IS_ADDR_LOOPBACK. [RT #2106 ]
2001-11-21 13:06:20 +00:00
Danny Mayer
d5f394f4c4
Change strerror references to use isc__strerror [RT #1689 ]
2001-11-21 05:07:25 +00:00
Danny Mayer
05903e6b3a
Added libbind9 to list of DLL's to install in System32
2001-11-21 05:04:13 +00:00
Danny Mayer
622a594a7c
Added support for libbind9 in the batch build process
2001-11-21 05:02:41 +00:00
Andreas Gustafsson
3cac42f8db
libbind9 requires libdns and libisccfg
2001-11-21 02:19:02 +00:00
Andreas Gustafsson
3c17c8b945
ignore libtool stuff
2001-11-21 02:16:29 +00:00
Andreas Gustafsson
6bbb37a184
merge the RR table and RDATA table into one; describe all classes in one place
2001-11-21 01:02:44 +00:00
Andreas Gustafsson
e4946c508e
added section on secure zone transfers
2001-11-20 23:32:09 +00:00
Andreas Gustafsson
d2e371201c
the named.conf options block should not apply to the built-in views
2001-11-20 22:30:35 +00:00
Andreas Gustafsson
4f30395c97
Suppress compiler warnings about empty translation units
2001-11-20 21:28:41 +00:00
Andreas Gustafsson
e2fd9af691
new draft
2001-11-20 18:48:21 +00:00
Andreas Gustafsson
6af3a0d53c
properly quote embedded newlines in string
2001-11-20 18:46:43 +00:00
Brian Wellington
81f6192a0c
spacing
2001-11-20 18:42:26 +00:00
Mark Andrews
4072dfb9b8
1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
2001-11-20 05:04:41 +00:00
Andreas Gustafsson
945f7311ca
Don't return a value from isc__strerror(); it was never used, and
...
casting it to void everywhere as required by the coding standards would have been silly
and pointless
2001-11-20 01:45:49 +00:00
Andreas Gustafsson
17453368fa
Reimplemented the built-in CHAOS zones using sdb.
2001-11-20 01:18:15 +00:00
Mark Andrews
d8720af3a3
new draft
2001-11-20 00:43:22 +00:00
Andreas Gustafsson
6cd7bd1fb5
spacing
2001-11-19 22:32:04 +00:00
Andreas Gustafsson
459d31fa83
consistently put the LIBDNS_EXTERNAL_DATA before the const
2001-11-19 21:34:31 +00:00
Andreas Gustafsson
10640b2e3e
added lib/bind9/win32/*
2001-11-19 21:17:08 +00:00
Andreas Gustafsson
b0a1fa9b20
updated drafts
2001-11-19 20:52:23 +00:00
Danny Mayer
e61793f086
Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32
2001-11-19 03:08:44 +00:00
Danny Mayer
707b733dc3
Add missing include file
2001-11-18 06:21:35 +00:00
Danny Mayer
cff4f731e4
Fix to eliminate extra cursor and ico information
2001-11-18 06:19:17 +00:00
Danny Mayer
33b8775d3a
Updated to support tree organization changes and to support the lib/bind9 library code
2001-11-18 03:11:06 +00:00
Danny Mayer
0021672451
Added proper code for retrieving the hostname
2001-11-18 03:03:42 +00:00
Danny Mayer
74dfe6155f
Add win32 support for bind9 library
2001-11-17 03:57:12 +00:00
Andreas Gustafsson
cde2f4dabe
style
2001-11-16 23:58:39 +00:00
Andreas Gustafsson
92094d44a2
1131. [bug] The match-destinations view option did not work with
...
IPv6 destinations. [RT #2073 , #2074 ]
2001-11-16 20:01:57 +00:00
Andreas Gustafsson
11fe3dcfe2
clarified 1130.
2001-11-16 18:53:51 +00:00
Mark Andrews
d1abb8bb02
1130. [bug] Out of range serial number were not being logged.
...
[RT #2076 ]
2001-11-16 10:50:00 +00:00
Brian Wellington
db0e722d83
oops, remove the other call to freehostent()
2001-11-16 06:48:22 +00:00
Brian Wellington
09ce736e9a
unitialized variable [RT #2075 ]
2001-11-16 04:43:04 +00:00
Brian Wellington
d972554740
mismatched parens, missing failure return, remove incorrect use of
...
freehostent() [RT #2075 ]
2001-11-16 04:41:58 +00:00
Andreas Gustafsson
b4aeceec73
1129. [bug] Multithreaded servers could crash under heavy
...
resolution load due to a race condition. [RT #2018 ]
2001-11-16 02:07:51 +00:00
Andreas Gustafsson
db40c6bfdf
don't unlock the node lock in no_references() [RT #2018 ]
2001-11-16 00:17:07 +00:00
Andreas Gustafsson
a831ffc8fe
new draft
2001-11-15 23:46:00 +00:00
Andreas Gustafsson
f8aa552edb
Split contrib/sdb into a subdirectory per driver
2001-11-15 23:15:34 +00:00
Mark Andrews
b8f2869bef
accepted by dnsop
2001-11-15 22:22:21 +00:00
Andreas Gustafsson
307ba34fa0
1128. [func] sdb drivers can now provide RR data in either text
...
or wire format, the latter using the new functions
dns_sdb_putrdata() and dns_sdb_putnamedrdata().
(in preparation for sdb-izing the built-in CHAOS zones)
2001-11-15 20:32:05 +00:00