Tidy up "firewall_nat_ntp_edit.php" XHTML
Close BR and INPUT tagsUpdate HTML Boolean OperatorsAdd missing closing TD tag
Use exec directly instead of exec_command
Fix and improve swap_usage()
- Fix a typo on awk syntax- Use php functions to extract desired value from swapinfo output
Fix indent and whitespaces
Merge pull request #608 from evansus/master
Merge commit to correct debugging issue
correct debug issue
Accidentally changed this from executing the zfs command to echoing theexpected command in previous commits.This had been set while debugging a better command to set ZFSROOTvariable.
Merge pull request #602 from evansus/patch-1
ZFSROOT not hardcoded to zpool or dataset 'tank'
Add nonewline to end of file to avoid issues when new options are added
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
Avoid duplicate default gw, also look for gateways with name different from WANGW that points to same IP
Merge pull request #2 from evansus/master
simpler zfs mount command
Use 'zfs mount' to get ZFSROOT dataset
using just zfs, grep, and cut, with a simple regexp
Some text/selection refinements to the previous DNS forwarder changes.
Add the ability for dnsmasq to selectively respond to queries only on certain IPs and bind to specific interfaces.
Add the ability to change the port on which dnsmasq listens.
Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.
Fix isvm check to match on product
Correct checking status of vhosts-http as submitted by: http://forum.pfsense.org/index.php/topic,61636.0.html
Remove the - in the word 'number'
Correct spelling on editing gif interface
ipprotocol is inet or inet6
Take dynamic6 into consideration too
Deduplicate and simplify code
Merge pull request #603 from CharlieMarshall/master
Tidy up diag_dns.php
Avoid set 2 sources on shaper wizard. Fixes #2959
Remove '>'
Merge pull request #1 from evansus/patch-1
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....
Fix whitespace and indent
Add a way to hide the uname easily.
Merge pull request #601 from CharlieMarshall/master
Tidy up services_wol.php
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
Rule created for penalty addresses on shaper wizard should not set 'any' as source. Fixes #2959
Remove nbsp
Allow IPs inside virtual IP networks to be used as gateways. Fixed #2962
Disable apc during bootup since its useless anyway and just consumes memory uselessly
Reload ipsec with dynamic hostnames after bootup that dns is available. Helps: http://forum.pfsense.org/index.php/topic,61301.0.html
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
Merge pull request #600 from ExolonDX/master
Update "firewall_rules.php"
Remove double quotes
Merge pull request #599 from ExolonDX/master
Update "pkg_edit.php"
Add missing closing B tagAdd missing closing TD tag
Seems behaviour of implode does not always produce a correct config so put it on the line to be generated
Make more strict comparison to avoid type issues when gw name only contain numbers. Fixes #2956
Merge pull request #597 from ExolonDX/branch_01
Tidy up "firewall_schedule_edit.php"
ID statements (DIV tags) cannot take a space separated list of words, souse the underscore character between the month and year.
Make the ID statement in the TABLE tags unique by adding the month andyear PHP variables to the ID...
Remove newline here
Rather test uniqueness from the filterdns itself to avoid duplicates
Do not put hostnames on the generated alias since filterdns will take care of that
Merge pull request #595 from ExolonDX/branch_05
Tidy up "firewall_schedule_edit,php" XHTML
Merge pull request #594 from ExolonDX/branch_04
Tidy up "firewall_rules.php" XHTML
Escape forward slash in Java scriptAdd summary to TABLE tagsClose SPAN tag correctlyUpdate HTML Boolean operatorsAdd ALT statement to IMG tags
Add summary to TABLE tagsMove space character to within the SPAN tagTidy up P tag
Merge pull request #593 from ExolonDX/branch_03
Tidy up "interfaces.php" XHTML
Merge pull request #592 from ExolonDX/branch_02
Tidy up "interfaces_pps_edit.php" XHTML
Merge pull request #591 from ExolonDX/branch_01
Tidy up "guiconfig.inc" XHTML
Add summary to TABLE tagsAdd missing opening and closing cell tags in TR tagTidy up closing FONT tagRemove duplicate closing TD tag and duplicate closing TR tagAdd missing opening TR tagRemove duplicate width statement...
Update HTML Boolean operatorsAdd summary to TABLE tagsAdd missing opening and closing cell tags in TR tagRemove duplicate opening TR tag
Remove the P tag between the DIV and TABLE tagChange the SPAN tag to a P tag and close properlyMove the class statement from the SPAN tag to the TD tagRemove the closing P and closing SPAN tags
Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.html
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.
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?...
Merge pull request #588 from ExolonDX/branch_21
Tidy up "pkg_edit.php" XHTML
Merge pull request #587 from ExolonDX/branch_20
Tidy up "pkg.php" XHTML
Merge pull request #589 from ExolonDX/branch_25
Tidy up "thermal_sonsors.widget.php" XHTML
Add CDATA section to SCRIPT tagMove the STYLE block into the "all.css" theme filesClose INPUT tagRemove name statement from DIV tagAdd summary statement to TABLE tag
Remove duplicate $size variableAdd summary statement to TABLE tags
Add missing opening and closing TR tag
Don't force/hardcode background color in terminal. See http://forum.pfsense.org/index.php/topic,61131.0.html
Merge pull request #586 from ExolonDX/branch_12
Merge pull request #585 from ExolonDX/branch_11
Merge pull request #584 from ExolonDX/branch_10
Tidy up "interfaces_lagg_edit.php" XHTML
Merge pull request #583 from ExolonDX/branch_09
Tidy up "interfaces_lagg.php" XHTML
Merge pull request #582 from ExolonDX/branch_08
Tidy up "interfaces_bridge_edit.php" XHTML
Merge pull request #581 from ExolonDX/branch_07
Tidy up "interfaces_bridge.php" XHTML
Merge pull request #580 from ExolonDX/branch_06
Tidy up "interfaces_gif_edit.php" XHTML
Merge pull request #579 from ExolonDX/branch_05
Tidy up "interfaces_gif.php" XHTML
Merge pull request #578 from ExolonDX/branch_04
Tidy up "interfaces_gre_edit.php" XHMTL
Merge pull request #577 from ExolonDX/branch_03
Tidy up "interfaces_gre.php" XHTML
Merge pull request #576 from ExolonDX/branch_02
Tidy up "interfaces_group_edit.php" XHTML
Update HTML Boolean operatorsClose a couple of missed INPUT tags
Close INPUT and BR tags
Update HTML Boolean operatorsPlace the class statement from the SPAN into the UL tag and remove theSPAN tagClose INPUT and BR tags
Move NOWRAP to class statementClose IMG and BR tagsDeprecate ampersand in ANCHOR tagAdd missing closing P tag
Add CDATA section to SCRIPT tagsUpdate HTML Boolean operatorsClose INPUT and BR tagsAdd missing closing P tagsAdd missing closing TD tagAdd missing closing SPAN tagRemove duplicate closing TD tags
Close BR and IMG tagsDeprecate ampersand in ANCHOR tag
Update HTML Boolean operatorsClose INPUT and BR tags
Update HTML Boolean operatorsClose BR and INPUT tags
Move NOWRAP to class statementClose BR and IMG tagsDeprecate ampersand in ANCHOR tags
Tidy up escaped forward slash in Javascript
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....
Merge pull request #575 from avandeweghe/patch-1
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
Merge pull request #574 from ExolonDX/branch_17
Tidy up "interfaces_ppps.php" XHTML