summaryrefslogtreecommitdiff
path: root/tests/integration_tests.sh
AgeCommit message (Collapse)Author
2024-01-04Add --range-prefix-length optionDaniil Baturin
to require the range boundaries to lie within the same subnet of a given size
2024-01-03Complete implementation of IPv4 and IPv6 address range checksDaniil Baturin
* Add IPv6 range checking and tests for it * Expose both options in the help message * Explain in comments how the range checking logic works
2022-09-06T4472: add an option for verifying IPv4 ranges (#6)Daniil Baturin
2020-06-10Remove some extra whitespace.Daniil Baturin
2020-06-10Add tests for --is-any-hostDaniil Baturin
2018-11-29T816: add unit tests for the case of IPv6 addresses with multiple double ↵Daniil Baturin
semicolons.
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and ↵Daniil Baturin
copyrights.
2013-06-03Add boilerplates for is-any-host and is-any-net.Daniil Baturin
2013-06-02Fix some typos in integration tests.Stanislav Tkachenko
2013-06-02Added a few integration testsStanislav Tkachenko
2013-05-31Remove fake failure from integration tests.Daniil Baturin
2013-05-30Add missing license headers.Daniil Baturin
2013-05-30Add integration tests skeleton and some testcases, include in "make check" ↵Daniil Baturin
target.