Commit Graph
9677 Commits
Author SHA1 Message Date
Andreas Gustafsson 60dcbecf04 Instead of choosing between memcpy and memmove at run time, call
memmove unconditionally since any reasonable implementation of
memmove will perform such a choice internally, and also doing it
in the caller duplicates the effort.
2001-06-28 21:34:11 +00:00
Andreas Gustafsson b1a7fea53c brace style 2001-06-28 21:21:39 +00:00
Andreas Gustafsson 6af37648dd edited 2001-06-28 21:21:13 +00:00
Andreas Gustafsson 00205e27e8 lib/bind is now built by default 2001-06-28 21:19:13 +00:00
Andreas Gustafsson 9ffd207c48 regenerated 2001-06-28 21:18:32 +00:00
Brian Wellington ff8335f908 regen 2001-06-28 17:45:05 +00:00
Brian Wellington ea562e4401 Properly set _GNU_SOURCE on linux 2001-06-28 17:44:53 +00:00
Brian Wellington cab94c1516 'make distclean' should remove files created by configure. 2001-06-28 17:35:49 +00:00
Mark Andrews fa010adc23 913. [bug] More max-cache-size tuning. 2001-06-28 13:55:47 +00:00
Mark Andrews dee489d6c1 incremental_cleaning_action() is now re-called as a result of normal event
processing, not as the result of timer action.
2001-06-28 13:51:40 +00:00
Danny Mayer f47c41b5fe htons expects an unsigned short for the argument 2001-06-28 06:02:18 +00:00
Mark Andrews 1e34f21f4c regen 2001-06-28 04:29:07 +00:00
Mark Andrews 93810b1ace add aix 2001-06-28 04:27:56 +00:00
Mark Andrews 73620f726a regen 2001-06-28 02:58:27 +00:00
Mark Andrews c3a5709c2b autoconf swallowed the [ ] in case statement 2001-06-28 02:57:23 +00:00
Mark Andrews b52c49c6e1 lower unknown class/view to DEBUG(1) 2001-06-28 02:39:46 +00:00
Mark Andrews 9717202925 wire in lib/bind after everything else 2001-06-28 02:30:29 +00:00
Mark Andrews d63b6310b4 regen 2001-06-28 02:25:25 +00:00
Mark Andrews be801b0fdb wire in lib/bind 2001-06-28 02:24:07 +00:00
Mark Andrews c18d42b96b use MEM_RECORD rather than debugging > 1 2001-06-28 01:57:34 +00:00
Mark Andrews 594a685c8d Add ISC_MEM_DEBUGGING to set default compile time flags.
Remember ISC_MEM_DEBUGRECORD state when isc_mem_create() is called as
it is dangerous to change this afterwards.
2001-06-28 01:51:20 +00:00
Andreas Gustafsson 336ca4423f support building from a tar.gz file, not just from CVS 2001-06-28 01:34:01 +00:00
Mark Andrews fa10bed228 remove "gross hack" as per request. 2001-06-28 01:08:24 +00:00
Mark Andrews f08378699a gross hack to set isc_mem_debugging as it needs to be set before any
isc_mem_create() calls.
2001-06-27 23:50:50 +00:00
Mark Andrews 235839b7ef All memory debugging flags to be set from the command line. 2001-06-27 23:30:22 +00:00
Mark Andrews 950d71eee3 allow maximum inuse memory to be tracked. 2001-06-27 23:29:29 +00:00
David Lawrence 6817b32d2c Revert "incremental cleaning should actually clean" because it already did.
dns_dbiterator_setcleanmode(cleaner->iterator, ISC_TRUE) causes
dns_dbiterator_current() to do node expiry.
2001-06-27 20:18:03 +00:00
Andreas Gustafsson c02efcf0ab clarified that the transfer-format option is used on the master, not the slave 2001-06-27 17:48:32 +00:00
Mark Andrews ba94ff2e56 incremental cleaning should actually clean.
end_cleaning wants busy not idle
2001-06-27 14:48:21 +00:00
Mark Andrews c86b6051b6 hp cleanup 2001-06-27 12:29:41 +00:00
Brian Wellington 09f3e7461f rndc-confgen didn't build when the --with-openssl configure flag was used 2001-06-27 06:32:20 +00:00
Danny Mayer 53bc020d74 modified to use isc_file_rename instead of rename 2001-06-27 04:37:11 +00:00
Danny Mayer 11c7a43642 type needed to be defined as dns_rdatatype_t instead of int in rdataset_totext() 2001-06-27 04:30:37 +00:00
Brian Wellington f215881bb0 removed unnecessary const [RT #1440] 2001-06-27 04:21:18 +00:00
Mark Andrews b6f0efbf3e aix namespace collision ERR -> EV_ERRR 2001-06-27 03:55:48 +00:00
Andreas Gustafsson 07c336a9a8 912. [bug] Attempts to set the 'additional-from-cache' or
'additional-from-auth' option to 'no' in a
                        server with recursion enabled will now
                        be ignored and cause a warning message.
                        [RT #1145]
2001-06-26 23:53:39 +00:00
Andreas Gustafsson acb9bc5b5a repeated word 2001-06-25 23:50:33 +00:00
Andreas Gustafsson 8bcf7a1579 spacing; tabify 2001-06-25 17:14:30 +00:00
Mark Andrews 712fa28946 911. [placeholder] 2001-06-25 13:35:36 +00:00
Mark Andrews 98b2d12313 rejen 2001-06-25 13:27:29 +00:00
Mark Andrews 51cb4eba54 aix & hp 2001-06-25 13:22:33 +00:00
Mark Andrews f2a16ec2e8 Change wording
910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
                        IN6ADDR_ANY_INIT. [RT# 1416]
2001-06-25 04:28:25 +00:00
Mark Andrews 2bc98b7d91 910. [port] Some pre-RFC2133 IPv6 do not define IN6ADDR_ANY_INIT. 2001-06-25 03:56:58 +00:00
Mark Andrews 9432c5ee8b pullup:
64 bit alignment is only required on 64 bit machines
2001-06-25 00:30:46 +00:00
Mark Andrews 768d8c0ceb _SOCKADDR_LEN 2001-06-23 04:02:24 +00:00
Mark Andrews 14c32141f7 regen 2001-06-23 03:45:35 +00:00
Mark Andrews 008616624a extra commas 2001-06-23 03:44:11 +00:00
Mark Andrews 0cbda00d11 regen 2001-06-23 02:17:13 +00:00
Mark Andrews bf92294d2a osf sethostent_r 2001-06-23 02:16:13 +00:00
Mark Andrews a4786a3117 uint#_t 2001-06-23 02:11:08 +00:00