| 2020-12-09 |
W.C.A. Wijngaards | Use stored TCP address for callback. |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | No need for mk_local_addr, can pass the sockaddr structure. |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Use calloc and freeaddrinfo |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | configure test for struct sockaddr_in6 sin6_len member |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Remove useless tcp_read_fd member from struct |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | For TCP store picked outgoing interface and pass it. |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | For the DoH create_http_handler, also pass the socket. |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Fix that it passes the actual UDP address instead of... |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Fix test code function declaration. |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Remove unused whitespace, add missing header change... |
commit | commitdiff | tree | snapshot |
| 2020-12-09 |
W.C.A. Wijngaards | Import the patches from the files in the tarball in |
commit | commitdiff | tree | snapshot |
| 2020-12-03 |
W.C.A. Wijngaards | - iana portlist updated. |
commit | commitdiff | tree | snapshot |
| 2020-12-03 |
W.C.A. Wijngaards | - make depend. |
commit | commitdiff | tree | snapshot |
| 2020-12-03 |
W.C.A. Wijngaards | Code repo continues for 1.13.1 in development. |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix update, with write event check with streamreuse... |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix for #283: fix stream reuse and tcp fast open. |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix on windows to ignore connection failure on UDP... |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix unbound-dnstap-socket to not use log routine... |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
Willem Toorop | Merge branch 'master' into features/nsid |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
Willem Toorop | Document existence of option |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix #356: deadlock when listening tcp. |
commit | commitdiff | tree | snapshot |
| 2020-12-02 |
W.C.A. Wijngaards | - Fix #360: for the additionally reported TCP Fast... |
commit | commitdiff | tree | snapshot |
| 2020-12-01 |
Willem Toorop | NSID for Unbound |
commit | commitdiff | tree | snapshot |
| 2020-12-01 |
W.C.A. Wijngaards | - Fix #358: Squelch udp connect 'no route to host'... |
commit | commitdiff | tree | snapshot |
| 2020-11-30 |
W.C.A. Wijngaards | Changelog entry for rc tags 1.13.0rc3 and rc4. release-1.13.0rc4 |
commit | commitdiff | tree | snapshot |
| 2020-11-30 |
W.C.A. Wijngaards | - Fix assertion failure on double callback when iterato... |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
W.C.A. Wijngaards | - Fix contrib/metrics.awk for FreeBSD awk compatibility. release-1.13.0rc3 |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
mb | rpz: fix local data lookup for nsdname 340/head |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
mb | rpz: cleanups |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
mb | rpz: continue nsdname and minor cleanups |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
W.C.A. Wijngaards | - Fix compile warnings in rpz initialization. |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
mb | rpz: nsdname actions |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
W.C.A. Wijngaards | - Fix compile warnings for windows. |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
W.C.A. Wijngaards | - Fix when use free buffer to initialize rbtree for... |
commit | commitdiff | tree | snapshot |
| 2020-11-27 |
W.C.A. Wijngaards | - Fix compile warning for type cast in http2_submit_dns... |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
mb | rpz: add testbound nsdname script (stub) |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
W.C.A. Wijngaards | - Clear readagain upon decommission of pending tcp... |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
mb | rpz: strip .rpz-nsdname suffix when inserting trigger |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
W.C.A. Wijngaards | - Fix that after failed read, the readagain cannot... |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
mb | rpz: nsdname stubs |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
W.C.A. Wijngaards | - For #352: contrib/metrics.awk for Prometheus style... |
commit | commitdiff | tree | snapshot |
| 2020-11-26 |
W.C.A. Wijngaards | - Fix to omit UDP receive errors from log, if verbosity... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - tag for the 1.13.0rc2 release. release-1.13.0rc2 |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Fix readagain and writeagain callback functions for... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Attempt fix for libevent state in tcp reuse cases... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Fix memory leak for edns client tag opcode config... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Remove debug commands from reuse tests. |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
mb | rpz: minor cleanups |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Better fix for reuse tree comparison for is-tls socke... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - Fix udp-connect on FreeBSD, do send calls on connecte... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
W.C.A. Wijngaards | - with udp-connect ignore connection refused with UDP... |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
Jeffrey Walton | Use size_t in place of int for length 355/head |
commit | commitdiff | tree | snapshot |
| 2020-11-25 |
Jeffrey Walton | Make ICANN Update CA and DS Trust Key static data |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
W.C.A. Wijngaards | - Fix padding of struct regional for 32bit systems. |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
W.C.A. Wijngaards | - Fix crash when TLS connection is closed prematurely... |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
mb | rpz: fix forged response |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
W.C.A. Wijngaards | - tag for the 1.13.0rc1 release. release-1.13.0rc1 |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
W.C.A. Wijngaards | - Fix one port unit test for udp-connect. |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
W.C.A. Wijngaards | - iana portlist updated. |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
mb | rpz: fix forged messages |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
mb | rpz: update ext_state in the iterator |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
mb | rpz: forge responses |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
mb | rpz: apply trigger at query time not response time |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
Wouter Wijngaards | - set version of main branch to 1.13.0 for upcoming... |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
Wouter Wijngaards | Changelog note for #283. |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
Wouter Wijngaards | Merge pull request #283 from NLnetLabs/stream-reuse |
commit | commitdiff | tree | snapshot |
| 2020-11-24 |
Wouter Wijngaards | Merge branch 'master' into stream-reuse 283/head |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
George Thessalonikefs | Changelog note for #313: |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
gthess | Merge pull request #313 from NLnetLabs/edns-string |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
George Thessalonikefs | Merge branch 'master' into edns-string 313/head |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
George Thessalonikefs | Merge branch 'master' into edns-string |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
George Thessalonikefs | - Update manpage. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | Fix writepid for retvalue 0. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | Further fix for CVE-2020-28935, so the chown is omitted... |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | - Fix for #303 CVE-2020-28935 : Fix that symlink does... |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | - Option to toggle udp-connect, default is enabled. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, up connection reuse time to 60 seconds. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | + - Fix #347: IP_DONTFRAG broken on Apple xcode... |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | Merge branch 'master' into stream-reuse |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, fix review comments. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, fix review comments. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, review comments. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, fix review comments. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, rename ssl_reuse test to tls_reuse test. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, renamed ssl_reuse.tdir to tls_reuse.tdir. |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | stream reuse, debug output with verbose level instead... |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
W.C.A. Wijngaards | Changelog notes for #350 and #351 |
commit | commitdiff | tree | snapshot |
| 2020-11-23 |
Wouter Wijngaards | Merge pull request #351 from dvzrv/issues/350 |
commit | commitdiff | tree | snapshot |
| 2020-11-21 |
David Runge | Add AF_NETLINK to set of allowed socket address families 351/head |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
mb | rpz: continue work on the nsip trigger |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
mb | rpz: more nsip |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
mb | rpz: stubs for nsip triggers |
commit | commitdiff | tree | snapshot |
| 2020-11-12 |
W.C.A. Wijngaards | - Retry for interfaces with unused ports if possible. |
commit | commitdiff | tree | snapshot |
| 2020-11-12 |
W.C.A. Wijngaards | Changelog note. |
commit | commitdiff | tree | snapshot |
| 2020-11-12 |
W.C.A. Wijngaards | - Fix to connect() to UDP destinations, default turned on, |
commit | commitdiff | tree | snapshot |
| 2020-11-11 |
Ralph Dolmans | Merge branch 'master' into edns-string |
commit | commitdiff | tree | snapshot |
| 2020-11-11 |
Ralph Dolmans | Merge branch 'master' into edns-string |
commit | commitdiff | tree | snapshot |
| 2020-11-11 |
mb | RPZ: stub nsip testbound scenario |
commit | commitdiff | tree | snapshot |
| 2020-11-10 |
W.C.A. Wijngaards | - Fix #343: Fail to build --with-libnghttp2 with error... |
commit | commitdiff | tree | snapshot |
| 2020-11-10 |
W.C.A. Wijngaards | - Fix memory leak after fix for possible memory leak... |
commit | commitdiff | tree | snapshot |
| next |