summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-31Make --is-*-host behaviour recognize IPv4 /31 and IPv6 /127 as valid host add...cruxDaniil Baturin
2019-10-09Jenkins: import Pipeline from vyos-1x commit b198cc6f065dChristian Poessinger
2019-05-24 workaround for error "bash: cannot create temp file for here-document: Bad a...Kim
2019-05-22Create Jenkinsfile cruxKim Hagen
2019-01-31Add alternative libcidr0-dev to build dependenciesmasterChristian Poessinger
2019-01-22Merge pull request #4 from njh/check-dependencyv1.1Daniil Baturin
2019-01-21Added check as a build dependencyNicholas Humfrey
2018-11-29Add building and testing instructions.Daniil Baturin
2018-11-29T816: add unit tests for the case of IPv6 addresses with multiple double semi...Daniil Baturin
2018-11-13Formatting fix.Daniil Baturin
2018-11-13T816: disallow duplicate double semicolons.Daniil Baturin
2018-11-13Update the changelog and increase the version.Daniil Baturin
2018-11-13T1006: add a --verbose option and diagnostic messages for common mistakes.Daniil Baturin
2018-10-15Revert "T816 ipaddrcheck / libcidr but on IPv6 network validation"Daniil Baturin
2018-10-15Merge pull request #1 from EwaldvanGeffen/patch-1Christian Poessinger
2018-10-15T816 ipaddrcheck / libcidr but on IPv6 network validationEwald van Geffen
2018-05-12Add debian packaging.Daniil Baturin
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and copyri...Daniil Baturin
2013-12-01Add --help output to README.mdDaniil Baturin
2013-06-09Add include guard to the header.Daniil Baturin
2013-06-04Fix break's in switch.Daniil Baturin
2013-06-03Improve option/argument errors handling.Daniil Baturin
2013-06-03Add unit tests for is_any_host() and is_any_net().Daniil Baturin
2013-06-03Add man/ dir to the autoconf rules.Daniil Baturin
2013-06-03Remove some debug output.Daniil Baturin
2013-06-03Add a man page draft.Daniil Baturin
2013-06-03Add boilerplates for is-any-host and is-any-net.Daniil Baturin
2013-06-03Add check for CIDR format in host vs. net and broadcast checks,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-03Improve version message.Daniil Baturin
2013-06-02Merge branch 'master' of github.com:SO3Group/ipaddrcheckDaniil Baturin
2013-06-02Fix some typos in integration tests.Stanislav Tkachenko
2013-06-02Merge branch 'master' of github.com:SO3Group/ipaddrcheckDaniil Baturin
2013-06-02Merge branch 'master' of https://github.com/SO3Group/ipaddrcheckStanislav Tkachenko
2013-06-02Added a few integration testsStanislav Tkachenko
2013-06-02Don't allow IPv4 limited broadcast address as valid interface address.Daniil Baturin
2013-06-02Clarify --is-valid help string.Daniil Baturin
2013-06-02Exit with different exit code in case of errors unrelatedDaniil Baturin
2013-06-02Improve help message.Daniil Baturin
2013-06-02Do not proceed with further validation if address string is not well formed.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 unit test for has_mask() too.Daniil Baturin
2013-06-01Remove has_mask(), it will be replaced with better is_cidr()Daniil Baturin
2013-06-01Add IPv6 format validation support to the main program.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-31Add option for help explicitly.Daniil Baturin