bind9/lib
Ondřej Surý 52f98c5734 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes
The common construct seen in the BIND 9 source is func(isc_mem_t *mctx, ...).
Unfortunately, the dnstest.{h,c} has been using mctx as a global symbol, which
in turn generated a lot of errors when update.c got included in update_test.c.

As a rule of thumb, we should avoid naming global symbols with generic names
(like mctx) and we should prefix them with "namespace" (like dt_mctx).
2019-06-19 13:52:19 +02:00
..
bind9 allocate memory for symtab keys 2019-06-10 18:39:53 -07:00
dns Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
irs "dnssec-keys" is now a synonym for "managed-keys" 2019-06-05 07:49:57 -07:00
isc Address GCC 9.1 -O3 compilation warnings 2019-06-11 10:18:23 +02:00
isccc Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
isccfg fail if using both dnssec-keys and managed-keys in the same config 2019-06-05 07:49:57 -07:00
ns Make sure that recursclient gauge is calculated correctly. 2019-06-13 13:35:44 +10:00
samples Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
win32/bindevt Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00