Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed IPv6 validation special case: single colon | Petr Vobornik | 2012-01-03 | 1 | -0/+5 |
| | | | | | | IPv6 parsing was incorrectly evaluating ':' as a valid IPv6 address. https://fedorahosted.org/freeipa/ticket/1466 | ||||
* | Parsing of IPv4 and IPv6 addresses | Petr Vobornik | 2011-12-21 | 1 | -0/+389 |
Added support of parsing and validation of IPv4 and IPv6 addresses. Class IP.address can also create reverse address from any valid IPv4 or IPv6 address. This functionality is needed for tickets: https://fedorahosted.org/freeipa/ticket/1466 https://fedorahosted.org/freeipa/ticket/1975 |