2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
Commit Graph

1434 Commits

Author SHA1 Message Date
Mark Andrews
c4ef94b1a2 Add 32 bit serial arithmetic support. 1999-08-30 14:45:01 +00:00
Mark Andrews
686b27bfd3 Initial zone code. Minimally functional. 1999-08-30 14:37:45 +00:00
Bob Halley
a0c881832e fix typo, linux problems 1999-08-28 19:30:23 +00:00
Michael Graff
194b6a2519 make sendmsg() and recvmsg() work on solaris and hpux through nasty methods 1999-08-28 05:34:41 +00:00
Michael Graff
2dcb05b6a8 more portable method to generate v6 from v4 sockaddrs 1999-08-28 05:33:29 +00:00
Michael Graff
c9b758b7c3 ipv4/ipv6 changes 1999-08-28 04:29:04 +00:00
Michael Graff
e417ec684f use sendmsg() rather than send() or sendto() now, and start on control message
processing
1999-08-28 04:26:49 +00:00
Michael Graff
7b0fde02e4 define a few socket event (read/write) attributes 1999-08-28 04:26:16 +00:00
Michael Graff
287a9e6ce0 reserve lower 8 bits for task library, higher 24 for application/library use 1999-08-28 04:25:48 +00:00
Michael Graff
ee7c4a9d17 On Diital Unix, define _SOCKADDR_LEN now, since sendmsg() needs it. 1999-08-28 04:22:18 +00:00
Michael Graff
a30e7fc234 regen after configure.in changes 1999-08-28 04:21:51 +00:00
Michael Graff
fda84c1687 local (to us) definitions need to appear in this file! 1999-08-28 04:21:26 +00:00
Bob Halley
eeffa709e5 update 1999-08-28 01:49:10 +00:00
Bob Halley
d66d2cb728 add comment 1999-08-28 01:48:48 +00:00
Brian Wellington
06aa41fbf7 fix compiler warnings on alpha 1999-08-27 21:12:28 +00:00
Bob Halley
a7c7193f98 update 1999-08-27 21:10:28 +00:00
Bob Halley
b87f642d05 forgot to substitute .o 1999-08-27 21:10:19 +00:00
Bob Halley
0fde58a767 move IPv6 testing code after libtool 1999-08-27 21:08:40 +00:00
Bob Halley
f53a76bb5c update 1999-08-27 20:34:48 +00:00
Bob Halley
9d783750e5 ignore .libs 1999-08-27 20:19:40 +00:00
Bob Halley
f508da4200 libtoolize 1999-08-27 20:18:03 +00:00
Bob Halley
28577e973b a more stylish fix for empty nodes 1999-08-27 19:51:41 +00:00
Bob Halley
1f507a3121 handle empty nodes 1999-08-27 19:48:39 +00:00
Bob Halley
1f0e73c21f include name.h 1999-08-27 18:42:15 +00:00
Bob Halley
b78028df07 include tsig.h 1999-08-27 18:41:15 +00:00
Bob Halley
241c94301b get rid of warning 1999-08-27 18:40:57 +00:00
Andreas Gustafsson
ea530fd748 xfrin_test now takes no arguments 1999-08-27 18:35:05 +00:00
Andreas Gustafsson
80afc68f77 create diffs from axfr; numerous bug fixes 1999-08-27 18:30:59 +00:00
Andreas Gustafsson
0818d0a764 support slave zones 1999-08-27 18:30:00 +00:00
Brian Wellington
b0a1546de9 dst_sig_size fix 1999-08-27 15:56:33 +00:00
Andreas Gustafsson
6c2add5009 don't test cache databases for secure status 1999-08-27 12:01:00 +00:00
Bob Halley
439781aaff add 1999-08-27 01:34:21 +00:00
Bob Halley
10a05eabf2 remove 1999-08-27 01:34:01 +00:00
Bob Halley
35a7ec9864 downcase testing 1999-08-26 21:08:13 +00:00
Bob Halley
d2524f38d2 dns_name_downcase() API change 1999-08-26 21:07:56 +00:00
Bob Halley
6e952e42e5 allow name downcasing inplace or to another name 1999-08-26 21:07:38 +00:00
Brian Wellington
4dc6a937d6 DST_SIG_MODE -> DST_SIGMODE 1999-08-26 20:41:54 +00:00
Bob Halley
5e3bbdb349 Improve comments on NXT finding. 1999-08-26 17:56:12 +00:00
Andreas Gustafsson
99934f36a2 dns_journal_commit() was declared twice; some cosmetic changes 1999-08-26 12:36:11 +00:00
Bob Halley
422e7d007d lint 1999-08-26 07:14:25 +00:00
Bob Halley
549b6394e0 NXDOMAIN NXT support 1999-08-26 07:14:06 +00:00
Bob Halley
732e537cdc NXDOMAIN NXT support 1999-08-26 07:00:43 +00:00
Michael Graff
b39326d06e sizeof() the right thing 1999-08-26 01:29:17 +00:00
Michael Graff
483e300c61 use recvmsg() and sendmsg() 1999-08-25 23:50:48 +00:00
Michael Graff
5926ac3528 assume success 1999-08-25 23:50:03 +00:00
Brian Wellington
27d40198de comment updates 1999-08-25 15:05:37 +00:00
Brian Wellington
183d6e8b51 bugfix, don't add temporary keys to the master list 1999-08-25 14:43:45 +00:00
Brian Wellington
8ee1eaab0b various bug fixes 1999-08-25 14:22:38 +00:00
Brian Wellington
d8813e2cee implemented to/from/free_struct 1999-08-25 14:18:35 +00:00
Andreas Gustafsson
e3c6d92121 fixed memory leaks; added missing dns_diff_clear() 1999-08-25 10:52:57 +00:00