bind9/lib/isc
Ondřej Surý af1b56240f Resolve the overlinking of the system libraries
Originally, every library and binaries got linked to everything, which
creates unnecessary overlinking.  This wasn't as straightforward as it
should be as we still support configuration without libtool for 9.16.

Couple of smaller issues related to include headers and an issue where
sanitizer overload dlopen and dlclose symbols, so we were getting false
negatives in the autoconf test.
2020-05-11 09:49:54 +02:00
..
include Refactor the code using the pk11 ECC constants. 2020-05-01 06:54:27 +02:00
netmgr Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
pthreads Fixup the headers formatting 2020-03-11 10:23:35 +01:00
tests Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
unix Don't set UDP recv/send buffer sizes - use system defaults (unless explicitly defined) 2020-05-01 17:47:19 +02:00
win32 Stop leaking OpenSSL types and defines in the isc/safe.h 2020-04-28 16:27:39 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
aes.c Use the new sorting rules to regroup #include headers 2020-03-11 08:55:12 +00:00
api prep 9.16.2 2020-04-16 23:07:40 +02:00
app.c Use the new sorting rules to regroup #include headers 2020-03-11 08:55:12 +00:00
assertions.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
astack.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
backtrace-emptytbl.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
backtrace.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
base32.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
base64.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
bind9.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
buffer.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
bufferlist.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
commandline.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
counter.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
crc64.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
entropy.c Use the new sorting rules to regroup #include headers 2020-03-11 08:55:12 +00:00
entropy_private.h Replace custom isc_u?intNN_t types with C99 u?intNN_t types 2018-08-08 09:37:28 +02:00
error.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
event.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
fsaccess.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
hash.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
heap.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
hex.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
hmac.c Stop leaking OpenSSL types and defines in the isc/hmac.h 2020-04-28 16:28:54 +02:00
hp.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
ht.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
httpd.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
iterated_hash.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
lex.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
lfsr.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
lib.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
log.c Work around an MSVC bug 2020-04-08 14:29:22 +02:00
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
md.c Stop leaking OpenSSL types and defines in the isc/md.h 2020-04-28 15:24:07 +02:00
mem.c Simplify hash computation to prevent pointer being classed as tainted. 2020-02-28 09:06:09 +11:00
mem_p.h retain a minimal "methods" struct in the mctx 2018-10-18 09:19:12 +00:00
mutexblock.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
netaddr.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
netscope.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
nonce.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
openssl_shim.c Use the new sorting rules to regroup #include headers 2020-03-11 08:55:12 +00:00
openssl_shim.h Merge branch '46-add-curly-braces' into 'master' 2020-02-13 21:28:35 +00:00
parseint.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
pk11.c Fix a segfault when a PKCS#11 token is not found. 2020-05-01 06:54:26 +02:00
pk11_result.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
pool.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
portset.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
queue.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
quota.c Add a quota attach function with a callback, some code cleanups. 2020-03-30 10:29:33 +02:00
radix.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
random.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
ratelimiter.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
regex.c fix spelling errors reported by Fossies. 2020-02-21 07:05:31 +00:00
region.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
result.c Use isc_rwlock for isc_result tables 2020-02-27 12:07:16 +01:00
rwlock.c Merge branch 'ondrej/fix-crash-on-arm64-from-weak-cmpxchg' into 'master' 2020-02-20 19:21:01 +00:00
safe.c Stop leaking OpenSSL types and defines in the isc/safe.h 2020-04-28 16:27:39 +02:00
serial.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
siphash.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
sockaddr.c clean up dead code 2020-03-17 15:33:24 -07:00
stats.c Fix the memory ordering for the isc stats to be acquire-release 2020-04-03 20:22:55 +02:00
string.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
symtab.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
task.c fix spelling errors reported by Fossies. 2020-02-21 07:05:31 +00:00
task_p.h Merge branch '46-just-use-clang-format-to-reformat-sources' into 'master' 2020-02-12 14:51:18 +00:00
taskpool.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
timer.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
timer_p.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
tm.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
version.c Merge branch '46-just-use-clang-format-to-reformat-sources' into 'master' 2020-02-12 14:51:18 +00:00
xoshiro128starstar.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00