summaryrefslogtreecommitdiff
path: root/src/ipaddrcheck_functions.c
AgeCommit message (Expand)Author
2025-06-23T7557: Use PCRE2sarthurdev
2025-02-11T7156: suppress sprintf format warnings at the source level (#13)Daniil Baturin
2024-09-27range: T6744: fix a crash when validating malformed rangesDaniil Baturin
2024-02-17Clarify the reason to disallow the first IPv6 addressDaniil Baturin
2024-01-04Add --range-prefix-length optionDaniil Baturin
2024-01-03Complete implementation of IPv4 and IPv6 address range checksDaniil Baturin
2024-01-03Improve comments for IP checking functionsDaniil Baturin
2022-09-06T4472: add an option for verifying IPv4 ranges (#6)Daniil Baturin
2021-02-10Correct the double colon check commands.Daniil Baturin
2020-06-10Make --is-*-host behaviour recognize IPv4 /31 and IPv6 /127 as valid host add...Daniil Baturin
2018-11-13T816: disallow duplicate double semicolons.Daniil Baturin
2018-10-15Revert "T816 ipaddrcheck / libcidr but on IPv6 network validation"Daniil Baturin
2018-10-15T816 ipaddrcheck / libcidr but on IPv6 network validationEwald van Geffen
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and copyri...Daniil Baturin
2013-06-03Fix is_valid_intf_address() behaviour, don't allow network addressesDaniil 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-02Add interface address validation support.Daniil Baturin
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
2013-06-01Fix is_ipv4_broadcast() behaviour, don't return success for addressesDaniil Baturin
2013-06-01Add missing address format validation functions.Daniil Baturin
2013-06-01Improve IPv4 regular expressions.Daniil Baturin
2013-05-30Add missing license headers.Daniil Baturin
2013-05-27Again, multiple enhancements.Daniil Baturin