Sara Dickinson
ff4ecd5b39
Couple of extra output messages so Stubby users in strict mode know why the authentication failed
2017-02-23 15:38:45 +00:00
Sara Dickinson
1b7aef5a88
Add a new GETDNS_RETURN code for the case where no upstream is considered valid and hence a query cannot even be scheduled. Only applies when using purely stateful transports. This can happen when using Stubby if there are problems with connections to upstreams.
2017-02-23 14:49:17 +00:00
Sara Dickinson
356408955d
Update the SPKI pin in the stubby.conf file for the Sinodun/Surfnet servers.
2017-02-23 13:55:43 +00:00
Sara Dickinson
09df4e2d5d
Fix spacing error in stubby help output
2017-02-23 13:55:43 +00:00
Willem Toorop
4b6962cd9a
Use __FUNC__ instead of function for protability
...
It is #defined to __FUNCTION__ or to __func__ depending on what configure detected.
2017-02-19 09:55:10 +01:00
Willem Toorop
b3a06f1944
A bit more consistency in user_callback usage
2017-02-19 09:47:41 +01:00
Willem Toorop
8fccd66813
cancel_outstanding_requests by transaction_id
...
to prevent double frees as side effect of getdns_dns_req being canceled by user callbacks.
2017-02-19 09:39:10 +01:00
Willem Toorop
ba7dfbeec0
Misplaced event clear in stub.c
2017-02-18 15:56:06 +01:00
Willem Toorop
74b1f77357
Cancel get validation chain getdns_dns_reqs
...
And miscellaneous little other scheduling fixes and optimizations
2017-02-18 13:16:25 +01:00
Willem Toorop
a453678094
Debug the call to poll
2017-02-18 10:07:04 +01:00
Willem Toorop
7e9956b19e
Call cancel callbacks only when callback exists
2017-02-17 23:39:35 +01:00
Willem Toorop
6ed3d77523
Cancel child validation chain dns_reqs on ...
...
parent dns_req cancelation.
2017-02-17 23:35:50 +01:00
Willem Toorop
990800d9f9
Bugfix poll_eventloop initialization error
2017-02-17 13:16:06 +01:00
Willem Toorop
df45a2f1c7
Dependencies
2017-02-16 23:03:31 +01:00
Willem Toorop
91dd991348
Cancel requests without callback
2017-02-16 22:55:15 +01:00
Willem Toorop
a6859a08d3
Remove getrlimit from poll_eventloop
...
No use to check for this limit, because the filedescriptor is already open.
2017-02-16 22:48:16 +01:00
Willem Toorop
d20bbde25e
Fixed time allocation and free for fd_events
2017-02-16 22:41:37 +01:00
Willem Toorop
f6d46689b6
Fixed time allocation and free for to_events
2017-02-16 16:26:41 +01:00
Willem Toorop
2d35993c83
Timeout events in array
2017-02-16 15:22:57 +01:00
Willem Toorop
e87e907128
Constants for Edward Curves
2017-02-16 11:01:48 +01:00
wtoorop
17a5a5db92
Merge pull request #258 from wtoorop/devel/_vfixed_gbuffers
...
A special bit for the snprintf style modus operandi of fixed gldns gbuffer's
2017-02-16 10:51:20 +01:00
Willem Toorop
445470d831
Rename a gldns function
2017-02-16 10:32:17 +01:00
Melinda Shore
c72d74a0fa
Merge pull request #259 from wtoorop/devel/fixed_eventloop
...
Devel/fixed eventloop
2017-02-15 10:25:45 -09:00
Willem Toorop
e4eddca259
Reference event_info directly
2017-02-15 15:10:11 +01:00
Willem Toorop
7b6b0ff642
No helper copy variables
2017-02-15 14:57:30 +01:00
Willem Toorop
c805d40585
Clean in place executed unit tests
2017-02-15 14:04:34 +01:00
Willem Toorop
b2fe9673de
Fix realloc pfds set error + callback order error
2017-02-15 13:08:47 +01:00
Willem Toorop
04f6a2b13b
Fixed dependencies
2017-02-15 12:47:55 +01:00
Willem Toorop
840ba8c85d
Reference fixes jsmn
2017-02-15 12:46:48 +01:00
Willem Toorop
b7c2e53a82
Off by one problem?
2017-02-15 12:21:29 +01:00
Willem Toorop
3e8822e0e2
Fix uninitialized data error in valgrind check
2017-02-15 11:43:07 +01:00
Willem Toorop
c936f0c51d
Other allocs and frees with custom mem funcs too
2017-02-15 10:56:19 +01:00
Willem Toorop
7484b8c37b
Initialize default eventloop with custom mem funcs
2017-02-15 10:22:41 +01:00
Christian Huitema
6d3e0c7ca2
Rewrote the continuous query organization to use the LRU cache instead of an RB tree.
2017-02-14 11:30:29 -10:00
Willem Toorop
549de0de60
Use of custom mem funcs by uthash
2017-02-14 13:41:58 +01:00
Christian Huitema
1587e2f8f5
Code to manage the MDNS cache using LRUHASH
2017-02-13 18:28:46 -10:00
Willem Toorop
30e1683d2f
Deal with windows vsnprintf in config.h
2017-02-13 12:32:10 +01:00
Willem Toorop
60443fb7fd
Choice of poll or select based default event loop
2017-02-13 11:56:25 +01:00
Willem Toorop
2b9987014d
Special _vfixed gbuffer property
...
For snprintf style buffers which position can go beyond capacity
2017-02-08 13:51:25 +01:00
Christian Huitema
93d6f2b18f
Intermediate commit, after definition of the MDNS context
2017-02-06 18:23:35 -10:00
Christian Huitema
4c71d6239f
Fixing potential bug for comparision function net_req_query_id_cmp on 64 bits architectures.
2017-01-21 14:49:58 -08:00
Christian Huitema
4ccfa2a781
Preparing fix for 64 bit warning in net_req_query_id_cmp
2017-01-21 14:46:38 -08:00
Christian Huitema
83ec9b74e9
Merge branch 'develop' of https://github.com/huitema/getdns into develop
...
Conflicts:
src/jsmn
2017-01-20 19:57:11 -08:00
Christian Huitema
31eee9c7d1
Intermediate commit of context.h, mdns.[ch]
2017-01-20 19:44:05 -08:00
Christian Huitema
abd0244aba
Fixing a potential bug in the RB tree for netreq_by_id
2017-01-20 19:33:12 -08:00
Neil Cook
dad4aaf6d8
correctly allocate and free memory for eventloop hashes
2017-01-18 15:31:01 +00:00
Neil Cook
fd3e0c01f7
call default_time_cb with -1 instead of index
2017-01-18 15:12:56 +00:00
Willem Toorop
f1c44dc15c
Merge branch 'develop' into devel/1.1.0
2017-01-18 14:40:32 +01:00
Willem Toorop
17da80a828
Feed poll with millisecond timeout
2017-01-18 14:29:32 +01:00
Willem Toorop
45ee18e285
Merge branch 'fixed_eventloop' of https://github.com/neilcook/getdns into neilcook-fixed_eventloop
2017-01-18 12:05:32 +01:00
Willem Toorop
7bf953b2bd
Merge branch 'huitema-develop' into develop
2017-01-18 12:00:33 +01:00
Willem Toorop
f4cd8f6b47
Fix constants
2017-01-13 22:38:23 +01:00
Willem Toorop
9c9c52aacc
Merge branch 'develop' into release/1.1.0-alpha3
2017-01-13 22:08:59 +01:00
Willem Toorop
9320364053
Fix two more sign-compare warnings
2017-01-13 21:28:07 +01:00
Willem Toorop
155ceede4c
Unuser variables with --without-libidn
2017-01-13 20:49:26 +01:00
Willem Toorop
e80d3340c6
Coverage linking + missing constant in str2int
2017-01-13 20:43:04 +01:00
Willem Toorop
cd199def68
Cookies and roadblock avoidance on by default
...
per RFC7873 and RFC8027
2017-01-13 19:45:54 +01:00
Willem Toorop
25849645d4
Don't crash with missing trust-anchors
2017-01-13 13:42:16 +01:00
Willem Toorop
bb0ad001e7
Fix non existant domain names
2017-01-13 12:59:16 +01:00
Willem Toorop
9a3b01ed62
DSA support with OpenSSL 1.1.0
2017-01-13 12:48:15 +01:00
Christian Huitema
53d73d2f90
Implementing the ARC4_LOCK/UNLOCK functions for Windows.
2017-01-13 12:24:46 +01:00
Christian Huitema
99fb7100ea
Placing all MDNS code under ifdef HAVE MDNS SUPPORT to minimize risk in main branch.
2016-12-22 20:30:14 -08:00
Christian Huitema
1d24c90768
Fixing bad declaration in mdns.h
2016-12-22 20:07:31 -08:00
Christian Huitema
2e46a4b136
Adding missing directives for mdns.c, .o, .lo in make file.
2016-12-22 19:37:49 -08:00
Christian Huitema
f1b8b25afa
Implementation of basic MDNS support
2016-12-22 15:51:47 -08:00
Neil Cook
7ebf3924b5
Copy event pointer out of event hash table before callbacks, because it might be deleted
2016-12-16 10:36:21 +00:00
Neil Cook
5e26137eda
Fix default_eventloop_run OR instead of AND and hash table iteration safety
2016-12-15 13:40:40 +00:00
Willem Toorop
9b715d4743
Suppress compile warnings
2016-12-15 09:53:49 +01:00
Willem Toorop
da527358c0
Merge branch 'develop' into devel/fixed_eventloop
2016-12-15 09:45:16 +01:00
wtoorop
d3b7a30651
Merge pull request #218 from neilcook/openssl_init
...
call SSL_library_init() just once and lock with mutexes
2016-12-15 08:29:58 +01:00
Neil Cook
0d39563978
Consisten use of TIMEOUT_FOREVER
2016-12-14 17:50:39 +00:00
Neil Cook
c1d5ae9a25
set event id in add_event rather than calling function
2016-12-14 17:04:09 +00:00
Neil Cook
e9e6ff013b
Fix travis compiler warnings/errors
2016-12-14 16:49:24 +00:00
Neil Cook
326b6bb410
remove redundant debugging
2016-12-14 16:10:44 +00:00
Neil Cook
5cc4028d63
cleanup poll.h include for non-windows
2016-12-14 15:54:10 +00:00
Neil Cook
d3b097fffe
Rewrite default_eventloop to use hash tables instead of arrays
2016-12-14 15:52:44 +00:00
Neil Cook
a9386e621a
max_fds and max_timeouts part of default eventloop structure
2016-12-14 15:50:55 +00:00
Neil Cook
8b4c90eaf4
move default eventloop from select to poll, make max fds dependent on value from getrlimit not FD_SETSIZE
2016-12-14 15:50:55 +00:00
Christian Huitema
e01c85ef2f
Implementing the ARC4_LOCK/UNLOCK functions for Windows.
2016-12-12 12:25:10 -08:00
Willem Toorop
80219a4195
Merge branch 'bugfix/replace__FUNCTION__' into bugfix/1.1.0-alpha3/replace__FUNCTION__
2016-12-12 14:20:31 +01:00
Willem Toorop
5f6b93f7f2
Use __func__ var when supported
...
And let debugging messages compile with -Wpedantic -Werror too
2016-12-12 13:55:10 +01:00
Willem Toorop
600036da73
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-12 12:08:49 +01:00
Sara Dickinson
83a0b944b5
Fix another stupid error....
2016-12-11 17:10:44 +00:00
Sara Dickinson
d584c6e3f5
Clean more compile warnings.
2016-12-11 16:58:18 +00:00
Sara Dickinson
cfc7d18c85
Ug. Fix stupid mistake with string array.
2016-12-11 16:57:52 +00:00
Christian Huitema
b91e13b13b
Fixing VS studio analysis issues in Get DNS code.
2016-12-10 16:03:17 -08:00
Sara Dickinson
ef12b0e764
Fix some compiler warnings on OS X
2016-12-09 17:15:28 +00:00
Sara Dickinson
5d8894495a
Remove unnecessary test
2016-12-09 17:03:41 +00:00
Sara Dickinson
7567869f2c
Improve transport tests by using the calll_reporting output to check the transport and authentication status
...
Add cases for self-signed certs.
2016-12-09 17:03:41 +00:00
Sara Dickinson
7b58dc25a6
- Fix bug where a self signed cert + only a pinset would not authenticate
...
- Add OARC servers with pinset only to stubby.conf
- Move Authentication strings to types_internal for use in call_debugging
- Add connection counts to call_debugging
-
2016-12-09 17:03:41 +00:00
Willem Toorop
1264099be7
Pedantic warnings and XTRA_CFLAGS for tools too
2016-12-09 14:02:27 +01:00
Willem Toorop
8b454afb80
dependencies
2016-12-09 13:57:42 +01:00
Willem Toorop
07c14dc1cc
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-09 13:57:37 +01:00
Willem Toorop
bb9ae2dfa1
Fix use of potentially uninitialized variable next
2016-12-09 13:53:22 +01:00
Willem Toorop
9fb11368a5
dependencies
2016-12-09 13:52:00 +01:00
Willem Toorop
37cced78fc
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-09 13:27:55 +01:00
Willem Toorop
4345905a81
Address things that came out of VS static analysis
...
Except for the stack usage cases
2016-12-09 12:57:47 +01:00
Willem Toorop
3428412629
Some more minor merge fixes
2016-12-09 12:13:36 +01:00
Willem Toorop
5cc67ff554
Merge branch 'develop' into merge-develops
2016-12-09 12:05:42 +01:00
Willem Toorop
1a26b884ee
Check for -W* support before use
2016-12-09 00:16:24 +01:00