summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-15Revert "T816 ipaddrcheck / libcidr but on IPv6 network validation"revert-1-patch-1Daniil 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
2013-05-31Cleanup automake rules a little.Daniil Baturin
2013-05-31Make configure fail if pcre.h and libcidr.h are not found.Daniil Baturin
2013-05-31Add some help messages.Daniil Baturin
2013-05-31Remove fake failure from integration tests.Daniil Baturin
2013-05-30Add missing license headers.Daniil Baturin
2013-05-30Add integration tests skeleton and some testcases, include in "make check" ta...Daniil Baturin
2013-05-30Add assert.sh test automation framework (https://github.com/lehmannro/assert.sh)Daniil Baturin
2013-05-30Add proper autoconf metadata (URL, copyrights etc.)Daniil Baturin
2013-05-27Again, multiple enhancements.Daniil Baturin
2013-05-25Cleanup.Daniil Baturin
2013-05-25Fix previous commit.Daniil Baturin
2013-05-25Multiple improvements.Daniil Baturin
2013-05-22Fix initial commit.Daniil Baturin