Andreas Gustafsson
02d8e643ea
cut-and-paste-o caused memory leak
2001-05-07 21:01:45 +00:00
Mark Andrews
25ea25c811
undo part of bind8-823-v6-20010204a.diff
2001-05-07 06:07:44 +00:00
Danny Mayer
94ebc518d0
buffer request needs cast for win32
2001-05-06 02:24:08 +00:00
Danny Mayer
db1bfc3151
htons needs cast for win32
2001-05-06 02:23:06 +00:00
Danny Mayer
a14762f207
dst_key_fromfile needs cast of length
2001-05-06 02:20:29 +00:00
Danny Mayer
94b88b9500
named_order needed const in declaration
2001-05-06 02:17:48 +00:00
Mark Andrews
61470ed14b
whitespace
2001-05-06 01:18:58 +00:00
Brian Wellington
d144ea1d1c
isc_file_basename should return a (const char *)
2001-05-05 02:47:21 +00:00
David Lawrence
e40cd7f5c9
preserve a reference to the node lock across a call to no_references() in
...
detachnode
2001-05-05 02:42:38 +00:00
Brian Wellington
5f539d5fc6
822. [bug] Sending nxrrset prerequisites would crash nsupdate.
...
[RT #1248 ]
2001-05-05 01:19:45 +00:00
Andreas Gustafsson
bdb60248c3
oops, removed the wrong declaration
2001-05-04 23:57:22 +00:00
Andreas Gustafsson
7f621e20af
edited
2001-05-04 17:59:09 +00:00
Andreas Gustafsson
a08f7f4a6c
frombuffer() was declared 'static' but defined
...
without 'static'
2001-05-04 17:57:33 +00:00
Andreas Gustafsson
37f069964b
regenerated
2001-05-04 17:54:24 +00:00
Andreas Gustafsson
2788f21727
don't install the now-nonexistent <dns/namedconf.h>
2001-05-04 17:08:43 +00:00
Brian Wellington
357b0957d1
typo, grammar
2001-05-04 01:31:50 +00:00
Mark Andrews
0befd994cc
Add Interoperability Section
2001-05-04 01:27:14 +00:00
Andreas Gustafsson
b98aa30aa2
regenerated
2001-05-04 00:55:52 +00:00
Andreas Gustafsson
2eaad63a37
regenerated with docbook2man-spec.pl bug fixes
2001-05-04 00:51:29 +00:00
Andreas Gustafsson
8c4f1fa179
edited to reflect current state of 9.2
2001-05-03 20:24:53 +00:00
Andreas Gustafsson
6fcb2f0faa
check for systems that support 'inline' but not 'static inline' [RT #1212 ]
2001-05-03 19:54:44 +00:00
Brian Wellington
76477bd0e0
821. [bug] The program name used when logging to syslog should
...
be stripped of leading path components.
[RT #1178 , #1232 ]
2001-05-03 19:06:25 +00:00
Brian Wellington
f2194a8ba9
implement isc_file_basename()
2001-05-03 18:59:30 +00:00
Brian Wellington
55ff3f6e65
remove prototypes for nonexistant functions [RT #1240 ]
2001-05-03 18:40:33 +00:00
Brian Wellington
3f8a9e5196
remove unused byte swapping macros and the associated non-portable includes
...
[RT #1239 ]
2001-05-03 18:38:17 +00:00
Brian Wellington
1c0ff8a9cc
typos, redundancy
2001-05-03 17:38:43 +00:00
Andreas Gustafsson
e2b585787f
the default setting of the --enable-threads/--disable-threads
...
option is now operating system dependent; we only enable threads
by default on systems where they actually work
2001-05-03 17:26:52 +00:00
Andreas Gustafsson
f252f91e27
commented
2001-05-02 23:15:38 +00:00
Brian Wellington
de32cbd34e
remove a cut-and-paste-o
2001-05-02 19:25:19 +00:00
Brian Wellington
d2aebe24c4
Allocate the initial buffer for rdata based on the length of the string, to
...
avoid reallocations and annoying messages.
2001-05-02 18:58:56 +00:00
Andreas Gustafsson
e491ef2904
document adb.c 1.176:
...
820. [bug] Name server address lookups failed to follow
A6 chains into the glue of local authoritative
zones.
2001-05-02 18:00:42 +00:00
Andreas Gustafsson
c62314bc9c
removed sample configuration access code, now that we have
...
real configuration access code in bin/named/server.c and bin/named/*conf.c
2001-05-02 17:43:42 +00:00
Andreas Gustafsson
e23d2b98b7
don't include the now nonexistent <dns/namedconf.h>
2001-05-02 17:41:24 +00:00
Andreas Gustafsson
af46049567
removed <dns/namedconf.h>, which pertained to the old
...
configuration parser
2001-05-02 17:39:51 +00:00
Andreas Gustafsson
38db299051
make rwlock_test compile without threads
2001-05-02 17:35:52 +00:00
Bob Halley
1a286a6613
In certain cases, the resolver's attempts to restart an address lookup
...
at the root could cause the fetch to deadlock (with itself) instead of
restarting. [RT #1225 ]
2001-05-02 17:29:17 +00:00
Brian Wellington
3840dba289
Comment a particularly subtle bit of code.
2001-05-02 00:03:12 +00:00
Brian Wellington
05183bbc4f
Signing with a large key didn't work since the static output buffer was too
...
small; use a dynamic buffer instead. Also, comment a section
2001-05-02 00:02:28 +00:00
Andreas Gustafsson
570234616c
when following A6 chains, glue was inadvertantly ignored
2001-05-01 23:17:48 +00:00
Andreas Gustafsson
784d78b831
commented
2001-04-30 18:27:10 +00:00
Andreas Gustafsson
1dbec28030
removed declarations of nonexistent functions
2001-04-30 18:09:31 +00:00
Tatuya JINMEI 神明達哉
931f35a927
removed one more 'ifdef INET6'.
2001-04-30 18:08:54 +00:00
Tatuya JINMEI 神明達哉
291e6be74f
some cleanups and clarifications;
...
- removed 'ifdef INET6' (libbind's getaddrinfo should always be buildable
with the INET6 part.)
- use EAI_NONAME instead of EAI_NODATA (this is an API issue. I'll raise
it at the group working on the API).
- use h_errno instead of __h_errno.
- clarification on using interface names as link IDs of IPv6 link-local
addresses. (not all OSes support this.)
2001-04-30 17:46:58 +00:00
Tatuya JINMEI 神明達哉
520717e82b
supported the IPv6 scoped addresses format.
2001-04-30 17:35:17 +00:00
Tatuya JINMEI 神明達哉
4df5fde1a7
- code clenaups (removed redundant macros/blank lines, comment clarifications
...
etc.)
- use EAI_xxx error code according to draft-ietf-ipngwg-rfc2553bis-03.
(we may still have to reconsider EAI_NODATA - this is an API issue)
2001-04-30 17:34:02 +00:00
Andreas Gustafsson
25b821e9ed
updated draft
2001-04-30 17:22:57 +00:00
Andreas Gustafsson
296253a3b9
reclassified 816. as [bug]
2001-04-30 16:37:13 +00:00
Andreas Gustafsson
1ac6cf2f7a
RT #189 -> #1189
2001-04-28 01:13:03 +00:00
Andreas Gustafsson
1ed0723a1f
a pointer argument used to return an "int" value into an "int"
...
variable is better defined as "int *" than "unsigned int *"
2001-04-28 01:08:07 +00:00
Andreas Gustafsson
3242899a56
818. [bug] Certain pathological responses to ANY queries could
...
cause an assertion failure. [RT #1218 ]
2001-04-28 00:21:30 +00:00