Changelog for
drool-2.0.0-2.3.noarch.rpm :
* Fri Jul 16 2021 Jerry Lundström
2.0.0-1- Release 2.0.0
* This major release is a complete rewrite of drool to Lua using dnsjit!
* This includes two commands: - `drool reply`: replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations. - `drool respdiff`: replay DNS queries found in the PCAP, but only if a correlating response is also found. The query, original response and the received response is then stored into a LMDB database which can then be used by respdiff by CZ.NIC (see https://gitlab.labs.nic.cz/knot/respdiff) for analysis.
* See `man drool`, `man drool reply` and `man drool respdiff` for more information.
* Commits: 9357c54 RPM dc27432 configure 5a60fd3 Bye Travis 21d950c Info, Travis eb44217 Badges 5623d60 COPR 1b5bd66 COPR, spec 2033d26 Package 61264d2 Funding c3eb323 (tag: v1.99.4) Copyright, v1.99.4 ff9dfd5 Timing Mode fc55d2d (tag: v1.99.3) Respdiff fix e432c91 (tag: v1.99.2) Respdiff, v1.99.2 8e99d0e Dependencies 46712c0 Packaging dcc5450 Configure options de63694 (tag: v1.99.1) Rewrite, v1.99.1 e96a9f9 (tag: v1.99.0) Backends 8c99925 pcapthread cf3f65a Split 99542e5 Rewrite into Lua using `dnsjit`
* Fri Jan 25 2019 Jerry Lundström 1.99.4-1- Alpha release 1.99.4
* Wed Aug 01 2018 Jerry Lundström 1.99.3-1- Alpha release 1.99.3
* Thu Jul 19 2018 Jerry Lundström 1.99.2-1- Alpha release 1.99.2
* Fri Jul 06 2018 Jerry Lundström 1.99.1-7- Release 1.99.1
* Alpha version using dnsjit
* Fri Feb 16 2018 Jerry Lundström 1.1.0-1- Release 1.1.0
* Rework of the timing code to make it more effective, based on proof-of-concept from Petr Špaček AATTpspacek (CZ.NIC).
* The `best_effort` timing mode is now deprecated, this is now the same mode as `keep` and the warnings `keep` made when unable to follow timings have been removed.
* Commits: 6e81a31 Timing d30918c WIP: timing rework
* Tue Jan 16 2018 Jerry Lundström 1.0.2-1- Release 1.0.2
* Bugfixes: - TCP option parsing was fixed in pcap-thread 3.0.0 but the work-around code was still in drool - The month in the console output was incorrect
* Commits: a47ed95 Update copyright year 4d44801 TCP options was fixed in pcap-thread 3.0.0 cb5cebf Fix #93: `tm_mon` is 0-11
* Tue Dec 19 2017 Jerry Lundström 1.0.1-1- Release 1.0.1 (v1.0)
* Thanks to a few people, especially Petr Špaček AATTpspacek (CZ.NIC), for testing and reporting issues and other oddities (documentation is hard), release v1.0 is now ready! 9c26a5a pcap-thread and tests
* Increase of version because of how distributions compare package versions.
* Commits: f9a55bc Update pcap-thread to v3.1.0 a069d84 Fix #87: Use `sockaddr_storage`, add more debug and error messages 047abe6 Fix #84: don\'t loop client list on timeout handling 5377698 Fix #82: Parse TCP payload, add Known Issues 05013f0 Fix #82: Send query length aea71ad Correct `timing multiply` in README also 6437fe7 Fix man page example for timing multiply
* Mon Sep 18 2017 Jerry Lundström 1.0.0.rc.1-1- Release 1.0.0-rc.1
* Mostly documentation updates and clarifications but also a new timing mode `best_effort` to send packets as fast as possible without warnings and a correct usage of `nanosleep()` on systems that does not support `clock_nanosleep()`.
* Commits: 114f984 Fix #74: Best effort timing mode, fix usage of `nanosleep()` a32201c Rework development notes 3999214 Add examples and default values 1e70ab9 Design documentation 6e530ee Fix #64: More documentation around context and client_pool, and how configuration relates to each other.
* Tue Aug 22 2017 Jerry Lundström 1.0.0.beta.4-1- Release 1.0.0-beta.4
* Compatibility fixes and packaging.
* Commits: f6b6251 Fix #66: Check for libev/ev.h also 8dff723 Code formatting a5af21d Update pcap-thread to v2.1.3 e622612 Prepare SPEC for OSB/COPR 3c8fbb0 Fix #57: Update README with build tools and environment setup 456d586 Add debian packaging files a0a74cb Add dependencies