summaryrefslogtreecommitdiff
path: root/tests/check_ipaddrcheck.c
AgeCommit message (Collapse)Author
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and ↵Daniil Baturin
copyrights.
2013-06-03Add unit tests for is_any_host() and is_any_net().Daniil Baturin
2013-06-02Add interface address validation support.Daniil Baturin
Fix IPv4 CIDR regex to support one-digit mask properly.
2013-06-02Add missing IPv6 and protocol-agnostic format validation functions.Daniil Baturin
2013-06-01Remove unit test for has_mask() too.Daniil Baturin
2013-06-01Fix is_ipv4_broadcast() behaviour, don't return success for addressesDaniil Baturin
that can't be broadcast by definition (IPv6, IPv4 p-t-p).
2013-06-01Add missing address format validation functions.Daniil Baturin
2013-05-30Add missing license headers.Daniil Baturin
2013-05-27Again, multiple enhancements.Daniil Baturin
* IPv6 feature set nearly complete. * Test suite expanded to cover all but a few functions. * Source files renamed according to the new project name, .h is now .h, implementations are moved to .c * Something else.
2013-05-25Multiple improvements.Daniil Baturin
* Change option handling, allow multiple options at the same time, treated as logical AND. * IPv4 feature set is mostly complete. * Change function lib license to LGPL for the case it will be converted into a shared lib. * Add unit tests (rely on Check framework) * Something else, but who cares, it's a very early stage.