getdns/src
Jim Hague 2c6ec5e0be Implement setting up pinset for DANE. Verification to come. 2018-12-11 14:59:21 +00:00
..
compat Bugfix #399: Reinclude <linux/sysctl.h> in getentropy_linux.c 2018-05-15 08:11:55 +02:00
extension Last rename + explicit EMFILE check replacement 2017-11-03 16:42:38 +01:00
getdns Doxygen fixes 2018-03-05 16:12:49 +01:00
gldns Split OpenSSL specific bits of keyraw.hc into keyraw-internal.hc. 2018-11-20 16:51:17 +00:00
gnutls Implement setting up pinset for DANE. Verification to come. 2018-12-11 14:59:21 +00:00
jsmn@c831c3869f /* fallthrough */ must be first comment before case 2017-08-24 13:58:13 +02:00
openssl Rename TLS Interface DANE init to pinset init. That's what it's actually used for. 2018-12-11 12:46:05 +00:00
test Update dependencies for GnuTLS. 2018-12-06 16:35:43 +00:00
tools Update dependencies for GnuTLS. 2018-12-06 16:35:43 +00:00
util Attempt to improve the preprocessor horror that is util/val_secalgo.h. 2018-11-23 16:28:55 +00:00
yxml@10f968b0e7 Add yxml as submodule 2017-06-20 16:00:37 +02:00
Doxyfile.in Rearrange doxygen into subject groups 2017-04-13 20:30:59 +02:00
Makefile.in Update dependencies for GnuTLS. 2018-12-06 16:35:43 +00:00
anchor.c Extract non-OpenSSL specific code from anchor.c, and move it back to common source. 2018-12-06 14:07:32 +00:00
anchor.h Extract non-OpenSSL specific code from anchor.c, and move it back to common source. 2018-12-06 14:07:32 +00:00
const-info.c max_udp_backoff should not be public 2018-03-05 12:42:27 +01:00
const-info.h max_udp_backoff should not be public 2018-03-05 12:42:27 +01:00
context.c Rename TLS Interface DANE init to pinset init. That's what it's actually used for. 2018-12-11 12:46:05 +00:00
context.h Abstracting TLS; let's start with context only. 2018-11-15 11:01:13 +00:00
convert.c libidns2 doesn't detect locale that well... 2018-02-13 16:58:12 +01:00
convert.h First pass at sending packets 2016-04-25 17:21:04 +02:00
debug.h Have separate Windows DEBUG_NL() similar to DEBUG_ON(). 2017-10-06 16:24:56 +01:00
dict.c Bugfix getdnsapi/stubby#106: Core dump when ... 2018-05-11 11:28:52 +02:00
dict.h s/inline static/static inline/g 2016-06-23 15:03:46 +02:00
dnssec.c Abstract SHA1 calculation. 2018-11-27 15:29:48 +00:00
dnssec.h A dnsreq is bogus if any of its netreqs is 2017-09-20 14:42:35 +02:00
general.c Do not return freed netreqs! 2018-01-30 12:40:47 +01:00
general.h Reschedule pending netreqs 2017-03-15 15:16:42 +01:00
install-sh list data type partially implemented, unit test framework started 2013-07-19 16:19:22 -04:00
libgetdns.symbols max_udp_backoff should not be public 2018-03-05 12:42:27 +01:00
list.c Fix things that came out of static analysis 2017-09-02 12:47:04 +02:00
list.h s/inline static/static inline/g 2016-06-23 15:03:46 +02:00
mdns.c Fix minor spelling and formatting. 2018-02-23 14:12:11 -08:00
mdns.h Fix minor spelling and formatting. 2018-02-23 14:12:11 -08:00
mk-const-info.c.sh max_udp_backoff should not be public 2018-03-05 12:42:27 +01:00
mk-symfiles.sh A missing symbol fails on macos 2017-09-28 20:21:10 +02:00
platform.c Review comments from Jim 2017-11-03 15:41:31 +01:00
platform.h Last rename + explicit EMFILE check replacement 2017-11-03 16:42:38 +01:00
pubkey-pinning.c Extract non-OpenSSL specific code from pubkey-pinning.c, and move it back to common source. 2018-12-06 14:09:30 +00:00
pubkey-pinning.h Extract non-OpenSSL specific code from pubkey-pinning.c, and move it back to common source. 2018-12-06 14:09:30 +00:00
request-internal.c Abstract maximum digest length. 2018-11-27 15:31:05 +00:00
rr-dict.c Add RR type DOA 2017-09-01 16:10:56 +02:00
rr-dict.h Library fixed for CFLAGS=-Wextra 2016-12-08 14:05:58 +01:00
rr-iter.c Zero sized gateways with IPSECKEY gateway_type 0 2017-05-02 11:44:47 +02:00
rr-iter.h Don't crash with missing trust-anchors 2017-01-13 13:42:16 +01:00
server.c Fixes from running servers with valgrind 2018-02-22 14:45:56 +01:00
server.h Mv getdns_context_set_listen_addresses in the lib 2016-07-13 14:50:44 +02:00
stub.c Implement setting cipher/curve lists. 2018-12-07 16:55:17 +00:00
stub.h Schedule dnsreqs with absolute timeout/expiry time 2017-03-13 14:20:47 +01:00
sync.c Test getdns_context_create2 with getdns_query 2017-11-23 12:26:40 +01:00
tls.h Rename TLS Interface DANE init to pinset init. That's what it's actually used for. 2018-12-11 12:46:05 +00:00
types-internal.h Merge branch 'bugfix/388-endless-fallback-loop' into release/1.4.1 2018-03-05 11:52:36 +01:00
ub_loop.c Use __func__ var when supported 2016-12-12 13:55:10 +01:00
ub_loop.h Unbound event API without header compile fix 2017-03-22 14:36:16 +01:00
util-internal.c Revise all TLS interfaces to pass in GetDNS memory functions where necessary. 2018-11-27 14:41:46 +00:00
util-internal.h Move Windows/Unix functions into new platform.h. 2017-10-06 12:07:15 +01:00
version.c.in functions and defines to get versions 2015-07-10 00:57:58 +02:00