W.C.A. Wijngaards
af7abd4dfd
- Fix num_reply_addr counting in mesh and tcp drop due to size
...
after serve_stale commit.
2020-02-06 11:09:30 +01:00
W.C.A. Wijngaards
7e061e4d5f
Fix test to check if server up afterwards
2020-02-06 10:25:47 +01:00
W.C.A. Wijngaards
ad180402ea
dnstap io, set tls auth name in outgoing ssl
2020-02-05 16:17:21 +01:00
W.C.A. Wijngaards
812d8f71e8
dnstap io, ssl write.
2020-02-05 15:04:04 +01:00
W.C.A. Wijngaards
58fdcf06e8
Merge branch 'master' into framestreams
2020-02-05 14:25:47 +01:00
gthess
f7fe95ad7b
Serve stale ( #159 )
...
- Added serve-stale functionality as described in
draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
to configure the behavior.
- Updated cachedb to honor `serve-expired-ttl`; Fixes #107 .
- Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
come with a configurable TTL value (`serve-expired-reply-ttl`).
- Fixed stats when replying with cached, cname-aliased records.
- Added missing default values for redis cachedb backend.
2020-02-05 14:20:27 +01:00
W.C.A. Wijngaards
5b117c851a
dnstap io, ssl handshake.
2020-02-05 13:59:56 +01:00
W.C.A. Wijngaards
e5d43a6f4e
dnstap io, close fd routine.
2020-02-05 13:03:58 +01:00
W.C.A. Wijngaards
9f7a16c7ab
dnstap io, ssl and ssl ctx creation.
2020-02-04 17:23:19 +01:00
W.C.A. Wijngaards
f24d0e4054
dnstap create debug tool with other debug tools in list.
2020-02-04 09:45:44 +01:00
W.C.A. Wijngaards
9115eb88ed
Merge branch 'master' into framestreams
2020-02-04 09:40:00 +01:00
Ralph Dolmans
5980d9c389
Merge branch 'master' of github.com:NLnetLabs/unbound
2020-02-03 16:53:50 +01:00
Ralph Dolmans
4fc622031d
- Reformat rpz disabled stats counter
2020-02-03 16:52:25 +01:00
Alex Band
dde8631600
Link to NLnet Labs funding page
2020-02-03 16:51:03 +01:00
Ralph Dolmans
8c88ab4747
- Add assertion to please static analyzer
2020-02-03 16:44:21 +01:00
Ralph Dolmans
a4a9fbdb8f
- remove unused code block in respip
2020-02-03 14:19:44 +01:00
W.C.A. Wijngaards
1420d59949
dnstap io, connect and write over TCP.
2020-01-31 17:07:40 +01:00
W.C.A. Wijngaards
27a5239ccf
dnstap unbound-dnstap-sock, comments and log output on tls error close.
2020-01-31 14:13:41 +01:00
W.C.A. Wijngaards
dc31cf3652
dnstap unbound-dnstap-sock, read from TLS.
2020-01-31 14:03:28 +01:00
W.C.A. Wijngaards
03db238a51
dnstap unbound-dnstap-sock, verbose accepted stream IP addresses
2020-01-31 13:05:06 +01:00
W.C.A. Wijngaards
8d2ff8a6bf
dnstap unbound-dnstap-sock, add -t option.
2020-01-31 11:18:14 +01:00
W.C.A. Wijngaards
b912169f15
dnstap unbound-dnstap-sock, fixup check for ssl context create error.
2020-01-31 11:11:43 +01:00
W.C.A. Wijngaards
473783e432
dnstap unbound-dnstap-sock, tls options and context created.
2020-01-31 11:10:04 +01:00
W.C.A. Wijngaards
59136055b9
dnstap unbound-dnstap-sock, fixup constant defines.
2020-01-31 10:05:00 +01:00
W.C.A. Wijngaards
70b2c24a4e
dnstap unbound-dnstap-sock, fixup signal handler exit.
2020-01-31 10:02:51 +01:00
W.C.A. Wijngaards
11e80ce3ab
dnstap unbound-dnstap-sock, can listen to multiple sockets, can listen
...
to TCP sockets, cleans up on exit after signal.
2020-01-31 09:53:49 +01:00
W.C.A. Wijngaards
12c51866d0
Merge branch 'master' into framestreams
2020-01-31 07:49:38 +01:00
W.C.A. Wijngaards
7495b25f94
- Fix fclose on error in TLS session ticket code.
2020-01-31 07:49:14 +01:00
Ralph Dolmans
810862dc65
- Stop working on socket when socket() call returns an error.
...
- Check malloc return values in TLS session ticket code
2020-01-30 19:15:58 +01:00
W.C.A. Wijngaards
a8264065f6
- put fstrm protocol contents in separate files, dnstap_fstrm.c
...
and dnstap_fstrm.h
2020-01-30 17:11:07 +01:00
W.C.A. Wijngaards
8dd683768b
Merge branch 'master' into framestreams
2020-01-30 16:22:12 +01:00
W.C.A. Wijngaards
c9ac6a5eab
Merge branch 'master' into stream-reuse
2020-01-30 16:21:50 +01:00
W.C.A. Wijngaards
a4244e79ca
- Add getentropy_freebsd.o to Makefile dependencies.
2020-01-30 16:15:51 +01:00
W.C.A. Wijngaards
833021d84d
- Add build rule for ipset to Makefile
2020-01-30 16:12:39 +01:00
Ralph Dolmans
2c459443da
- Add changelog entry for RPZ merge
2020-01-30 16:04:27 +01:00
Ralph Dolmans
1646b26369
Merge branch 'rpz'
2020-01-30 15:59:01 +01:00
Ralph Dolmans
056176ec9a
Merge branch 'master' into rpz
2020-01-30 15:57:34 +01:00
W.C.A. Wijngaards
3102fa5775
Merge branch 'master' into stream-reuse
2020-01-30 15:49:57 +01:00
W.C.A. Wijngaards
b1d8b549e0
Merge branch 'master' into framestreams
2020-01-30 15:49:24 +01:00
Ralph Dolmans
d69ba6f39f
- Add changelog entry for memory leak fix
2020-01-30 15:47:49 +01:00
Ralph Dolmans
882741bf55
- Fix memory leak in do_auth_zone_transfer on success
2020-01-30 15:45:54 +01:00
W.C.A. Wijngaards
dd1b35412f
dnstap io, add reconnect test.
2020-01-30 15:13:25 +01:00
Ralph Dolmans
5dc6798e75
Merge branch 'master' of github.com:NLnetLabs/unbound
2020-01-30 14:58:25 +01:00
W.C.A. Wijngaards
8aa338ba2d
dnstap io, test threads in unit test.
2020-01-30 14:57:03 +01:00
Ralph Dolmans
4f5b934688
- Fix small memory leak in error condition remote.c
...
- Fix double free in error condition view.c
2020-01-30 14:56:48 +01:00
Ralph Dolmans
b9c9fc066f
- Fix RPZ locking issues on error conditions
2020-01-30 14:46:39 +01:00
Ralph Dolmans
833c4b1300
- Revert addition of cscope.out to project .gitignore, should be in
...
global ignore list
2020-01-30 14:25:45 +01:00
W.C.A. Wijngaards
c79de51da8
Merge branch 'master' into stream-reuse
2020-01-30 14:25:00 +01:00
W.C.A. Wijngaards
9c71e5733d
Merge branch 'master' into framestreams
2020-01-30 14:20:31 +01:00
W.C.A. Wijngaards
a5f133ef2f
- updated .gitignore for added contrib file.
2020-01-30 14:20:08 +01:00