Commit Graph
5328 Commits
Author SHA1 Message Date
Michael Sawyer 978d58182e Typo 2000-06-19 19:06:47 +00:00
Andreas Gustafsson 91306d962f added LN macro, for linking binaries that can
be invoked by multiple names
2000-06-19 19:04:48 +00:00
David Lawrence 2376cd7f84 There is no "unix" subdirectory here. 2000-06-19 19:01:52 +00:00
Michael Sawyer a414896ee9 +ad/+noad option conflicting with +additional/+noadditional option 2000-06-19 19:00:49 +00:00
Brian Wellington 593399a67a lwresd is no longer named -r, it's now a link 2000-06-19 18:55:46 +00:00
David Lawrence cd720113a2 add missing void prototypes, use ISC_TF to assign a boolean from an expression 2000-06-19 18:54:45 +00:00
Brian Wellington c9c1d17413 Use ISC_FORMAT_PRINTF for fatal 2000-06-19 18:04:22 +00:00
Brian Wellington 0c7b7a19e5 Use GCC's format attribute for better error checking when possible. 2000-06-19 18:02:32 +00:00
David Lawrence 41c2511119 return() from main 2000-06-19 17:49:54 +00:00
Brian Wellington 1f27f34aee Incorrect arguments passed to fatal() 2000-06-19 17:44:53 +00:00
Brian Wellington 4e3316d1b7 isc_log_write called with extra parameter, typos 2000-06-19 17:41:42 +00:00
David Lawrence 29953187b6 ok, this is The Last Time mucking with the dang
offset overflow check.  the expression has been simplified and if
this causes warnings on any platform now i'm gonna go postal.
2000-06-19 17:16:44 +00:00
Michael Graff 7685c082c8 remove flags from source types. It was never used, and probably shouldn't be there. 2000-06-17 01:42:21 +00:00
Michael Graff fd316ab4f9 snapshot 2000-06-17 01:30:40 +00:00
Michael Graff 9ceb50ed04 protect isc_entropy_stats() with a lock, and use a static dumpstats() internally when a lock is already held, for debugging. Add isc_entropy_putdata() which can be used to prime the pool. 2000-06-17 00:43:11 +00:00
Michael Sawyer 0c21ac7de1 More progress toward getting nsupdate done. Preq fields are still
invalid, but many memory leaks cleared up.
2000-06-17 00:16:50 +00:00
Michael Graff b1ef8f6401 s/addr_t/t_addr_t/ 2000-06-17 00:16:29 +00:00
Michael Graff 5f6f061e40 PASS or FAIL, not PASSED or FAILED. 2000-06-16 23:38:42 +00:00
Michael Graff ab1b2bdc19 comment 2000-06-16 23:12:37 +00:00
Andreas Gustafsson 29f6dfa76c work around NetBSD shell bug bin/10379 2000-06-16 22:39:45 +00:00
Michael Graff 57ded06933 fix multicast test 2000-06-16 22:35:36 +00:00
Michael Graff d53bdd194f add v6 multicast tests 2000-06-16 22:35:06 +00:00
Michael Graff 0111b7c5e1 enable multicast address check tests 2000-06-16 22:21:34 +00:00
Michael Graff a802ec87b6 ignore this, too 2000-06-16 22:17:40 +00:00
Michael Graff a453f5b98e start on basic network tests. In this case, isc_{net,sock}addr_ismulticast() 2000-06-16 22:17:11 +00:00
Andreas Gustafsson e9b576d1d3 updated drafts 2000-06-16 21:52:02 +00:00
Andreas Gustafsson 12dd8db40b don't indent comments by one space 2000-06-16 21:45:51 +00:00
Michael Graff 83ea3fdeb5 start on network tests 2000-06-16 21:05:55 +00:00
James Brister 8c6d2de9c2 Perl script for testing what currently works in the Perl config library
interface module.
2000-06-16 20:48:58 +00:00
James Brister 0efe50faac Sample named.conf file for testing. 2000-06-16 20:48:03 +00:00
James Brister b1e973dba2 Perl script for creating a platform specific Makefile for building
Perl config library interface.
2000-06-16 20:47:22 +00:00
James Brister c00db9da64 SWIG input file for Perl interface to config library. 2000-06-16 20:46:23 +00:00
James Brister 51f90e94e4 Ugly, but necessary, macros for creating definitions used in new perl
interface to dns_c_* library.
2000-06-16 20:45:26 +00:00
Andreas Gustafsson 7beeb415ca minor editing 2000-06-16 19:51:34 +00:00
Michael Sawyer 136044ca99 Checkpoint.
Section 2.5.3 messages now generated correctly.
2000-06-16 18:54:33 +00:00
Michael Sawyer 9b3a69e6a7 Improved printing of DynDNS packets in *totext. 2000-06-16 18:48:41 +00:00
Michael Sawyer 6dd86183b0 Revert 1.126 -> 1.125 2000-06-16 18:27:49 +00:00
Michael Graff ca53839147 temp. change -- don't filter mcast yet 2000-06-16 18:10:44 +00:00
Michael Sawyer 518c9fea58 Add ability to set AD and CD flags in outgoing query. 2000-06-16 18:00:05 +00:00
Michael Sawyer 3238566d66 Change counts on message_totext to use update names when un update message
Improve handling of rdatasets without rdata.
2000-06-16 17:48:05 +00:00
Michael Sawyer 2ca0be2bb8 Checkpoint. More or less functional now, though there are known bugs
and places where it's just generally too difficult to use.
2000-06-16 17:10:02 +00:00
Andreas Gustafsson 8ed2c82a73 do not use initial caps in log messages 2000-06-16 15:51:58 +00:00
Brian Wellington f6c700247a Failing to open/bind the lwresd socket should be a fatal error, since
it's only attempted if the user explicitly calls named with -r.
2000-06-16 07:42:41 +00:00
Brian Wellington 7777118507 (#260) Running named as a non-root user failed on Linux kernels new enough to
support retaining capabilities after setuid().
2000-06-16 07:35:54 +00:00
Brian Wellington bb54e57a8e Fix shutdown problems associated with lwresd. 2000-06-16 07:21:13 +00:00
David Lawrence fc4624ce76 include <dns/view.h> 2000-06-16 03:26:55 +00:00
Michael Graff aad37e39b3 protect sin6_scope_id 2000-06-16 01:44:15 +00:00
Brian Wellington ab39ce8a64 Added <isc/print.h> for snprintf 2000-06-16 01:40:36 +00:00
Michael Graff 29a2e0c9b5 Bring back warnings we supressed for b4 :) 2000-06-16 01:39:05 +00:00
Brian Wellington 878d3073b1 First pass at merging lwresd into named. Seems to work, but doesn't shut down
properly.  Run named with 'named -r' to test.
2000-06-16 01:39:02 +00:00