Project

General

Profile

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

# Date Author Comment
62512efa 01/18/2016 02:33 PM Stilez y

should be min($bits1, $bits2) for 'largest subnet'

94eb702f 01/13/2016 07:03 PM Stilez y

5 or 6

9f4a788f 01/13/2016 06:38 PM Stilez y

fix $subnet1 should be $subnet2, thanks rbgarba

9f8266cd 01/13/2016 12:05 PM Stilez y

fix 4 should be 6 (thanks, good catch)

e8d5be8e 01/13/2016 11:53 AM Stilez y

Fix logic for subnet overlap check + canonical for IPv6

The subnet overlap functions came up as a concern while fixing redmine 5702.
Specifically -
The "canonical" function check_subnets_overlap() doesn't handle IPv6 (util.inc has standardised on v4/v6/agnostic versions, but this doesn't fit). Fixed by adding transparent detection of v4/v6 and a specific IPv4-only version...

f8a6c824 12/23/2015 09:52 PM Chris Buechler

This broke things again. Revert "data sanitising: ip2long32, ip2ulong, long2ip32 (FIXED RESUBMIT of #2152)"

This reverts commit 4557e3fba627c91c37afba04681cdabf71eccf57.

4557e3fb 12/23/2015 03:34 PM Stilez y

data sanitising: ip2long32, ip2ulong, long2ip32 (FIXED RESUBMIT of #2152)

Self explanatory. If these functions find themselves trying to convert non-int data (or an x64 int with non-zeros in any bits >32) to dotted IPv4, or non-dotted IPv4 to integer IPv4 values, something's wrong and they shouldn't return a value that looks like they succeeded....

4bc0cbc3 12/21/2015 12:26 PM Renato Botelho

Silence array_map() call to avoid getting unlink errors for directories

a982330c 12/18/2015 06:47 PM Stephen Beaver

Reverts PR2152 reported as causing OpenVPN issues here: https://forum.pfsense.org/index.php?topic=104175.0

c18ba6bf 12/18/2015 06:38 AM Phil Davis

Fix gen_subnetv4_max

and use it in services_dhcp rather than trying to do the similar
calculation in-line.
Should fix redmine #5654 and probably a bunch of other things that use
gen_subnet_max

19b802f4 12/16/2015 03:36 AM Phil Davis

util.inc syntax error and code style

Line 578 of the previous commit had a bonus ")".
Code style also fixed up.

25b5c8c9 12/16/2015 02:50 AM Chris Buechler

Merge pull request #2151 from stilez/patch-11

209f4d22 12/16/2015 02:48 AM Chris Buechler

Merge pull request #2152 from stilez/patch-12

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

39f91304 12/15/2015 05:31 PM Renato Botelho

Retire verify_digital_signature() and pubkey.pem

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

a85ad858 12/03/2015 02:13 PM Stilez y

unlink_if_exists() : minor enhancement

two minor enhancements -

1) add a comment for skim-readers, that patterns are allowed (but not arrays?) and that no error is returned
2) use array_map rather than foreach loop

ce9dc198 12/03/2015 01:42 PM Stilez y

data sanitising: ip2long32, ip2ulong, long2ip32 (Resubmit of #1789)

Self explanatory. If these functions find themselves trying to convert non-int data (or an x64 int with non-zeros in any bits >32) to dotted IPv4, or non-dotted IPv4 to integer IPv4 values, something's wrong and they shouldn't return a value that looks like they succeeded.

ed516fa7 12/03/2015 01:22 PM Stilez y

IPv6-ify and rewrite ip_range_to_subnet_array() [resubmit of #1709 (was #974)]

Function cannot handle IPv6 ranges, and is horribly inefficient, because it uses splitting+function call recursion for each "half". Even if extended for IPv6, it is probably far too inefficient for IPv6 on low power hardware. As written it's simply unable to handle an IPv6 environment or IPv6 ranges. As a result, if used in an IPv6 context, it would fail....

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

76153238 11/27/2015 02:58 PM Luiz Souza

Simplify get_configured_carp_interface_list().

No functional changes.

a5bed5a2 11/26/2015 10:16 PM Luiz Souza

Convert CARP interface name to uniqid notation. Ticket #4858

ba360ed7 11/06/2015 04:18 PM Stephen Beaver

Copyright updates ( 3 of 3)

995df6c3 10/22/2015 12:58 PM Stephen Beaver

Completed #5333

e00ad357 10/06/2015 02:26 PM Renato Botelho

Merge pull request #1572 from stilez/patch-5

cc882a8b 09/17/2015 10:12 AM Daniel Seebald

Fixed is_domain method call

0edcccc3 09/17/2015 08:13 AM Daniel Seebald

Added the possibility to use wildcard hostnames in certificate manager SAN fields

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/