summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-04Merge pull request #11 from sever-sever/T6763HEADcurrentChristian Breunig
T6763: Delete Jenkins file
2024-10-04T6763: Delete Jenkins fileViacheslav Hletenko
2024-09-27Merge pull request #10 from dmbaturin/T6744-range-segfaultChristian Breunig
range: T6744: fix a crash when validating malformed ranges
2024-09-27range: T6744: fix a crash when validating malformed rangesDaniil Baturin
2024-09-14Merge pull request #7 from sever-sever/T6674-trigger-rebuils-currentChristian Breunig
T6674: Action add trigger workflow to rebuild package
2024-09-14T6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2024-02-17Clarify the reason to disallow the first IPv6 addressDaniil Baturin
of a network as a host address
2024-01-04Update the option reference in README.mdDaniil Baturin
2024-01-04Update copyright year and package versionDaniil Baturin
2024-01-04Add --range-prefix-length optionDaniil Baturin
to require the range boundaries to lie within the same subnet of a given size
2024-01-03Complete implementation of IPv4 and IPv6 address range checksDaniil Baturin
* Add IPv6 range checking and tests for it * Expose both options in the help message * Explain in comments how the range checking logic works
2024-01-03Improve comments for IP checking functionsDaniil Baturin
2023-03-12Debian: bump compat version 9 -> 12Christian Breunig
2022-09-06T4472: add an option for verifying IPv4 ranges (#6)Daniil Baturin
2021-06-23Debian: T3647: revise fix for gcc defaulting to option '--as-needed'John Estabrook
2021-06-22Debian: T3641: add flag --no-as-needed to search all linked librariesJohn Estabrook
2021-06-21Debian: remove stale dependency to alternating libcidr0-dev packageChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-02-10Correct the double colon check commands.Daniil Baturin
How late at night must it have been for me to write "semicolons"?
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 ↵Daniil Baturin
addresses.
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 ↵Kim
address" on arm64 docker
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
Added check as a build dependency
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 ↵Daniil Baturin
semicolons.
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
This reverts commit 418d0113a78ba57f525553b9b150d6adeaf38c0a.
2018-10-15Merge pull request #1 from EwaldvanGeffen/patch-1Christian Poessinger
T816 ipaddrcheck / libcidr but on IPv6 network validation
2018-10-15T816 ipaddrcheck / libcidr but on IPv6 network validationEwald van Geffen
https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch08s17.html or https://regex101.com/r/DMB0m2/1
2018-05-12Add debian packaging.Daniil Baturin
2018-05-12Resolve license inconsistencies (should be GPLv2+), update version and ↵Daniil Baturin
copyrights.
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