summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix up textChris Buechler2015-03-057-10/+10
|
* Don't save config if input validation fails. Add input validation preventing ↵Chris Buechler2015-03-051-48/+55
| | | | "Harden DNSSEC Data" from being enabled if DNSSEC support isn't enabled.
* Remove the harden-glue option entirely and hard code it to yes. Ticket #4402Chris Buechler2015-03-053-18/+1
|
* Encode and check values for filtering variables in diag_logs_filter.phpjim-p2015-03-051-13/+13
|
* Do not render the services_unbound_acls page with an invalid ID.jim-p2015-03-051-0/+5
|
* Stricter validation and encoding for traffic shaper queues.jim-p2015-03-051-2/+2
|
* Jettison unused dragtable code from firewall_rules.php, it was broken and ↵jim-p2015-03-051-92/+2
| | | | inactive and only causing trouble.
* Improve validation and encoding of the zone for Captive Portal Statusjim-p2015-03-051-14/+19
|
* Be more strict about the file to restore or delete when working with full ↵jim-p2015-03-051-6/+10
| | | | backups.
* allow enabling Unbound when dnsmasq is enabled, if they're using diffChris Buechler2015-03-041-1/+2
| | | | ports. Ticket #4332
* Skip any numeric-only aliases in the ruleset to prevent errors from thoseChris Buechler2015-03-042-0/+9
| | | | who configured them on previous versions where that was allowed. Ticket
* Add missing comma. Fixes #4485jim-p2015-03-041-1/+1
|
* Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455Chris Buechler2015-03-031-0/+3
|
* Tweak the carp demotion factors slightly to avoid CARP transitions that are ↵jim-p2015-03-031-0/+2
| | | | most likely unnecessary.
* Merge pull request #1539 from phil-davis/patch-7Renato Botelho2015-03-031-8/+34
|\
| * Make the DHCP network booting options line upPhil Davis2015-03-031-8/+34
| | | | | | by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
* | Merge pull request #1538 from phil-davis/patch-6Renato Botelho2015-03-031-1/+1
|\ \
| * | system_groupmanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
| |/ | | | | It looks smaller and different to the Save button. This makes it the same.
* | Merge pull request #1537 from phil-davis/patch-5Renato Botelho2015-03-031-1/+1
|\ \
| * | system_usermanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
| |/ | | | | It looks smaller and different to the Save button. This makes it the same.
* | Merge pull request #1536 from phil-davis/patch-4Renato Botelho2015-03-031-23/+35
|\ \
| * | Make the Power Mode selection boxes line upPhil Davis2015-03-031-23/+35
| | | | | | | | | by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
| * | Standardise power mode selection boxesPhil Davis2015-03-031-1/+1
| | | | | | | | | | | | I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line. Maybe make them all on their own line, like this?
* | | Merge pull request #1535 from phil-davis/patch-3Renato Botelho2015-03-031-2/+2
|\ \ \
| * | | Add missing BR tags and fix display with pfsense_ng_fs themePhil Davis2015-03-031-2/+2
| |/ / | | | | | | | | | | | | Fixes #4481 Similar issue to commit https://github.com/pfsense/pfsense/commit/5cfd948144741ba0d6981f89b2e40257cb9ef2b1 Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.
* | | Merge pull request #1533 from phil-davis/Code-Style-etc-inc-uRenato Botelho2015-03-034-772/+1126
|\ \ \
| * | | Code style etc inc uPhil Davis2015-03-034-772/+1126
| |/ /
* | | Merge pull request #1532 from phil-davis/Code-Style-etc-inc-r-sRenato Botelho2015-03-038-1542/+2343
|\ \ \
| * | | Code style etc in r sPhil Davis2015-03-038-1542/+2343
| |/ /
* | | Merge pull request #1531 from phil-davis/patch-2Renato Botelho2015-03-031-1/+1
|\ \ \ | |_|/ |/| |
| * | Be safe use require_once in zeromqPhil Davis2015-03-021-1/+1
| |/ | | | | | | | | | | | | | | I was testing code and just doing stuff like: require_once("zeromq.inc"); in Diagnostics->Command Prompt, PHP Execute That brings an error because underneath that PHP Execute code it has already included auth.inc I guess zeromq.inc is used quite separately to the rest of the system, and must be OK just having a "require" here. But it seems safer to always use require_once, just in case it gets called in a new way/sequence. Comments welcome.
* | Remove "Prefer old SA" option, and ignore it in all existing configurations. ↵Chris Buechler2015-03-032-29/+1
|/ | | | Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.
* Merge pull request #1529 from phil-davis/Code-Style-pkg-utilsRenato Botelho2015-03-021-296/+403
|\
| * Code style for pkg-utilsPhil Davis2015-02-281-296/+403
| |
* | Merge pull request #1528 from phil-davis/Code-Style-putilRenato Botelho2015-03-021-472/+627
|\ \
| * | Code style for pfsense-utilsPhil Davis2015-02-281-472/+627
| |/
* | Merge pull request #1526 from phil-davis/Code-Style-openvpnRenato Botelho2015-03-021-165/+286
|\ \
| * | Code style openvpn.incPhil Davis2015-02-281-165/+286
| |/
* | Merge pull request #1525 from phil-davis/Code-Style-etc-inc-i-to-pRenato Botelho2015-03-0216-491/+654
|\ \
| * | Code style for etc inc i to pPhil Davis2015-02-2816-491/+654
| |/
* | Merge pull request #1530 from phil-davis/patch-2Renato Botelho2015-03-021-1/+1
|\ \
| * | Ancient bug on upgrade_014_to_015Phil Davis2015-03-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | This code looked silly the way it was, with the construct: $var = $var; unset($var); Seems it was accidentally changed to this way many years ago by https://github.com/pfsense/pfsense/commit/588a183b0e58f09932ffef35cc0003cca2313aba IMHO we want to do the conversion to $config['system']['gateway'] here so that later config conversion will then process it as expected. Note that in a current (2.2) config there is not $config['system']['gateway'] but that is switched over later in upgrade_021_to_022 - which switches back to $config['interfaces']['wan']['gateway'] and then later config conversions do their thing with that. I guess this will only effect people who upgrade from some really old config (or monowall?)
* | Merge pull request #1527 from phil-davis/patch-2Renato Botelho2015-02-281-1/+1
|\ \ | |/ |/|
| * Semi-colon went AWOL in dyndns.classPhil Davis2015-02-281-1/+1
|/ | | after putting it back the code runs much better :)
* Merge pull request #1524 from phil-davis/Code-Style-Guide-Interfaces-incRenato Botelho2015-02-271-1052/+1488
|\
| * Code style guide interfaces.incPhil Davis2015-02-271-1052/+1488
| | | | | | | | | | | | This is another big file that has many diffs so Github refuses to display them. I thought it best to keep doing individual commit-pull for ones like this.
* | Merge pull request #1523 from phil-davis/patch-2Renato Botelho2015-02-271-760/+1098
|\ \
| * | Code style guide changes for filter.inc 2nd versionPhil Davis2015-02-261-760/+1098
| |/ | | | | This is the changes to filter.inc as per the commits in https://github.com/pfsense/pfsense/pull/1521 but done in just 1 clean commit.
* | Merge pull request #1522 from phil-davis/Code-Style-Guide-etc-inc-f-to-gRenato Botelho2015-02-276-490/+644
|\ \ | |/ |/|
| * More style guide changesPhil Davis2015-02-262-7/+13
| | | | | | | | | | | | | | | | In gwlb.inc at line 676 and 779 I added an extra set of brackets. In the "if" clause as a whole there were a mix of && and || used that were relying on the PHP standard that && has precedence over || In actual fact the original code should have been working fine, the extra brackets make sure that the intention is clear.
OpenPOWER on IntegriCloud