Commit Graph

25100 Commits

Author SHA1 Message Date
Chris Buechler
e03b6bbcf5 Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455 2015-03-03 23:40:03 -06:00
jim-p
1dbe220c9b Tweak the carp demotion factors slightly to avoid CARP transitions that are most likely unnecessary. 2015-03-03 14:19:25 -05:00
Renato Botelho
be83cc296e Merge pull request #1539 from phil-davis/patch-7 2015-03-03 08:09:17 -03:00
Renato Botelho
2c5ca6aed8 Merge pull request #1538 from phil-davis/patch-6 2015-03-03 08:08:27 -03:00
Renato Botelho
d9ac2354d5 Merge pull request #1537 from phil-davis/patch-5 2015-03-03 08:07:49 -03:00
Renato Botelho
3a1810a9ae Merge pull request #1536 from phil-davis/patch-4 2015-03-03 08:06:45 -03:00
Renato Botelho
f6aa92a108 Merge pull request #1535 from phil-davis/patch-3 2015-03-03 08:05:44 -03:00
Renato Botelho
adbbd4f976 Merge pull request #1533 from phil-davis/Code-Style-etc-inc-u 2015-03-03 08:03:57 -03:00
Renato Botelho
52886a07f8 Merge pull request #1532 from phil-davis/Code-Style-etc-inc-r-s 2015-03-03 08:02:23 -03:00
Renato Botelho
cb743abb72 Merge pull request #1531 from phil-davis/patch-2 2015-03-03 08:01:26 -03:00
Phil Davis
ec67423b80 Make the DHCP network booting options line up
by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
2015-03-03 16:33:56 +05:45
Phil Davis
47aa60f971 Make the Power Mode selection boxes line up
by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
2015-03-03 12:57:03 +05:45
Phil Davis
86481f75ec system_groupmanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
2015-03-03 12:38:40 +05:45
Phil Davis
3cd4406f9e system_usermanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
2015-03-03 12:30:04 +05:45
Phil Davis
ebfb1d0bbc Standardise power mode selection boxes
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?
2015-03-03 12:13:17 +05:45
Chris Buechler
58c58dcfa7 Remove "Prefer old SA" option, and ignore it in all existing configurations. 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. 2015-03-03 00:16:33 -06:00
Phil Davis
6b16c91c51 Add missing BR tags and fix display with pfsense_ng_fs theme
Fixes #4481
Similar issue to commit 5cfd948144
Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.
2015-03-03 11:41:37 +05:45
Phil Davis
751533a2c8 Code style etc inc u 2015-03-03 00:39:50 +05:45
Phil Davis
61e047a503 Code style etc in r s 2015-03-03 00:11:10 +05:45
Phil Davis
860842334c Be safe use require_once in zeromq
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.
2015-03-02 22:48:59 +05:45
Renato Botelho
8f5f40c9fc Merge pull request #1529 from phil-davis/Code-Style-pkg-utils 2015-03-02 09:10:38 -03:00
Renato Botelho
0f6a1db103 Merge pull request #1528 from phil-davis/Code-Style-putil 2015-03-02 09:08:31 -03:00
Renato Botelho
76de1b3fee Merge pull request #1526 from phil-davis/Code-Style-openvpn 2015-03-02 08:55:03 -03:00
Renato Botelho
969a579330 Merge pull request #1525 from phil-davis/Code-Style-etc-inc-i-to-p 2015-03-02 08:51:08 -03:00
Renato Botelho
a469662b18 Merge pull request #1530 from phil-davis/patch-2 2015-03-02 07:39:14 -03:00
Phil Davis
839966e396 Ancient bug on upgrade_014_to_015
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 588a183b0e
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?)
2015-03-01 21:31:48 +05:45
Phil Davis
49aec489d8 Code style for pkg-utils 2015-02-28 23:09:31 +05:45
Phil Davis
23a193dabc Code style for pfsense-utils 2015-02-28 20:25:02 +05:45
Renato Botelho
bb235b2780 Merge pull request #1527 from phil-davis/patch-2 2015-02-28 11:27:32 -03:00
Phil Davis
472da675cc Semi-colon went AWOL in dyndns.class
after putting it back the code runs much better :)
2015-02-28 18:41:39 +05:45
Phil Davis
ef00af3c3a Code style openvpn.inc 2015-02-28 14:46:21 +05:45
Phil Davis
b37a2e8c90 Code style for etc inc i to p 2015-02-28 14:25:49 +05:45
Renato Botelho
139deffb0f Merge pull request #1524 from phil-davis/Code-Style-Guide-Interfaces-inc 2015-02-27 11:35:13 -03:00
Renato Botelho
e59410d569 Merge pull request #1523 from phil-davis/patch-2 2015-02-27 10:57:54 -03:00
Renato Botelho
fd74eeeaa6 Merge pull request #1522 from phil-davis/Code-Style-Guide-etc-inc-f-to-g 2015-02-27 10:36:49 -03:00
Phil Davis
cf73302fd7 Code style guide interfaces.inc
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.
2015-02-27 11:13:45 +05:45
Phil Davis
918bdf0d45 More style guide changes
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.
2015-02-26 22:24:00 +05:45
Phil Davis
e6cbfb6528 Code style guide changes for filter.inc 2nd version
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.
2015-02-26 21:44:30 +05:45
Renato Botelho
aa2370d834 Fix track6 prefix id range in error message, reported on Pull Request #1517 2015-02-26 10:34:05 -03:00
jim-p
a41d910c6e Fix type (trime->trim) 2015-02-26 08:26:31 -05:00
Renato Botelho
ae52d165da Fix indent and remove some unecessary () 2015-02-26 10:12:56 -03:00
Renato Botelho
ae3b187af6 Merge pull request #1520 from phil-davis/Code-Style-Guide-etc-inc-a-to-e 2015-02-26 09:38:11 -03:00
Renato Botelho
9c8e788cc9 Merge pull request #1519 from phil-davis/Code-style-etc-misc 2015-02-26 09:37:47 -03:00
Renato Botelho
9e52dca6ea Merge pull request #1518 from k-paulius/fix-ntpd-unset-vars 2015-02-26 09:31:32 -03:00
Renato Botelho
ded7e5bf56 Merge pull request #1516 from phil-davis/patch-2 2015-02-26 09:28:14 -03:00
Renato Botelho
7136682ede Merge pull request #1515 from phil-davis/Style-updates 2015-02-26 09:25:41 -03:00
Phil Davis
9ba8799777 Code Style Guide etc inc f to g 2015-02-26 14:10:53 +05:45
Chris Buechler
777291a293 remove unused legacy code 2015-02-26 01:36:12 -06:00
Chris Buechler
95d2d24b1d Log ifconfig commands used to setup wireless interfaces 2015-02-26 01:32:26 -06:00
Phil Davis
1e0b172713 Code style guide etc in a to e 2015-02-26 11:27:52 +05:45