2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-27 20:49:04 +00:00

25292 Commits

Author SHA1 Message Date
Bob Halley
dad8d67ed0 add isc_mem_strdup 1998-12-30 20:17:02 +00:00
Mark Andrews
566f721b3a dns_name_fromregion() now stops conversion after encountering a root label. 1998-12-21 13:45:03 +00:00
Bob Halley
ea6ace7d0d fix memory leak 1998-12-19 00:22:00 +00:00
Bob Halley
7cfb2cec61 fix comment 1998-12-19 00:15:50 +00:00
Bob Halley
9695806934 Don't allow type 0 to be used in a define. 1998-12-19 00:15:19 +00:00
Bob Halley
a5e49e5f7e exists policy; module documentation 1998-12-19 00:14:33 +00:00
Bob Halley
95bcf47ff9 exists policy 1998-12-19 00:13:59 +00:00
Michael Graff
22c7e1fbca use inet_addr() rather than the newer (and beter) inet_aton(). Solaris
doesn't have inet_aton(), and this was quick enough for a test program.
1998-12-18 22:51:42 +00:00
Michael Graff
53d53f147b pull in <config.h> for possible alternate definition of inline 1998-12-18 22:20:02 +00:00
Michael Graff
dfd9b3fa62 Make this go on aa 1998-12-18 22:02:41 +00:00
Bob Halley
88580572f0 undefine action 1998-12-18 21:17:49 +00:00
Bob Halley
f058f96484 undefine action; assertions 1998-12-18 21:17:37 +00:00
Bob Halley
06c29e22e0 rwlock macros 1998-12-18 21:16:57 +00:00
Bob Halley
2c395a842b undefine action support 1998-12-18 21:16:45 +00:00
Bob Halley
8dcce6f922 change memctx to mem 1998-12-18 19:14:37 +00:00
Bob Halley
4cafb28abc change memctx to mem; cleanups; fix debug trace problem 1998-12-18 19:14:09 +00:00
Bob Halley
b2df2dafcd add ISC_R_NOTFOUND 1998-12-18 19:12:36 +00:00
Bob Halley
2cbb7279ed update 1998-12-18 19:12:00 +00:00
Bob Halley
c9f9dd2dd2 add sym_test 1998-12-18 19:07:29 +00:00
Bob Halley
7c9b885120 add symtab 1998-12-18 19:06:16 +00:00
Michael Graff
222b564ebb clean up memory leaks 1998-12-18 04:03:11 +00:00
Bob Halley
50f3977f4f nits 1998-12-18 02:28:27 +00:00
Bob Halley
8e93971d17 initialize all common event fields 1998-12-18 02:28:12 +00:00
Michael Graff
93e065e7a6 snapshot 1998-12-18 01:48:43 +00:00
Bob Halley
b8255019a5 switch to gtar 1998-12-16 02:40:54 +00:00
Bob Halley
0ab04d76c8 conforming changes for task API revision 1998-12-16 02:05:38 +00:00
Bob Halley
835e240716 The lock must be held when calling SIGNAL 1998-12-16 02:04:43 +00:00
Bob Halley
131b0092c6 Improvements to the task shutdown process:
A shutdown event specification is no longer part of the
	isc_task_create() API.

	Multiple shutdown events can be requested with isc_task_onshutdown().
	Shutdown events are posted LIFO.

	The ability to send events can be enabled and disabled with
	isc_task_allowsend().

	Event actions return void; the only way to shutdown a task is to
	call isc_task_shutdown().

	There are no implicit event discards anymore.  (There is no need for
	them, since event actions cannot request immediate shutdown anymore.)
1998-12-16 02:02:10 +00:00
Bob Halley
8cfc44208a minor shutdown message improvement 1998-12-16 01:56:36 +00:00
Bob Halley
3ee2a218d7 add ISC_R_TASKNOSEND and ISC_R_TASKSHUTTINGDOWN 1998-12-16 01:55:53 +00:00
Bob Halley
4edd745f86 update 1998-12-16 01:54:44 +00:00
Bob Halley
61ca07caec *-dec-osf* cleanup 1998-12-16 01:54:36 +00:00
Bob Halley
6e40c6cc72 add new rdata .h files 1998-12-16 01:54:03 +00:00
Bob Halley
fcedc0b54b cleanups; switch to dns_ types 1998-12-16 01:53:36 +00:00
Bob Halley
a7b6f58693 put bitlabels back 1998-12-16 01:52:41 +00:00
Bob Halley
28767ac23c cleanups; new rdata types 1998-12-16 01:51:31 +00:00
Bob Halley
c71f625e24 add DNS_R_UNKNOWN 1998-12-16 01:50:35 +00:00
Bob Halley
8952830c4a add rdata.h rdataclass.h rdatatype.h 1998-12-16 01:49:58 +00:00
Bob Halley
c6dcc4cc98 add 1998-12-16 01:48:44 +00:00
Bob Halley
a2171e0923 improved Digital UNIX detection 1998-12-14 20:15:05 +00:00
Bob Halley
8c01eddf84 remove rules on distclean, not clean 1998-12-14 01:14:53 +00:00
Bob Halley
3740b569ae the great type change 1998-12-13 23:45:21 +00:00
Bob Halley
26ec6d6655 delete 1998-12-13 22:49:08 +00:00
Bob Halley
1911d3aabe add lib/isc/util.h 1998-12-13 02:05:37 +00:00
Bob Halley
1cef22510e convert to util.h; add magic 1998-12-13 02:04:56 +00:00
Bob Halley
a3002fd5a2 convert to util.h 1998-12-13 02:04:22 +00:00
Bob Halley
674dd7889b convert to util.h; only set magic if ok; forgot detach if mutex init fails 1998-12-13 02:03:46 +00:00
Bob Halley
00abfda448 convert to util.h; set magic only on success 1998-12-13 02:01:01 +00:00
Bob Halley
7a208a07a1 add 1998-12-13 02:00:01 +00:00
Bob Halley
0d38079bdf depend upon libisc.a and libdns.a 1998-12-13 01:59:36 +00:00