Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
57d6508d 05/01/2013 07:05 PM Colin Fleming

Tidy up "firewall_nat_ntp_edit.php" XHTML

Close BR and INPUT tags
Update HTML Boolean Operators
Add missing closing TD tag

dfe2769c 04/30/2013 07:03 PM Renato Botelho

Use exec directly instead of exec_command

bc488151 04/30/2013 05:09 PM Renato Botelho

Fix and improve swap_usage()

- Fix a typo on awk syntax
- Use php functions to extract desired value from swapinfo output

af0b57cb 04/30/2013 05:07 PM Renato Botelho

Fix indent and whitespaces

1a8b561c 04/30/2013 04:58 PM rbgarga

Merge pull request #608 from evansus/master

Merge commit to correct debugging issue

b0307435 04/30/2013 03:53 PM Evan Susarret

correct debug issue

Accidentally changed this from executing the zfs command to echoing the
expected command in previous commits.
This had been set while debugging a better command to set ZFSROOT
variable.

0d0cda18 04/30/2013 03:32 PM rbgarga

Merge pull request #602 from evansus/patch-1

ZFSROOT not hardcoded to zpool or dataset 'tank'

5d442949 04/29/2013 02:07 PM Renato Botelho

Add nonewline to end of file to avoid issues when new options are added

f87d0bb7 04/29/2013 02:05 PM Renato Botelho

Add nonewline to end of file to avoid issues when new options are added

ac62a50d 04/29/2013 08:46 AM Ermal LUÇI

Do not force the check to avoid garbling filesystems. Also be specific to check / filesystem and /cf on nano platform since the others will be checked on php code

004c1412 04/28/2013 02:12 PM Renato Botelho

Avoid duplicate default gw, also look for gateways with name different from WANGW that points to same IP

453966f4 04/28/2013 10:50 AM Evan Susarret

Merge pull request #2 from evansus/master

simpler zfs mount command

c56caf59 04/28/2013 10:43 AM Evan Susarret

Use 'zfs mount' to get ZFSROOT dataset

using just zfs, grep, and cut, with a simple regexp

79d03c40 04/26/2013 07:09 PM Jim Pingle

Some text/selection refinements to the previous DNS forwarder changes.

b4323f39 04/26/2013 06:53 PM Jim Pingle

Add the ability for dnsmasq to selectively respond to queries only on certain IPs and bind to specific interfaces.

e6c49e3d 04/26/2013 05:51 PM Jim Pingle

Add the ability to change the port on which dnsmasq listens.

81448ffa 04/26/2013 05:10 PM Jim Pingle

Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.

58897b8c 04/26/2013 08:35 AM Warren Baker

Fix isvm check to match on product

18725085 04/26/2013 07:33 AM Ermal LUÇI

Correct checking status of vhosts-http as submitted by: http://forum.pfsense.org/index.php/topic,61636.0.html

474b4deb 04/25/2013 08:24 PM Warren Baker

Remove the - in the word 'number'

8976f70d 04/25/2013 08:16 PM Warren Baker

Correct spelling on editing gif interface

8e78c82c 04/25/2013 11:32 AM Renato Botelho

ipprotocol is inet or inet6

26190b11 04/25/2013 11:30 AM Renato Botelho

Take dynamic6 into consideration too

65cfd0ca 04/25/2013 11:28 AM Renato Botelho

Deduplicate and simplify code

e52df814 04/24/2013 01:06 PM Warren Baker

Merge pull request #603 from CharlieMarshall/master

Tidy up diag_dns.php

9fdf9660 04/24/2013 10:51 AM Renato Botelho

Avoid set 2 sources on shaper wizard. Fixes #2959

45c568c1 04/24/2013 10:13 AM Charlie Marshall

Tidy up diag_dns.php

Remove '>'

2fb0d9ce 04/24/2013 09:28 AM Evan Susarret

Merge pull request #1 from evansus/patch-1

ZFSROOT not hardcoded to zpool or dataset 'tank'

98304a92 04/24/2013 09:18 AM Evan Susarret

ZFSROOT not hardcoded to zpool or dataset 'tank'

For ZFS root readonly case, the WHEREISROOT variable was grep-ing for 'tank', expecting a zpool with that name.

A workaround of naming a dataset 'tank', for example, 'sys/ROOT/tank' or 'sys/tank/pfSense' is compatible, however this shouldn't be hardcoded in....

f8fee2ce 04/23/2013 11:33 PM Renato Botelho

Fix whitespace and indent

3312d8af 04/23/2013 04:31 PM Jim Pingle

Add a way to hide the uname easily.

2c43da1f 04/23/2013 03:42 PM rbgarga

Merge pull request #601 from CharlieMarshall/master

Tidy up services_wol.php

e22e834d 04/23/2013 03:40 PM Renato Botelho

When <disableallfieldsbydefault> is set on a wizard, call enablechange(), disablechange() and showchange() after disableall() functions to avoid issues when it was previously enabled and fields have values

ead734fe 04/23/2013 03:21 PM Renato Botelho

Fix indent and whitespaces

1e2d831c 04/23/2013 03:16 PM Renato Botelho

Fix whitespace and indent

be57a697 04/23/2013 03:08 PM Renato Botelho

Rule created for penalty addresses on shaper wizard should not set 'any' as source. Fixes #2959

0aa3929b 04/23/2013 03:05 PM Renato Botelho

Fix indent and whitespaces

ae92e820 04/23/2013 02:16 PM Charlie Marshall

Tidy up services_wol.php

Remove nbsp

55705b33 04/23/2013 12:40 PM Renato Botelho

Allow IPs inside virtual IP networks to be used as gateways. Fixed #2962

abb87c26 04/22/2013 08:30 PM Ermal LUÇI

Disable apc during bootup since its useless anyway and just consumes memory uselessly

e5b89d37 04/22/2013 08:29 PM Ermal LUÇI

Reload ipsec with dynamic hostnames after bootup that dns is available. Helps: http://forum.pfsense.org/index.php/topic,61301.0.html

6a781df6 04/22/2013 08:27 PM Ermal LUÇI

Make return value of vpn_ipsec_configure() have a meaning when ipsec is enabled. This can be used to detect if there are dynamic hostnames on ipsec policies

678e8bc4 04/22/2013 12:46 PM Jim Pingle

Merge pull request #600 from ExolonDX/master

Update "firewall_rules.php"

fd35c8c1 04/22/2013 12:45 PM Colin Fleming

Update "firewall_rules.php"

Remove double quotes

0965280e 04/22/2013 11:12 AM rbgarga

Merge pull request #599 from ExolonDX/master

Update "pkg_edit.php"

8612c539 04/22/2013 10:09 AM Colin Fleming

Update "pkg_edit.php"

Add missing closing B tag
Add missing closing TD tag

e275e98d 04/19/2013 09:09 AM Ermal LUÇI

Seems behaviour of implode does not always produce a correct config so put it on the line to be generated

d97eccf9 04/18/2013 05:28 PM Renato Botelho

Make more strict comparison to avoid type issues when gw name only contain numbers. Fixes #2956

f040882c 04/18/2013 05:28 PM Renato Botelho

Fix whitespace and indent

e789ec6a 04/18/2013 05:12 PM rbgarga

Merge pull request #597 from ExolonDX/branch_01

Tidy up "firewall_schedule_edit.php"

242a9331 04/18/2013 04:02 PM Colin Fleming

Tidy up "firewall_schedule_edit.php"

ID statements (DIV tags) cannot take a space separated list of words, so
use the underscore character between the month and year.

Make the ID statement in the TABLE tags unique by adding the month and
year PHP variables to the ID...

256e6740 04/18/2013 07:53 AM Ermal LUÇI

Remove newline here

4e9c6dba 04/18/2013 07:51 AM Ermal LUÇI

Rather test uniqueness from the filterdns itself to avoid duplicates

6e99f6b0 04/18/2013 07:45 AM Ermal LUÇI

Do not put hostnames on the generated alias since filterdns will take care of that

b0eecf93 04/17/2013 03:43 PM rbgarga

Merge pull request #595 from ExolonDX/branch_05

Tidy up "firewall_schedule_edit,php" XHTML

1ba60064 04/17/2013 03:43 PM rbgarga

Merge pull request #594 from ExolonDX/branch_04

Tidy up "firewall_rules.php" XHTML

34be89d1 04/17/2013 03:23 PM Colin Fleming

Tidy up "firewall_schedule_edit,php" XHTML

Escape forward slash in Java script
Add summary to TABLE tags
Close SPAN tag correctly
Update HTML Boolean operators
Add ALT statement to IMG tags

44605bc8 04/17/2013 03:20 PM Colin Fleming

Tidy up "firewall_rules.php" XHTML

Add summary to TABLE tags
Move space character to within the SPAN tag
Tidy up P tag

d0206218 04/17/2013 02:53 PM Jim Pingle

Merge pull request #593 from ExolonDX/branch_03

Tidy up "interfaces.php" XHTML

0dea60f2 04/17/2013 02:52 PM Jim Pingle

Merge pull request #592 from ExolonDX/branch_02

Tidy up "interfaces_pps_edit.php" XHTML

3d4e611b 04/17/2013 02:49 PM Jim Pingle

Merge pull request #591 from ExolonDX/branch_01

Tidy up "guiconfig.inc" XHTML

168549b9 04/17/2013 02:45 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Add summary to TABLE tags
Add missing opening and closing cell tags in TR tag
Tidy up closing FONT tag
Remove duplicate closing TD tag and duplicate closing TR tag
Add missing opening TR tag
Remove duplicate width statement...

a0608cbd 04/17/2013 02:41 PM Colin Fleming

Tidy up "interfaces_pps_edit.php" XHTML

Update HTML Boolean operators
Add summary to TABLE tags
Add missing opening and closing cell tags in TR tag
Remove duplicate opening TR tag

8cbda52b 04/17/2013 02:38 PM Colin Fleming

Tidy up "guiconfig.inc" XHTML

Remove the P tag between the DIV and TABLE tag
Change the SPAN tag to a P tag and close properly
Move the class statement from the SPAN tag to the TD tag
Remove the closing P and closing SPAN tags

c06e4f69 04/17/2013 12:58 PM Ermal LUÇI

Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.html

d68585d3 04/17/2013 11:43 AM Jim Pingle

Merge pull request #590 from ky41083/patch-1

Update rc.firmware again to support upgrades on USB Flash devices that are off by even larger amounts.

af4703e4 04/17/2013 08:02 AM ky41083 -

Update rc.firmware

Previous USB patch to add 4MB to partition size calculation was not only not working, but worse, causing dev's to close all related tickets as duplicates when it clearly still needed fixing.

Also, some dev's cited that "the CF install base is so much larger it's not worth breaking". Well, you've already broken it by adding a 4MB buffer for USB, which doesn't work. Either patch it right at 6MB, or completely take out the buffer all together to "fix" CF upgrades again. Why sit on a double broken patch?...

877f3636 04/16/2013 07:33 PM Jim Pingle

Merge pull request #588 from ExolonDX/branch_21

Tidy up "pkg_edit.php" XHTML

cbef8516 04/16/2013 07:33 PM Jim Pingle

Merge pull request #587 from ExolonDX/branch_20

Tidy up "pkg.php" XHTML

159220eb 04/16/2013 07:05 PM Jim Pingle

Merge pull request #589 from ExolonDX/branch_25

Tidy up "thermal_sonsors.widget.php" XHTML

aa6ea858 04/16/2013 06:46 PM Colin Fleming

Tidy up "thermal_sonsors.widget.php" XHTML

Add CDATA section to SCRIPT tag
Move the STYLE block into the "all.css" theme files
Close INPUT tag
Remove name statement from DIV tag
Add summary statement to TABLE tag

2a83d2bd 04/16/2013 06:22 PM Colin Fleming

Tidy up "pkg_edit.php" XHTML

Remove duplicate $size variable
Add summary statement to TABLE tags

f4b58425 04/16/2013 06:20 PM Colin Fleming

Tidy up "pkg.php" XHTML

Add missing opening and closing TR tag

29ad92ab 04/16/2013 06:00 PM Jim Pingle

Don't force/hardcode background color in terminal. See http://forum.pfsense.org/index.php/topic,61131.0.html

6862838e 04/16/2013 01:53 PM Jim Pingle

Merge pull request #586 from ExolonDX/branch_12

Tidy up "interfaces.php" XHTML

f3030db1 04/16/2013 01:52 PM Jim Pingle

Merge pull request #585 from ExolonDX/branch_11

Tidy up "interfaces_pps_edit.php" XHTML

1f0e4f1e 04/16/2013 01:51 PM Jim Pingle

Merge pull request #584 from ExolonDX/branch_10

Tidy up "interfaces_lagg_edit.php" XHTML

2ad63088 04/16/2013 01:51 PM Jim Pingle

Merge pull request #583 from ExolonDX/branch_09

Tidy up "interfaces_lagg.php" XHTML

d18bb6a4 04/16/2013 01:50 PM Jim Pingle

Merge pull request #582 from ExolonDX/branch_08

Tidy up "interfaces_bridge_edit.php" XHTML

1d37edc1 04/16/2013 01:49 PM Jim Pingle

Merge pull request #581 from ExolonDX/branch_07

Tidy up "interfaces_bridge.php" XHTML

138a47f8 04/16/2013 01:49 PM Jim Pingle

Merge pull request #580 from ExolonDX/branch_06

Tidy up "interfaces_gif_edit.php" XHTML

17eb23e0 04/16/2013 01:49 PM Jim Pingle

Merge pull request #579 from ExolonDX/branch_05

Tidy up "interfaces_gif.php" XHTML

dc547128 04/16/2013 01:48 PM Jim Pingle

Merge pull request #578 from ExolonDX/branch_04

Tidy up "interfaces_gre_edit.php" XHMTL

466d8227 04/16/2013 01:47 PM Jim Pingle

Merge pull request #577 from ExolonDX/branch_03

Tidy up "interfaces_gre.php" XHTML

b55cc122 04/16/2013 01:47 PM Jim Pingle

Merge pull request #576 from ExolonDX/branch_02

Tidy up "interfaces_group_edit.php" XHTML

339d2743 04/16/2013 01:35 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Update HTML Boolean operators
Close a couple of missed INPUT tags

35dccd59 04/16/2013 01:19 PM Colin Fleming

Tidy up "interfaces_pps_edit.php" XHTML

Close INPUT and BR tags

4787b359 04/16/2013 01:13 PM Colin Fleming

Tidy up "interfaces_lagg_edit.php" XHTML

Update HTML Boolean operators
Place the class statement from the SPAN into the UL tag and remove the
SPAN tag
Close INPUT and BR tags

edc5535a 04/16/2013 01:10 PM Colin Fleming

Tidy up "interfaces_lagg.php" XHTML

Move NOWRAP to class statement
Close IMG and BR tags
Deprecate ampersand in ANCHOR tag
Add missing closing P tag

740ede5d 04/16/2013 01:03 PM Colin Fleming

Tidy up "interfaces_bridge_edit.php" XHTML

Add CDATA section to SCRIPT tags
Update HTML Boolean operators
Close INPUT and BR tags
Add missing closing P tags
Add missing closing TD tag
Add missing closing SPAN tag
Remove duplicate closing TD tags

7c9aa7dd 04/16/2013 01:00 PM Colin Fleming

Tidy up "interfaces_bridge.php" XHTML

Close BR and IMG tags
Deprecate ampersand in ANCHOR tag

a20a972d 04/16/2013 12:42 PM Colin Fleming

Tidy up "interfaces_gif_edit.php" XHTML

Update HTML Boolean operators
Close INPUT and BR tags

6c7fe3b7 04/16/2013 12:41 PM Colin Fleming

Tidy up "interfaces_gif.php" XHTML

Move NOWRAP to class statement
Close IMG and BR tags
Deprecate ampersand in ANCHOR tag
Add missing closing P tag

f8b41933 04/16/2013 12:34 PM Colin Fleming

Tidy up "interfaces_gre_edit.php" XHMTL

Update HTML Boolean operators
Close BR and INPUT tags

d9ad41af 04/16/2013 12:32 PM Colin Fleming

Tidy up "interfaces_gre.php" XHTML

Move NOWRAP to class statement
Close BR and IMG tags
Deprecate ampersand in ANCHOR tags

329bb072 04/16/2013 12:26 PM Colin Fleming

Tidy up "interfaces_group_edit.php" XHTML

Tidy up escaped forward slash in Javascript

fcaa56b1 04/16/2013 12:04 PM Seth Mos

Install Plan B for upgrading the RRD files to the newer format to add IPv6 fields.
We now perform a search and replace on the XML contents to add fields instead of reading the XML into a PHP array.
A conversion with a 2.0 config on a 128MB VM without swap is succesful, needs more testing....

b794b214 04/16/2013 07:06 AM Ermal Luçi

Merge pull request #575 from avandeweghe/patch-1

Add default case when detecting dynamic gateway ip

4fdd86a3 04/15/2013 11:37 PM avandeweghe

Add default case when detecting dynamic gateway ip

Add a default to $wancfg['ipaddr'] case for both ipv4 and ipv6 to allow gateway ip to be returned rather then 'dynamic' for an openvpn connection

f803db6a 04/15/2013 11:06 PM rbgarga

Merge pull request #574 from ExolonDX/branch_17

Tidy up "interfaces_ppps.php" XHTML