2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 08:35:31 +00:00
Commit Graph

14012 Commits

Author SHA1 Message Date
Brian Wellington
b6b0966e6a mode should be an unsigned int 1999-08-31 14:59:08 +00:00
Brian Wellington
b5da378f29 fixes to totext and tostruct 1999-08-31 14:55:47 +00:00
Mark Andrews
5cf7c8439c Add serial.c 1999-08-30 14:47:12 +00:00
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
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
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
1f0e73c21f include name.h 1999-08-27 18:42:15 +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
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
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
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
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
Andreas Gustafsson
b59d3a39f9 xfrin_test now takes a view, not a dbtable 1999-08-25 06:46:01 +00:00
Andreas Gustafsson
35260b8413 bug fixes: missing 'recvs++'; missing view in dbi; minor cleanup 1999-08-25 06:39:19 +00:00
Andreas Gustafsson
169a0b9252 cut-and-paste-o 1999-08-24 06:46:48 +00:00
Andreas Gustafsson
53d251b1ac 80 columns 1999-08-24 06:45:39 +00:00
Andreas Gustafsson
bdd7e2e466 longer timeout; 80 columns 1999-08-24 06:43:19 +00:00
Brian Wellington
cbe4e921bc more compiler warnings removed 1999-08-20 20:44:03 +00:00
Brian Wellington
fffd68f1bc update to openssl-0.9.4, remove compile-time warnings 1999-08-20 20:06:33 +00:00
Brian Wellington
6d4886fa74 Added support for TSIG records in message and resolver subsystems, added
tsig to_struct/from_struct
1999-08-20 18:56:24 +00:00
Brian Wellington
382442e200 Increased size of a few buffers, removed references to cylink toolkit. 1999-08-20 17:03:30 +00:00
Brian Wellington
04b8111f21 Added TSIG specific error codes 1999-08-20 17:02:15 +00:00
Brian Wellington
e22d03eb45 Added dns_name_downcase 1999-08-20 17:01:06 +00:00
Bob Halley
6ee1fca9b2 Add some comments about the type of various offsets.
#include <isc/net.h> to get the prototype for ntohl().
1999-08-20 16:21:00 +00:00
Andreas Gustafsson
271fa93020 added sanity check of journal RR size 1999-08-20 12:31:27 +00:00
Andreas Gustafsson
df6699ac61 view.h needs <isc/mutex.h> 1999-08-20 06:12:31 +00:00
Andreas Gustafsson
308c7ad5f6 new result code DNS_R_UPTODATE 1999-08-20 06:10:31 +00:00
Andreas Gustafsson
8dec0e1a3e dns_message_parse now takes new argument 'preserve_order' 1999-08-20 06:09:46 +00:00
Andreas Gustafsson
d347e7af94 dns_message_parse now takes new argument 'preserve_order'; support RR data >512 bytes 1999-08-20 06:08:39 +00:00
Andreas Gustafsson
4cd3d6df39 initial checkin 1999-08-20 05:35:16 +00:00