Renato Botelho
caaaf9ceec
Add missing require for filter.inc since vpn_ipsec_configure() calls filter_configure(). It should fix #4236
2015-01-21 14:36:43 -02:00
Ermal LUÇI
778d2ea98a
Ticket #4254 specify the list of interfaces to be used by charon. This is a workaround for now. Being investigated the fix.
2015-01-21 09:32:06 +01:00
Chris Buechler
2f74d9d896
Use the parent NIC rather than the VIP. Fixes part of Ticket #4252
2015-01-21 00:35:57 -06:00
jim-p
81292a2faf
The reset button check should happen on all platforms, not only NanoBSD
2015-01-20 16:54:22 -05:00
Renato Botelho
365fc95dbd
Add reset button support for APU and FW7541
2015-01-19 09:09:43 -02:00
Chris Buechler
5a8519bbb1
add detection for 7541, APU
2015-01-16 23:15:57 -06:00
Jared Dillard
6f1d609bdf
move jquery ui css to theme folders
2015-01-16 18:01:34 -06:00
Chris Buechler
77fa86b00f
make master 2.3-DEVELOPMENT
2015-01-16 13:35:37 -06:00
Renato Botelho
b9a12ae073
Still missed one mistake on last commit
2015-01-16 14:50:01 -02:00
Renato Botelho
b9ad208ca9
Fix some logic mistakes introduced in 89f171b052, spotted by phil-davis
2015-01-16 14:49:12 -02:00
Renato Botelho
0a1f1301fa
fix syntax and unbreak pfsense-utils.inc
2015-01-16 14:30:10 -02:00
Renato Botelho
daae5e034f
fix syntax and unbreak interfaces.inc
2015-01-16 14:24:03 -02:00
Renato Botelho
0c5dd854a8
Validate if both IP address and subnet are valid and the same version. Fixes #4223
2015-01-16 11:50:34 -02:00
Renato Botelho
65f9080d47
Merge pull request #1441 from phil-davis/patch-1
2015-01-15 19:04:34 -02:00
Ermal LUÇI
81b7bc4b06
Time to let these go
2015-01-15 21:41:29 +01:00
Ermal LUÇI
19523ce29c
Ticket #3997 s/_vhid/_vip/g
2015-01-15 21:20:56 +01:00
Ermal LUÇI
eef9a15d34
Ticket #3997 Put a uniq identifier on the carp settings.
2015-01-15 20:58:31 +01:00
Ermal LUÇI
dc41ccaf3c
Just do an update since it will handle itself properly.
2015-01-15 20:18:24 +01:00
Ermal LUÇI
89f171b052
Ticket #3997 , teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code
2015-01-15 20:17:46 +01:00
Phil Davis
fe0fa4c3cb
Firewall Rules Apply be friendly to other languages
...
Forum: https://forum.pfsense.org/index.php?topic=86808.0
Redmine: https://redmine.pfsense.org/issues/3886
print_info_box_np() when called with just the first $msg parameter has some rough tests to decide if the "Apply" button should be displayed. It checks if the translation of "apply", "save" or "create" appears in the $msg string (which is a translated string itself). If the $msg string did not translate, and thus remains in English, but gettext("apply") does translate then the e.g. Turkish word for "apply" is not going to appear in the English $msg string. So things go wrong.
print_info_box_np already has extra parameters to tell it explicitly $showapply - and for this stuff we know we want the apply button, regardless of how the various text string translations work out. Thus I have provided those parameters here.
I also changed the construction of the text to pass as $msg, breaking it up like in firewall_aliases.php - this means that the string "You must apply the changes in order for them to take effect." translates and you get at least that Turkish displayed.
IMHO it would be beneficial to change lots of these print_info_box_np calls to explicitly set $showapply=true - that will ensure that the apply button shows (and thus the user can perform the needed actions) regardless of how well/not well the translation of the text turns out.
2015-01-16 00:00:42 +05:45
Ermal LUÇI
98bf4991dc
Fixes #4150 . Move to tables to accomodate unlimited number of interfaces.
2015-01-15 18:53:54 +01:00
Ermal LUÇI
07d0d1b23f
Add RSA keys even for eap-mschapv2
2015-01-15 08:45:53 +01:00
Ermal LUÇI
37656b1015
Oops add missing curly
2015-01-14 17:03:22 +01:00
Ermal LUÇI
54ab1bdcaa
Also take care of ph1 mobile settings for eap-tls
2015-01-14 17:03:17 +01:00
Renato Botelho
38f77f4ff5
Obsolete libpng15 in favour of libpng16
2015-01-14 12:11:41 -02:00
Ermal LUÇI
10e2acb5f0
Add EAP-MSChapv2 implementation for Windows ipsec support as reported here https://forum.pfsense.org/index.php?topic=81657.15
2015-01-14 12:28:04 +01:00
Renato Botelho
5526efab3d
Merge pull request #1439 from wagonza/patch-5
2015-01-14 09:22:48 -02:00
Warren Baker
46762efee6
Correctly handle number of cores and power of 2. Merged from the package already had this. Fixes #4212
2015-01-14 13:09:31 +02:00
Ermal LUÇI
a6a42b6d06
Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208
2015-01-13 20:44:07 +01:00
Ermal LUÇI
1ec35c4d59
Add some saftey belts here to be safe
2015-01-13 20:21:19 +01:00
Ermal LUÇI
191d539292
Heh bump the config version
2015-01-13 20:19:36 +01:00
Ermal LUÇI
1fe208ec9e
To avoid issues with clashing SAIDs go back to specifying the reqid in strongswan config.
...
To be able to manage this first upgrade the config to assign each phase2 an reqid
Second use that during config generation
Ticket #4208
2015-01-13 19:57:23 +01:00
Renato Botelho
5a5615ce07
Merge pull request #1437 from xbipin/master
2015-01-13 13:00:48 -02:00
xbipin
f65102071d
Improving aesthetics.
...
Make title color more consistent with other pages.
Improving aesthetics.
2015-01-13 18:37:52 +04:00
Chris Buechler
51ef74991c
Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.
2015-01-12 19:25:15 -06:00
Renato Botelho
f285d03925
Fix IPsec widget for multiple P2, it fixes #4164
2015-01-12 21:50:41 -02:00
Chris Buechler
a9402b961b
Merge pull request #1430 from wagonza/patch-4
2015-01-12 16:32:57 -06:00
Chris Buechler
bf6c57c7ab
Merge pull request #1428 from wagonza/patch-3
2015-01-12 16:31:57 -06:00
Ermal LUÇI
75b595e89b
Fix copyright
2015-01-12 21:08:52 +01:00
Ermal LUÇI
d127d01d4c
Ooops fix culries
2015-01-12 21:03:19 +01:00
Ermal LUÇI
1f1f2a344d
No need for this anymore
2015-01-12 21:02:13 +01:00
Ermal LUÇI
b863232441
Improve this part as well
2015-01-12 21:01:29 +01:00
Ermal LUÇI
41196b69e5
Split the work into different jobs called through fcgicli. Helps Ticket #3932
2015-01-12 20:57:53 +01:00
Chris Buechler
df92099cda
Remove old write caching tunable as well. Ticket #4203
2015-01-12 12:43:34 -06:00
Chris Buechler
397009e99e
Remove the settings to disable DMA, which have changed in FreeBSD 10.
...
Ticket #4203
2015-01-12 12:34:55 -06:00
Ermal LUÇI
f084049d71
Do not leak firewall rules as well when (re)creating rules
2015-01-12 19:25:24 +01:00
Renato Botelho
8ec853c3d5
Fix spell typo spotted by phil-davis
2015-01-12 12:35:59 -02:00
Ermal LUÇI
83b8ed6b2b
Fix typos introduced by chaning to explicit id specification when necessary. Fixes #4202
2015-01-12 15:14:56 +01:00
Renato Botelho
b73e9bc28b
Merge pull request #1431 from phil-davis/patch-1
2015-01-12 11:49:22 -02:00
Ermal LUÇI
a4cd8f03a8
Properly handle large passthrough entries even here.
2015-01-12 12:30:45 +01:00