Brian Wellington
|
f9e2482928
|
uninitialized link field.
|
2000-10-24 17:24:35 +00:00 |
|
Brian Wellington
|
5b9a83dd15
|
ndots handling is correct now (I think).
|
2000-10-24 17:15:54 +00:00 |
|
Andreas Gustafsson
|
0e3c79132a
|
libtool 1.3.5 had link commands for NetBSD a.out and ELF backwards
|
2000-10-24 05:10:04 +00:00 |
|
Brian Wellington
|
d34b3b1c12
|
Add search and ndots statements
|
2000-10-24 04:30:25 +00:00 |
|
Brian Wellington
|
dadd8860bb
|
Support for the search and ndots config options in lwresd.
|
2000-10-24 04:27:25 +00:00 |
|
Brian Wellington
|
38379c5c5e
|
lwresd search list stuff. This isn't used by getaddrbyname yet, but
it's used by the uncommitted getrrsetbyname.
|
2000-10-24 04:25:16 +00:00 |
|
Mark Andrews
|
389c749a5e
|
530. [func] New function dns_rdata_invalidate().
|
2000-10-24 02:03:33 +00:00 |
|
Michael Sawyer
|
355b3c2e43
|
update todo
|
2000-10-23 23:13:43 +00:00 |
|
Michael Sawyer
|
5d20773abc
|
Move generation of reverse lookups (blah.in-addr.arpa, etc...) names to
a common place.
|
2000-10-23 23:13:21 +00:00 |
|
Michael Sawyer
|
8e61de2efd
|
Move fixeddomain code so nslookup can use domain= setting
More ISC_LINK_INIT's added where needed.
|
2000-10-23 17:49:05 +00:00 |
|
Mark Andrews
|
72fa265baa
|
529. [bug] 521 contained a bug which caused zones to always
reload. [RT #410]
|
2000-10-23 00:31:28 +00:00 |
|
Andreas Gustafsson
|
cef18335b7
|
fixed typos and formatting, clarified, and tabified
|
2000-10-20 23:02:52 +00:00 |
|
Andreas Gustafsson
|
35a1d7c80e
|
replaces_p() in bin/named/update.c should treat DNAME as a singleton
type too. [RT #374]
|
2000-10-20 22:34:50 +00:00 |
|
Andreas Gustafsson
|
b28d2a3d7b
|
the established alternate spelling of 'template' is
'templet', not 'templat'
|
2000-10-20 22:09:01 +00:00 |
|
Michael Sawyer
|
c9c5b25473
|
Fix overzealous printing of newlines in message_[pseudo]sectiontotext().
|
2000-10-20 20:40:46 +00:00 |
|
Andreas Gustafsson
|
8ab588369b
|
use sizeof(), not hardcoded constant
|
2000-10-20 19:53:59 +00:00 |
|
Brian Wellington
|
f8a55f9955
|
Added "ndots" to the lwres{} statement in named.conf
|
2000-10-20 19:32:49 +00:00 |
|
Andreas Gustafsson
|
d01a365603
|
missing space between words in error message
|
2000-10-20 18:31:27 +00:00 |
|
Bob Halley
|
c69ad15d94
|
#include <dns/master.h> to get prototypes for loadmgr functions.
|
2000-10-20 15:59:52 +00:00 |
|
Mark Andrews
|
4b6d5b2312
|
528. [func] The ISC_LIST_XXXX macros now perform sanity checks
on their arguements. ISC_LIST_XXXXUNSAFE can be use
to skip the checks however use with caution.
|
2000-10-20 13:35:58 +00:00 |
|
Mark Andrews
|
cf573ce6fb
|
More ISC_LINK_INIT fixes.
|
2000-10-20 13:29:37 +00:00 |
|
Mark Andrews
|
29c818c7d4
|
527. [func] New function dns_rdata_clone().
|
2000-10-20 13:22:36 +00:00 |
|
Michael Sawyer
|
a7e1443598
|
Fix #ifdef's for OPT codes.
Fix hex_dump()
|
2000-10-20 05:03:31 +00:00 |
|
Mark Andrews
|
5e589b5356
|
Uninitalised link fixes, batch 1.
|
2000-10-20 02:21:58 +00:00 |
|
Mark Andrews
|
643f42815f
|
Modified list macros w/ checking currently disabled.
|
2000-10-20 01:57:57 +00:00 |
|
Michael Sawyer
|
b3c93eb846
|
Evil bad buffer overflow bug.
|
2000-10-20 00:54:01 +00:00 |
|
Andreas Gustafsson
|
b73a71166d
|
the new rdata flags field was missing from a statically
defined rdata struct
|
2000-10-19 23:41:40 +00:00 |
|
Andreas Gustafsson
|
2baafa088c
|
eliminate signed/unsigned char pointer warning
|
2000-10-19 23:40:31 +00:00 |
|
Michael Sawyer
|
801d49df37
|
From Brian's review:
digrc filename print length shouldn't be 132
bargc should be more than 14
Opcode 100 spelled wrong in host.c
|
2000-10-19 23:31:56 +00:00 |
|
Michael Sawyer
|
d7a2e05112
|
Changes which were made on the release branch when Brian and I were reviewing
dig's code, but never made it down to the mainline. These are fixes to some
potential bugs Brian noticed.
|
2000-10-19 22:49:34 +00:00 |
|
Michael Sawyer
|
7a87d1c63b
|
Fix places where wrong tag was used in #ifdef's
|
2000-10-19 21:49:49 +00:00 |
|
Michael Sawyer
|
3308ba7ebd
|
Update todo
|
2000-10-19 21:07:42 +00:00 |
|
Andreas Gustafsson
|
f8020519b3
|
added more commentary
|
2000-10-19 18:09:34 +00:00 |
|
Andreas Gustafsson
|
341f467c76
|
Document the new lwresd configuration mechanisms
|
2000-10-19 17:49:18 +00:00 |
|
Andreas Gustafsson
|
6fe444423a
|
(len != 0 && len % 16 == 15) can be simplified to just (len % 16 == 15)
|
2000-10-19 17:30:14 +00:00 |
|
Andreas Gustafsson
|
9349d49b7f
|
minor spacing and font fixes
|
2000-10-19 17:22:53 +00:00 |
|
Andreas Gustafsson
|
54cd4dbd01
|
spacing
|
2000-10-19 17:15:24 +00:00 |
|
Brian Wellington
|
b1cde6bf3a
|
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
|
2000-10-19 16:31:05 +00:00 |
|
Mark Andrews
|
e6bd97dded
|
Add 'flag' to rdata
|
2000-10-19 05:50:54 +00:00 |
|
Michael Graff
|
fcf6c37b16
|
Make this compile after Andreas forgot to remove the now defunct third argument
|
2000-10-19 02:55:20 +00:00 |
|
Brian Wellington
|
5504e5d066
|
A few isc_mem_strdup() failures weren't handled well.
|
2000-10-19 01:38:26 +00:00 |
|
Andreas Gustafsson
|
5a11763ab2
|
added support for a search{} clause in the lwres{} statement
|
2000-10-19 01:26:39 +00:00 |
|
Andreas Gustafsson
|
4913f156c4
|
typo
|
2000-10-19 01:25:55 +00:00 |
|
Andreas Gustafsson
|
96aa1f5236
|
spacing
|
2000-10-19 01:25:38 +00:00 |
|
Brian Wellington
|
1dc5c713eb
|
removed unused variable
|
2000-10-19 01:10:24 +00:00 |
|
Brian Wellington
|
b05c91f9d5
|
The 'hints' parameter somehow turned into 'arg' in the middle of the
description.
|
2000-10-19 00:43:07 +00:00 |
|
Andreas Gustafsson
|
0a9b84a8a5
|
#include <lwres/netdb.h>, not lwres.h
|
2000-10-19 00:26:36 +00:00 |
|
Mark Andrews
|
b55c30f2de
|
525. [func] New arguement 'exact' for dns_db_subtractrdataset(),
and dns_rdataslab_subtract() requesting that the RR's
must exist prior to deletion. DNS_R_NOTEXACT is
returned if the condition is not met.
|
2000-10-18 23:53:31 +00:00 |
|
Brian Wellington
|
e0425840a8
|
-p and -P were switched.
|
2000-10-18 22:28:42 +00:00 |
|
Brian Wellington
|
4334d2e8a1
|
selective forwarding updates
|
2000-10-18 22:16:06 +00:00 |
|