Project

General

Profile

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

# Date Author Comment
91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8b731067 02/20/2014 08:19 PM Ermal LUÇI

Correct obvious bug in IPv6.inc

77148acc 02/20/2014 08:06 PM Ermal LUÇI

s/PEAR.php/PEAR.inc/

bf416e49 02/20/2014 08:05 PM Ermal LUÇI

Actually take latest one from github. It has some more checks and more execution time penalities but catches more errors

03ab9b30 02/20/2014 08:00 PM Ermal LUÇI

Update IPV6.inc to latest 1.2.1 version

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