bind9/lib/isc
2018-08-29 22:23:46 +02:00
..
include Fixup Windows build after strerr changes 2018-08-29 21:21:52 +02:00
nls address win32 build issues 2018-05-22 16:32:21 -07:00
pthreads Ensure that POSIX strerror_r variant is use even when _GNU_SOURCE is enabled by default 2018-08-29 13:31:28 +02:00
tests Remove support for legacy systems without inet_{ntop,pton} w/ IPv6 support 2018-08-28 10:31:48 +02:00
unix Ensure that POSIX strerror_r variant is use even when _GNU_SOURCE is enabled by default 2018-08-29 13:31:28 +02:00
win32 Fix InterlockedCompareExchange64Acquire -> InterlockedCompareExchangeAcquire64 and variants 2018-08-29 22:23:46 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
aes.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
api prep 9.13.2 2018-07-03 07:40:29 +00:00
app_api.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
assertions.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
Atffile 3131. [func] Improve scalability by allocating one zone task 2011-07-06 05:05:52 +00:00
backtrace-emptytbl.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
backtrace.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
base32.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
base64.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
bind9.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
buffer.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
bufferlist.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
commandline.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
counter.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
crc64.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
entropy.c Make OpenSSL mandatory 2018-07-19 12:47:03 -04: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 Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
event.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fsaccess.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
hash.c Whitespace fixes 2018-08-23 11:39:01 +02:00
heap.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
hex.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
hmacmd5.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
hmacsha.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
ht.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
httpd.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
iterated_hash.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
lex.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
lfsr.c Replace custom isc_u?intNN_t types with C99 u?intNN_t types 2018-08-08 09:37:28 +02:00
lib.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
log.c Remove legacy support for AIX 2018-08-28 10:31:47 +02:00
Makefile.in Remove isc_keyboard family of functions as they were not used anywhere 2018-08-28 14:37:30 +02:00
md5.c Replace "config.h" with <config.h> 2018-08-16 12:45:59 +02:00
mem.c Refactor *_destroy and *_detach functions to unified order of actions. 2018-08-28 13:15:59 +02:00
mutexblock.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
netaddr.c Remove support for legacy systems without sin6_scope_id 2018-08-28 10:31:48 +02:00
netscope.c Replace custom isc_u?intNN_t types with C99 u?intNN_t types 2018-08-08 09:37:28 +02:00
nonce.c Uninline isc_nonce_buf 2018-05-30 22:43:39 +02:00
openssl_shim.c Put proper guards in openssl_shim.{c,h} when compiling with PKCS#11 2018-06-14 17:58:03 -04:00
openssl_shim.h Put proper guards in openssl_shim.{c,h} when compiling with PKCS#11 2018-06-14 17:58:03 -04:00
parseint.c memmove, strtoul, and strcasestr functions are part of ISO C90, remove the compatibility shim 2018-08-28 10:31:48 +02:00
pk11.c Cleanup couple of set-but-unused errors from Coverity 2018-08-27 10:12:19 -04:00
pk11_result.c Make OpenSSL mandatory 2018-07-19 12:47:03 -04:00
pool.c Change isc_random() to be just PRNG, and add isc_nonce_buf() that uses CSPRNG 2018-05-29 22:58:21 +02:00
portset.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
quota.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
radix.c Refactor *_destroy and *_detach functions to unified order of actions. 2018-08-28 13:15:59 +02:00
random.c Include threads.h for thread_local 2018-08-27 16:41:43 +02:00
ratelimiter.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
regex.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
region.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
result.c Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
rwlock.c Directly use return value of atomic_compare_exchange_strong_explicit insteaf of comparing expected value 2018-08-28 12:15:39 +02:00
serial.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
sha1.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
sha2.c Replace custom isc_u?intNN_t types with C99 u?intNN_t types 2018-08-08 09:37:28 +02:00
sockaddr.c Ignore sockaddr_{sin,sin6,sun}.{sin,sin6,sun}_len even on systems that define it 2018-08-28 10:31:48 +02:00
socket_api.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
stats.c Remove isc_atomic usage from rwlock.c and stats.c 2018-08-28 12:15:39 +02:00
string.c Fixup Windows build after strerr changes 2018-08-29 21:21:52 +02:00
symtab.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
task.c Remove unthreaded support 2018-08-16 17:18:52 +02:00
taskpool.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
timer.c Remove legacy support for Tru64 2018-08-28 10:31:47 +02: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 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
version.c address win32 build issues 2018-05-22 16:32:21 -07:00
xoshiro128starstar.c Include threads.h for thread_local 2018-08-27 16:41:43 +02:00