Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix up text | Chris Buechler | 2015-03-05 | 7 | -10/+10 |
| | |||||
* | Don't save config if input validation fails. Add input validation preventing ↵ | Chris Buechler | 2015-03-05 | 1 | -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 #4402 | Chris Buechler | 2015-03-05 | 3 | -18/+1 |
| | |||||
* | Encode and check values for filtering variables in diag_logs_filter.php | jim-p | 2015-03-05 | 1 | -13/+13 |
| | |||||
* | Do not render the services_unbound_acls page with an invalid ID. | jim-p | 2015-03-05 | 1 | -0/+5 |
| | |||||
* | Stricter validation and encoding for traffic shaper queues. | jim-p | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | Jettison unused dragtable code from firewall_rules.php, it was broken and ↵ | jim-p | 2015-03-05 | 1 | -92/+2 |
| | | | | inactive and only causing trouble. | ||||
* | Improve validation and encoding of the zone for Captive Portal Status | jim-p | 2015-03-05 | 1 | -14/+19 |
| | |||||
* | Be more strict about the file to restore or delete when working with full ↵ | jim-p | 2015-03-05 | 1 | -6/+10 |
| | | | | backups. | ||||
* | allow enabling Unbound when dnsmasq is enabled, if they're using diff | Chris Buechler | 2015-03-04 | 1 | -1/+2 |
| | | | | ports. Ticket #4332 | ||||
* | Skip any numeric-only aliases in the ruleset to prevent errors from those | Chris Buechler | 2015-03-04 | 2 | -0/+9 |
| | | | | who configured them on previous versions where that was allowed. Ticket | ||||
* | Add missing comma. Fixes #4485 | jim-p | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455 | Chris Buechler | 2015-03-03 | 1 | -0/+3 |
| | |||||
* | Tweak the carp demotion factors slightly to avoid CARP transitions that are ↵ | jim-p | 2015-03-03 | 1 | -0/+2 |
| | | | | most likely unnecessary. | ||||
* | Merge pull request #1539 from phil-davis/patch-7 | Renato Botelho | 2015-03-03 | 1 | -8/+34 |
|\ | |||||
| * | Make the DHCP network booting options line up | Phil Davis | 2015-03-03 | 1 | -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-6 | Renato Botelho | 2015-03-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | system_groupmanager edit cancel button looks small | Phil Davis | 2015-03-03 | 1 | -1/+1 |
| |/ | | | | | It looks smaller and different to the Save button. This makes it the same. | ||||
* | | Merge pull request #1537 from phil-davis/patch-5 | Renato Botelho | 2015-03-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | system_usermanager edit cancel button looks small | Phil Davis | 2015-03-03 | 1 | -1/+1 |
| |/ | | | | | It looks smaller and different to the Save button. This makes it the same. | ||||
* | | Merge pull request #1536 from phil-davis/patch-4 | Renato Botelho | 2015-03-03 | 1 | -23/+35 |
|\ \ | |||||
| * | | Make the Power Mode selection boxes line up | Phil Davis | 2015-03-03 | 1 | -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 boxes | Phil Davis | 2015-03-03 | 1 | -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-3 | Renato Botelho | 2015-03-03 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Add missing BR tags and fix display with pfsense_ng_fs theme | Phil Davis | 2015-03-03 | 1 | -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-u | Renato Botelho | 2015-03-03 | 4 | -772/+1126 |
|\ \ \ | |||||
| * | | | Code style etc inc u | Phil Davis | 2015-03-03 | 4 | -772/+1126 |
| |/ / | |||||
* | | | Merge pull request #1532 from phil-davis/Code-Style-etc-inc-r-s | Renato Botelho | 2015-03-03 | 8 | -1542/+2343 |
|\ \ \ | |||||
| * | | | Code style etc in r s | Phil Davis | 2015-03-03 | 8 | -1542/+2343 |
| |/ / | |||||
* | | | Merge pull request #1531 from phil-davis/patch-2 | Renato Botelho | 2015-03-03 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Be safe use require_once in zeromq | Phil Davis | 2015-03-02 | 1 | -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 Buechler | 2015-03-03 | 2 | -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-utils | Renato Botelho | 2015-03-02 | 1 | -296/+403 |
|\ | |||||
| * | Code style for pkg-utils | Phil Davis | 2015-02-28 | 1 | -296/+403 |
| | | |||||
* | | Merge pull request #1528 from phil-davis/Code-Style-putil | Renato Botelho | 2015-03-02 | 1 | -472/+627 |
|\ \ | |||||
| * | | Code style for pfsense-utils | Phil Davis | 2015-02-28 | 1 | -472/+627 |
| |/ | |||||
* | | Merge pull request #1526 from phil-davis/Code-Style-openvpn | Renato Botelho | 2015-03-02 | 1 | -165/+286 |
|\ \ | |||||
| * | | Code style openvpn.inc | Phil Davis | 2015-02-28 | 1 | -165/+286 |
| |/ | |||||
* | | Merge pull request #1525 from phil-davis/Code-Style-etc-inc-i-to-p | Renato Botelho | 2015-03-02 | 16 | -491/+654 |
|\ \ | |||||
| * | | Code style for etc inc i to p | Phil Davis | 2015-02-28 | 16 | -491/+654 |
| |/ | |||||
* | | Merge pull request #1530 from phil-davis/patch-2 | Renato Botelho | 2015-03-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Ancient bug on upgrade_014_to_015 | Phil Davis | 2015-03-01 | 1 | -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-2 | Renato Botelho | 2015-02-28 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Semi-colon went AWOL in dyndns.class | Phil Davis | 2015-02-28 | 1 | -1/+1 |
|/ | | | after putting it back the code runs much better :) | ||||
* | Merge pull request #1524 from phil-davis/Code-Style-Guide-Interfaces-inc | Renato Botelho | 2015-02-27 | 1 | -1052/+1488 |
|\ | |||||
| * | Code style guide interfaces.inc | Phil Davis | 2015-02-27 | 1 | -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-2 | Renato Botelho | 2015-02-27 | 1 | -760/+1098 |
|\ \ | |||||
| * | | Code style guide changes for filter.inc 2nd version | Phil Davis | 2015-02-26 | 1 | -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-g | Renato Botelho | 2015-02-27 | 6 | -490/+644 |
|\ \ | |/ |/| | |||||
| * | More style guide changes | Phil Davis | 2015-02-26 | 2 | -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. |