]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2019-05-18  Kevin Choufix segmentation fault 28/head
2019-05-05  Kevin Chourollback the code
2019-05-04  Kevin Choubugfix
2019-05-04  Kevin Chouperformance improvement
2019-05-03  Kevin Chuedit config parser to support ipset
2019-05-02  Kevin ChuAdd support for ipset
2019-04-25  Wouter Wijngaards- Fix wrong query name in local zone redirect answers... origin/master origin/trunk final-svn-state
2019-04-18  Ralph Dolmans - Scrub RRs from answer section when reusing NXDOMAIN...
2019-04-18  Wouter WijngaardsRemove lint, gives parse errors on system headers.
2019-04-18  Wouter WijngaardsAdd splint to run make lint.
2019-04-18  Wouter WijngaardsSee if make lint works.
2019-04-18  Wouter WijngaardsBrackets to stop exiting from the build script.
2019-04-18  Wouter WijngaardsDisable flto for correct warning report.
2019-04-18  Wouter WijngaardsPrintout with exit code.
2019-04-18  Wouter WijngaardsPrinout analysis output (if any).
2019-04-18  Wouter WijngaardsFix run directory for clang analysis.
2019-04-18  Wouter WijngaardsRun clang analysis from travis.
2019-04-18  Wouter WijngaardsFix to libssl-dev
2019-04-18  Wouter Wijngaardsfixup to libopenssl-dev.
2019-04-18  Wouter Wijngaards- travis build file.
2019-04-16  Wouter Wijngaards- iana portlist updated.
2019-04-16  Wouter Wijngaards- Better braces in if statement in TCP fastopen code.
2019-04-15  Wouter Wijngaards- Fix tls write event for read state change to re-call...
2019-04-11  Wouter Wijngaards- Squelch SSL read and write connection reset by peer...
2019-04-11  George Thessalonikefs- Update python documentation for init_standard().
2019-04-11  Wouter WijngaardsNicer.
2019-04-11  Wouter Wijngaards- Fix that auth zone fails over to next master for...
2019-04-11  Wouter Wijngaards- Fix that auth zone uses correct network type for...
2019-04-08  Wouter Wijngaards- Fix to wipe ssl ticket keys from memory with explicit...
2019-04-08  Wouter WijngaardsAdd explanation to changelog.
2019-04-08  Wouter Wijngaards- Fix #17: Add python module example from Jan Janak...
2019-04-08  Wouter Wijngaards- verbose information about auth zone lookup process...
2019-04-08  Wouter Wijngaards- Fix to use event_assign with libevent for thread...
2019-04-05  Wouter Wijngaards- Fix to reinit event structure for accepted TCP (and...
2019-04-04  Wouter Wijngaards- Fix spelling error in log output for event method.
2019-04-03  Wouter Wijngaards- Fix auth-zone NSEC3 response for wildcard nodata...
2019-04-03  Wouter Wijngaards- Move goto label in answer_from_cache to the end of...
2019-04-02  Wouter Wijngaards- Fix for auth zone nsec3 ent fix for wildcard nodata.
2019-04-02  Wouter Wijngaards- Fix for out of bounds integers, thanks to OSTIF audit...
2019-04-02  Wouter Wijngaards- Fix auth-zone NSEC3 response for empty nonterminals...
2019-03-25  Wouter Wijngaards- Fix crash if tls-servic-pem not filled in when necessary.
2019-03-25  Wouter Wijngaards- Fix that tls-session-ticket-keys: "" on its own in...
2019-03-21  Wouter Wijngaards- Fix #4240: Fix whitespace cleanup in example.conf.
2019-03-19  Wouter Wijngaards- add type CAA to libpyunbound (accessing libunbound...
2019-03-18  Wouter Wijngaards- Fix #4239: set NOTIMPL when deny-any is enabled,...
2019-03-18  Wouter Wijngaards- Add log message, at verbosity 4, that says the query...
2019-03-12  Wouter Wijngaards1.9.1 on 12 March 2019. Trunk has 1.9.2 in development.
2019-03-07  Wouter Wijngaards- Fix for #4233: guard use of NDEBUG, so that it can...
2019-03-05  Wouter Wijngaards- Tag release 1.9.1rc1.
2019-03-01  Wouter Wijngaards- output forwarder log in ssl_req_order test. release-1.9.1rc1
2019-02-28  Wouter WijngaardsFix to account for tabs as well.
2019-02-28  Wouter Wijngaards- Print correct module that failed when module-config...
2019-02-28  Wouter Wijngaards- Remove memory leak on pythonmod python2 script file...
2019-02-27  Wouter WijngaardsFixup for python 2
2019-02-27  Wouter Wijngaards- Fix for python module on Windows, fix fopen.
2019-02-27  Wouter Wijngaards- Fix #14: contrib/unbound.init: Fix wrong comparison...
2019-02-27  Wouter Wijngaards- Fix #4229: Unbound man pages lack information, about...
2019-02-25  Wouter Wijngaards- Fix #4227: pair event del and add for libevent for...
2019-02-21  Wouter Wijngaards- In man page and example config explain that most...
2019-02-21  Wouter Wijngaards- In example.conf explain where to put cachedb module...
2019-02-21  Wouter Wijngaards- Fix the error for unknown module in module-config...
2019-02-20  Wouter Wijngaards- Fix pythonmod include and sockaddr_un ifdefs for...
2019-02-18  Wouter Wijngaards- Print query name and IP address when domain rate...
2019-02-18  Wouter Wijngaards- Spaces instead of tabs in that log message.
2019-02-18  Wouter Wijngaards- Print query name with ip_ratelimit exceeded log lines.
2019-02-14  Wouter Wijngaards- Fix capsforid canonical sort qsort callback.
2019-02-11  Wouter Wijngaards- make depend, with newer gcc, nicer layout.
2019-02-11  Wouter Wijngaards- Fix #13: Remove left-over requirements on OpenSSL...
2019-02-11  Wouter WijngaardsAlso fix this unit test for qname minimisation
2019-02-11  Wouter Wijngaards- Fix recursion lame test for qname minimisation asked...
2019-02-11  Wouter Wijngaards- Note default for module-config in man page.
2019-02-08  Wouter Wijngaards- Fix #4225: clients seem to erroneously receive no...
2019-02-08  Wouter Wijngaards- Fix that qname minimisation does not skip a label...
2019-02-07  Wouter Wijngaards- Fix #4206: OpenSSL 1.0.2 hostname verification for...
2019-02-05  Wouter WijngaardsTrunk has 1.9.1 in development.
2019-02-05  Wouter WijngaardsRelease version numbers.
2019-02-04  Wouter WijngaardsKeep scratch region free on exit.
2019-02-04  Wouter Wijngaards- Perform canonical sort for 0x20 capsforid compare...
2019-02-04  Wouter Wijngaards- Fix that log-replies prints the correct name for...
2019-01-31  Wouter Wijngaards- Wipe TLS session key data from memory on exit.
2019-01-31  Wouter Wijngaardsnote ticker number.
2019-01-31  Wouter Wijngaards- Fix OpenSSL without ENGINE support compilation.
2019-01-31  Wouter Wijngaards- Fix OpenSSL without ENGINE support compilation.
2019-01-31  Wouter Wijngaards- For openssl 1.0.2 use the CRYPTO_THREADID locking...
2019-01-31  Wouter Wijngaards- fixed pkg-config operations, PKG_PROG_PKG_CONFIG...
2019-01-31  Wouter Wijngaards- improve documentation for forward-first.
2019-01-31  Wouter Wijngaards- improve documentation for tls-service-key.
2019-01-31  Wouter Wijngaards- Set ub_ctx_set_tls call signature in ltrace config...
2019-01-30  Ralph Dolmans- Fix case in which query timeout can result in marking...
2019-01-29  Wouter Wijngaards- Fix locking for libunbound context setup with broken...
2019-01-29  Wouter Wijngaards- Fix #4224: auth_xfr_notify.rpl test broken due to...
2019-01-29  Wouter Wijngaards- Fix spelling of tls-ciphers in example.conf.in.
2019-01-29  Wouter Wijngaards- set version to 1.9.0 for release. release-1.9.0rc1
2019-01-28  Wouter Wijngaards- List example config for root zone copy locally hosted...
2019-01-28  Wouter Wijngaards- List d.root-servers.net as a host that allows AXFR...
2019-01-28  Wouter Wijngaards- Set build system for added call in the libunbound...
2019-01-28  Wouter Wijngaards- ub_ctx_set_tls call for libunbound that enables DoT...
2019-01-25  Wouter WijngaardsFix year on recent commit messages.
2019-01-25  Wouter Wijngaards- output of newer lex 2.6.1 and bison 3.0.5.
2019-01-25  Wouter Wijngaards- remove compile warnings from libnettle compile.
next