Commit Graph
3334 Commits
Author SHA1 Message Date
Danny Mayer a59a1d313a Updated .mak files to remove dependancies 2001-08-02 07:05:43 +00:00
Andreas Gustafsson 2627aca3bb oops, one too may CFLAGS snuck in 2001-08-01 22:16:06 +00:00
Andreas Gustafsson 0a53284205 951. [bug] CFLAGS was not passed to the linker when
linking some of the test programs under
                        bin/tests. [RT #1555].
2001-08-01 22:06:29 +00:00
Andreas Gustafsson e0315f2160 added 'masterfile' system test to make sure
rt #1558 does not happen again
2001-08-01 19:01:02 +00:00
Brian Wellington 44c141f947 949. [bug] host was unable to print records larger than 512
bytes. [RT #1557]
(the limit is now 32K)
2001-08-01 16:18:56 +00:00
Andreas Gustafsson b76883e1cc issue a more descriptive error message when multiple conflicting
forwarding policies are configured
2001-07-31 19:22:51 +00:00
Andreas Gustafsson 4e6b8a18ff update_copyrights 2001-07-31 00:03:21 +00:00
Mark Andrews c38b92000c 947. [bug] dns_rdata_soa_t had a badly name element "mname" which
was really the RNAME field from RFC1035.  To avoid
                        confusion and silent errors that would occur it ther
                        "origin" and "mname" elements were given their correct
                        names "mname" and "rname" respectively, the "mname"
                        element is renamed to "contact".
2001-07-30 01:09:14 +00:00
Brian Wellington ecc38edf79 make +trace and +nssearch work together 2001-07-29 23:23:42 +00:00
Danny Mayer 238e6556ea Restore dnssec-signzone to list of binaries to install 2001-07-28 02:45:07 +00:00
Brian Wellington 3d388146c6 if both +trace and +nssearch are specified, ignore the second one. 2001-07-28 01:41:28 +00:00
Brian Wellington a0d965e7b1 comments 2001-07-28 01:01:02 +00:00
Brian Wellington 3806886c28 oops, dig +nssearch and host -C work again. 2001-07-28 00:55:15 +00:00
Brian Wellington d0de20156a Make +trace work. More cleanup. 2001-07-28 00:11:15 +00:00
Brian Wellington 57bccaacd0 cleanup 2001-07-27 22:07:10 +00:00
Andreas Gustafsson 321fd0ceb4 in named-checkconf, pass in the complete path of named.conf
as NAMED_CONFFILE instead of constructing it by compile-time concatenation of NS_SYSCONFDIR
and /named.conf, to facilitate win32 support
2001-07-27 17:45:29 +00:00
Brian Wellington 1d78c8d7cd unused variables 2001-07-27 17:39:10 +00:00
Brian Wellington 637b4b4392 simplify header printing code. 2001-07-27 06:45:20 +00:00
Brian Wellington 0e0e575ec1 unused variables and stuff 2001-07-27 06:11:10 +00:00
Brian Wellington f3f143f249 simplify TSIG key loading 2001-07-27 05:52:45 +00:00
Brian Wellington 46e349e515 more minor cleanup 2001-07-27 05:41:46 +00:00
Brian Wellington f9521c63ea minor cleanup 2001-07-27 05:26:38 +00:00
Danny Mayer 1f43af072f Added named-check* apps to install list 2001-07-27 05:06:34 +00:00
Danny Mayer ed1f8b162a added named.key file path to global variable 2001-07-27 05:02:11 +00:00
Danny Mayer 66a38d1693 Changed log to logc to allow VC++ to compile it on win32 2001-07-27 04:59:01 +00:00
Danny Mayer a246e32f29 win32 build files for named-check* 2001-07-27 04:57:24 +00:00
Brian Wellington a781910430 #define PATH_MAX if it's not already defined (such as on HURD) [RT #1543] 2001-07-26 22:09:25 +00:00
Andreas Gustafsson 113b83a9e2 always build cfg_test, since it is now needed when
regenerating the documentation
2001-07-26 21:33:28 +00:00
Brian Wellington 26a5f97dd8 Don't refer to keys as "TSIG keys", since they might be used for rndc only,
and this could be confusing.
2001-07-26 20:54:35 +00:00
Brian Wellington ee3ab6063d 945. [func] Add the new view-specific options
"match-destinations" and "match-recursive-only".
2001-07-26 20:42:46 +00:00
Andreas Gustafsson 929b55a64d consistency 2001-07-26 20:37:26 +00:00
Andreas Gustafsson 05de675386 removed nonportable declaration of h_errno as h_errno is not
actually used in this file
2001-07-26 20:26:09 +00:00
Andreas Gustafsson 1ecd9d30a0 pass in the full name of the automatic configuration file from
the Makefile as RNDC_AUTOCONFFILE, so that it too can be overridden on Win32
if necessary
2001-07-26 20:14:46 +00:00
Andreas Gustafsson 5da31b1ebe define RNDC_CONFFILE 2001-07-26 20:08:03 +00:00
Andreas Gustafsson dcfaeabc63 renamed RNDC_SYSCONFPATH to RNDC_CONFFILE; there's
nothing specifically SYS about it
2001-07-26 20:06:22 +00:00
Danny Mayer 922a15c7c0 Changes to support win32 2001-07-26 03:15:16 +00:00
Andreas Gustafsson accf0d5f29 updated usage message 2001-07-23 18:57:53 +00:00
Andreas Gustafsson 4eb5d27bae issue a more specific error message when there is a problem with the
root hints file (such as it not existing)
2001-07-23 17:31:33 +00:00
Andreas Gustafsson b0232b4bbe sloppy formatting 2001-07-23 16:32:40 +00:00
Danny Mayer 80b67b3a4f Modified to initialize conf path at run time and avoid redeclaring h_errno 2001-07-23 02:58:22 +00:00
Brian Wellington a5b9c2b208 943. [bug] The server could crash when receiving a command
via rndc if the configuration file listed only
			nonexistent keys in the controls statement.  [RT #1530]
2001-07-23 01:01:31 +00:00
Brian Wellington a81f09d395 oops, host does look at the 'bytes' field. Pass sevent->n, which should be
correct.
2001-07-22 18:09:46 +00:00
Brian Wellington cfbf09786e The received() function doesn't look at the 'bytes' parameter when doing
an zone transfer, so just pass 0.  [RT #1524]
2001-07-22 18:06:40 +00:00
Danny Mayer 0b98125d1e Added Scripts 2001-07-22 06:16:13 +00:00
Danny Mayer 396ed5ef23 Added new binaries to list 2001-07-22 06:13:57 +00:00
Danny Mayer 1c810e5739 Added Make file 2001-07-22 06:13:20 +00:00
Danny Mayer 45847c3039 Bug fix to support win32 2001-07-22 06:11:44 +00:00
Danny Mayer 63169f237f Make file 2001-07-22 06:10:54 +00:00
Danny Mayer a9c57ae221 Bug fixes to support win32 2001-07-22 06:09:42 +00:00
Danny Mayer 70f500794d Script updates and additions 2001-07-22 06:08:39 +00:00