Commit Graph
5575 Commits
Author SHA1 Message Date
Andreas Gustafsson 45340ebd2d don't call gethostbyname() with dotted quad argument;
don't hardcode PF_INET and SOCK_STREAM; improve error reporting;
indent by 8 spaces
2000-06-24 23:09:44 +00:00
Andreas Gustafsson 34274c3cd6 edited 2000-06-24 21:36:38 +00:00
Michael Sawyer 258b178806 It's probably not a good idea to check in the test script with a debugging
patch intended to make it fail, regardless of the test status.
2000-06-24 01:44:28 +00:00
Brian Wellington 0529b1c2bf Hopefully work on some more platforms. 2000-06-23 22:39:21 +00:00
Brian Wellington 3d776d7629 Add CCOPT to hold compiler options that aren't includes or defines 2000-06-23 22:38:26 +00:00
David Lawrence ace0d6e296 util/Makefile.in not needed now that distclean removes util/conf.sh from the
top level directory
2000-06-23 22:37:46 +00:00
Michael Graff d0971f8d82 Only call AC_CHECK_LIB(pthread, ...) if not on NetBSD, since it is handled specially elsewhere. 2000-06-23 22:32:52 +00:00
James Brister 8775909be9 282. [bug] lexer now returns ISC_R_RANGE if parsed integer is
too big for an usigned long.
2000-06-23 22:32:10 +00:00
James Brister 406ce0cd96 281. [bug] fixed list of recognised config file category names. 2000-06-23 22:30:02 +00:00
David Lawrence c4c5c242cd when changing the name of a parameter, remember to change the uses of it. duh. 2000-06-23 22:28:22 +00:00
David Lawrence df0036cbcd backlog argument to omapi_listener_listen was changed to unsiged 2000-06-23 22:22:24 +00:00
David Lawrence 24de6390c1 "entropy.c", line 1319: remark(1552): variable "ent" was set but never used 2000-06-23 22:06:47 +00:00
Brian Wellington 8b65cde911 without -n, we can probe for the number of CPUs 2000-06-23 21:52:55 +00:00
David Lawrence 438d4a305d include order lint 2000-06-23 21:43:46 +00:00
David Lawrence 48cfd6b4fc omapi_protocol_connect's port argument type changed to in_port_t. 2000-06-23 21:36:57 +00:00
David Lawrence 8ab36dee9c connect_toserver's port argument type changed to in_port_t.
socket variable renamed sock to avoid reserved name conflict.
2000-06-23 21:36:17 +00:00
David Lawrence 4b60cab173 "delete" function pointer changed to "expunge" to avoid C++ reserved word
conflict, and renamed object_methoddelete to object_methodexpunge for
consistency
2000-06-23 21:28:31 +00:00
Michael Sawyer 0a7c55d181 Add distclean target, different from clean target, which removes .run files 2000-06-23 21:28:17 +00:00
David Lawrence 9151d6e15c tabify and auto-enable hard tabs for emacs users. 2000-06-23 21:25:47 +00:00
David Lawrence 2f2e3e1c38 do not descend util subdirectory; it is not distributed in the kit.
remove util/conf.sh with "make distclean".
2000-06-23 21:22:20 +00:00
Brian Wellington a797a75953 isc-config.sh 2000-06-23 21:21:56 +00:00
Brian Wellington 0c7426a8e9 Remove omapi support and only include platform specific libs when needed. 2000-06-23 21:19:57 +00:00
Mark Andrews 24a1638a72 add 5000.example verification test 2000-06-23 21:19:21 +00:00
Brian Wellington 3ee5e4d6a4 install isc-config.sh 2000-06-23 21:19:05 +00:00
Michael Sawyer 4d5ef1c0cf Loop over server start test 2000-06-23 21:17:02 +00:00
David Lawrence 8db07dbeb9 "delete" function pointer changed to "expunge" to avoid C++ reserved word
conflict, and renamed object_methoddelete to object_methodexpunge for
consistency
2000-06-23 21:05:22 +00:00
Michael Sawyer 6bc106bb7e include isc/result.h 2000-06-23 20:57:19 +00:00
Brian Wellington 82f7431741 Ignore isc-config.sh 2000-06-23 20:52:54 +00:00
Brian Wellington c7dd0420a2 Add isc-config.sh 2000-06-23 20:52:35 +00:00
Michael Sawyer 167f530b5b Only test rendering class for != NONE/ANY in non-update messages 2000-06-23 20:47:23 +00:00
Michael Sawyer 7b19817cb8 Add key support to nsupdate 2000-06-23 20:46:25 +00:00
David Lawrence 1c12b87999 "remove" structure member renamed to "delete" renamed to avoid reserved word
conflict, and renamed object_methodremove to object_methoddelete for
consistency
2000-06-23 20:30:28 +00:00
David Lawrence 17d91fddb3 279. [bug] Private omapi function symbols shared between
two or more files in libomapi.a were not namespace
                        protected using the ISC convention of starting with
                        the library name and two underscores ("omapi__"...)
2000-06-23 20:19:02 +00:00
David Lawrence 107a15b0d8 index renamed to idx to avoid reserved word conflict 2000-06-23 20:05:00 +00:00
David Lawrence b2728187cc length should be unsigned in omapi_data_dereference 2000-06-23 20:04:25 +00:00
David Lawrence 571e433d03 argument to omapi_object_setinter should be int 2000-06-23 20:03:56 +00:00
Michael Graff 79f9369c4f gc DOIO_UNEXPECTED as it was never used 2000-06-23 19:58:38 +00:00
David Lawrence 9036b318cd ignore Makefile 2000-06-23 18:00:46 +00:00
David Lawrence a38e5f0695 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
note of when isc_log_categorybyname() wasn't able
                        to find the category name and would then apply the
                        channel list of the unknown category to all categories.
2000-06-23 17:59:08 +00:00
David Lawrence c244584cad 276. [bug] isc_log_categorybyname() and isc_log_modulebyname()
would fail to find the first member of any category
                        or module array apart from the internal defaults.
                        Thus, for example, the "notify" category was improperly
                        configured by named.

This resolves RT #132, "Logging channels definition problems."
2000-06-23 17:52:20 +00:00
David Lawrence 42c6a8c74a descend to util subdirectory 2000-06-23 17:52:07 +00:00
David Lawrence 3c04ed7c95 extraneous argument to isc_log_write1() format 2000-06-23 17:44:45 +00:00
Mark Andrews b74e3d974b comment update 2000-06-23 17:30:59 +00:00
Mark Andrews b03a619e1d set AA in notify messages 2000-06-23 17:26:38 +00:00
Mark Andrews 1a43bb06d2 Add limits tests. 2000-06-23 17:10:09 +00:00
Mark Andrews 2a3d8a972f add 2000-06-23 17:05:47 +00:00
Mark Andrews 35f36a82bf add knowngood's 2000-06-23 17:05:11 +00:00
Mark Andrews d7c6323874 Add various knowngood file 2000-06-23 16:56:42 +00:00
Mark Andrews 0acda4fb5b added a-maximun-rrset.example 2000-06-23 16:55:11 +00:00
Mark Andrews abeb505bb6 276. [bug] dig now supports maximum sized TCP messages. 2000-06-23 16:53:53 +00:00