summaryrefslogtreecommitdiff
path: root/src/ipaddrcheck_functions.h
AgeCommit message (Collapse)Author
2018-11-13T816: disallow duplicate double semicolons.Daniil Baturin
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and ↵Daniil Baturin
copyrights.
2013-06-09Add include guard to the header.Daniil Baturin
2013-06-03Add support for is-any-host and is-any-net checks.Daniil Baturin
2013-06-02Don't allow IPv4 limited broadcast address as valid interface address.Daniil Baturin
2013-06-02Exit with different exit code in case of errors unrelatedDaniil Baturin
to check result (2, specifically). Remove some debug output.
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 has_mask(), it will be replaced with better is_cidr()Daniil Baturin
and is_single() functions.
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.