summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-04Jenkins: use build library from proper branch "equuleus"equuleusChristian Poessinger
2020-06-23Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-06-10Update changelog.Daniil Baturin
2020-06-10Remove some extra whitespace.Daniil Baturin
2020-06-10Make --is-*-host behaviour recognize IPv4 /31 and IPv6 /127 as valid host add...Daniil Baturin
2020-06-10Add tests for --is-any-hostDaniil Baturin
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Jenkins: adjust to new Debian Buster buildChristian Poessinger
2019-10-09Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec1VyOS_1.2-2019Q4Christian Poessinger
2019-05-24workaround for error "bash: cannot create temp file for here-document: Bad ad...Kim
2019-05-22Create Jenkinsfile currentKim 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