Project

General

Profile

Download (21 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b4924d86 05/14/2013 06:31 AM Phil Davis

Teach Net_IPv6:compress to handle a compressed address as input

7405845f 02/10/2013 09:38 PM Phil Davis

Do not allow 1:2:3:4:5:6:7:8::9 as an IPv6 address

The Net_IPv6 code has a bug - checkIPv6 returns "true" for addresses like:
1::2:3:4:5:6:7:8:9
1:2::3:4:5:6:7:8:9
...
1:2:3:4:5:6:7::8:9
1:2:3:4:5:6:7:8::9
these also emit the message:
Warning: str_repeat(): Second argument has to be greater than or equal to 0 in /etc/inc/IPv6.inc on line 496...

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

56c100ab 09/01/2010 08:53 PM Erik Fonnesbeck

Fix line endings on remaining files that did not have the same line endings as everything else.

b6aed0e1 09/12/2009 10:30 PM Scott Ullrich

s/util/utils/

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

ce996bd3 01/20/2009 06:30 AM Simon Cornelius P. Umacob

add IPv6.inc and NetUtils.js