Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3aa55bbe 01/25/2015 03:47 PM Phil Davis

Dynamic DNS wildcard typo

Self-explanatory, just a dumb typo bug

30a61a89 01/22/2015 07:56 PM Ermal Luçi

Fixes #4257 With the platform_booting() fixes a regression was done on openvpn tap interfaces or dynamic ones that are part of a bridge.

Allow during bootup rc.newwanip to continue up to a ceratin part to handle bridges or other complex interfaces.

9b527a79 01/22/2015 12:02 PM Renato Botelho

Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix #4252

91729b57 01/22/2015 11:41 AM Ermal Luçi

Save the tradition and point to used binaries here

560d1b53 01/22/2015 11:03 AM Renato Botelho

When configuring radvd, check if carp is enabled. Ticket #4252

7b753c2b 01/22/2015 11:02 AM Renato Botelho

Do not translate function return string

ee8fb75d 01/22/2015 11:01 AM Renato Botelho

Fix typo in function name

7fd2a0e3 01/22/2015 12:04 AM Chris Buechler

Strict comparison not necessary here, and makes this fail to work as
intended. Fixes #4258

f3caa5a4 01/21/2015 08:46 PM Ermal Luçi

Ticket #4254 do not put duplicate interface names

b61930dc 01/21/2015 08:40 PM Ermal Luçi

Ticket #4254 Actually use proper variables allover to have correct route added

52b25e81 01/21/2015 08:34 PM Ermal Luçi

Ticket #4254 Actually use proper interface to check if gateway exists

1e453232 01/21/2015 08:25 PM Ermal Luçi

Ticket #4254 Use proper variable

c7d44786 01/21/2015 08:09 PM Ermal Luçi

Ticket #4254 actually use the info on the protocol of the vpn sepcification to be more sure on the family to use

7f9844c2 01/21/2015 08:06 PM Ermal Luçi

Ticket #4254 Handle even hosts specified throguh dns name

95783403 01/21/2015 08:06 PM Ermal Luçi

Ticket #4524 Bring back static routes on ipsec to make sure charon does not send traffic through wrong iface. This handles properly ipv6

2525ea04 01/21/2015 07:43 PM Ermal Luçi

Correct this typo which would make other things break

121cde47 01/21/2015 07:31 PM Ermal Luçi

Be compliant with gatway groups specified on ipsec. Ticket #4254

312a5188 01/21/2015 07:31 PM Ermal Luçi

Ticket #4254 Actually fix this on 2.2 branch since vips are not handled by get_real_interface apparently!

52b5a223 01/21/2015 04:38 PM Renato Botelho

When radvd is configured on a CARP interface, enable it when it is MASTER and disable when go to BACKUP. It should fix #4252

caaaf9ce 01/21/2015 04:36 PM Renato Botelho

Add missing require for filter.inc since vpn_ipsec_configure() calls filter_configure(). It should fix #4236

778d2ea9 01/21/2015 08:32 AM Ermal Luçi

Ticket #4254 specify the list of interfaces to be used by charon. This is a workaround for now. Being investigated the fix.

2f74d9d8 01/21/2015 06:35 AM Chris Buechler

Use the parent NIC rather than the VIP. Fixes part of Ticket #4252

81292a2f 01/20/2015 09:54 PM Jim Pingle

The reset button check should happen on all platforms, not only NanoBSD

365fc95d 01/19/2015 11:09 AM Renato Botelho

Add reset button support for APU and FW7541

5a8519bb 01/17/2015 05:15 AM Chris Buechler

add detection for 7541, APU

6f1d609b 01/17/2015 12:01 AM Jared Dillard

move jquery ui css to theme folders

77fa86b0 01/16/2015 07:35 PM Chris Buechler

make master 2.3-DEVELOPMENT

b9a12ae0 01/16/2015 04:50 PM Renato Botelho

Still missed one mistake on last commit

b9ad208c 01/16/2015 04:49 PM Renato Botelho

Fix some logic mistakes introduced in 89f171b052, spotted by phil-davis

0a1f1301 01/16/2015 04:30 PM Renato Botelho

fix syntax and unbreak pfsense-utils.inc

daae5e03 01/16/2015 04:24 PM Renato Botelho

fix syntax and unbreak interfaces.inc

0c5dd854 01/16/2015 01:50 PM Renato Botelho

Validate if both IP address and subnet are valid and the same version. Fixes #4223

65f9080d 01/15/2015 09:04 PM Renato Botelho

Merge pull request #1441 from phil-davis/patch-1

81b7bc4b 01/15/2015 08:41 PM Ermal Luçi

Time to let these go

19523ce2 01/15/2015 08:20 PM Ermal Luçi

Ticket #3997 s/_vhid/_vip/g

eef9a15d 01/15/2015 07:58 PM Ermal Luçi

Ticket #3997 Put a uniq identifier on the carp settings.

dc41ccaf 01/15/2015 07:18 PM Ermal Luçi

Just do an update since it will handle itself properly.

89f171b0 01/15/2015 07:17 PM Ermal Luçi

Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code

fe0fa4c3 01/15/2015 06:15 PM Phil Davis

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....

98bf4991 01/15/2015 05:53 PM Ermal Luçi

Fixes #4150. Move to tables to accomodate unlimited number of interfaces.

07d0d1b2 01/15/2015 07:45 AM Ermal Luçi

Add RSA keys even for eap-mschapv2

37656b10 01/14/2015 04:03 PM Ermal Luçi

Oops add missing curly

54ab1bdc 01/14/2015 04:03 PM Ermal Luçi

Also take care of ph1 mobile settings for eap-tls

38f77f4f 01/14/2015 02:11 PM Renato Botelho

Obsolete libpng15 in favour of libpng16

10e2acb5 01/14/2015 11:28 AM Ermal Luçi

Add EAP-MSChapv2 implementation for Windows ipsec support as reported here https://forum.pfsense.org/index.php?topic=81657.15

5526efab 01/14/2015 11:22 AM Renato Botelho

Merge pull request #1439 from wagonza/patch-5

46762efe 01/14/2015 11:09 AM Warren Baker

Correctly handle number of cores and power of 2. Merged from the package already had this. Fixes #4212

a6a42b6d 01/13/2015 07:44 PM Ermal Luçi

Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208

1ec35c4d 01/13/2015 07:21 PM Ermal Luçi

Add some saftey belts here to be safe

191d5392 01/13/2015 07:19 PM Ermal Luçi

Heh bump the config version

1fe208ec 01/13/2015 06:57 PM Ermal Luçi

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

5a5615ce 01/13/2015 03:00 PM Renato Botelho

Merge pull request #1437 from xbipin/master

f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

51ef7499 01/13/2015 01:25 AM Chris Buechler

Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.

f285d039 01/12/2015 11:50 PM Renato Botelho

Fix IPsec widget for multiple P2, it fixes #4164

a9402b96 01/12/2015 10:32 PM Chris Buechler

Merge pull request #1430 from wagonza/patch-4

bf6c57c7 01/12/2015 10:31 PM Chris Buechler

Merge pull request #1428 from wagonza/patch-3

75b595e8 01/12/2015 08:08 PM Ermal Luçi

Fix copyright

d127d01d 01/12/2015 08:03 PM Ermal Luçi

Ooops fix culries

1f1f2a34 01/12/2015 08:02 PM Ermal Luçi

No need for this anymore

b8632324 01/12/2015 08:01 PM Ermal Luçi

Improve this part as well

41196b69 01/12/2015 07:57 PM Ermal Luçi

Split the work into different jobs called through fcgicli. Helps Ticket #3932

df92099c 01/12/2015 06:43 PM Chris Buechler

Remove old write caching tunable as well. Ticket #4203

397009e9 01/12/2015 06:34 PM Chris Buechler

Remove the settings to disable DMA, which have changed in FreeBSD 10.
Ticket #4203

f084049d 01/12/2015 06:25 PM Ermal Luçi

Do not leak firewall rules as well when (re)creating rules

8ec853c3 01/12/2015 02:35 PM Renato Botelho

Fix spell typo spotted by phil-davis

83b8ed6b 01/12/2015 02:14 PM Ermal Luçi

Fix typos introduced by chaning to explicit id specification when necessary. Fixes #4202

b73e9bc2 01/12/2015 01:49 PM Renato Botelho

Merge pull request #1431 from phil-davis/patch-1

a4cd8f03 01/12/2015 11:30 AM Ermal Luçi

Properly handle large passthrough entries even here.

9d89f780 01/12/2015 11:27 AM Ermal Luçi

Use this generation now of committing pipes directly and only rules to put on ruleset to avoid memory pressure and the timelimit will than be enforced by the caller

fe9ec12b 01/12/2015 11:25 AM Ermal Luçi

Revert "Ticket #3932 Use array_map to get more parallelism when there are many entries. This makes it not reach the execution timeout with large entries."

This reverts commit 7077addc5a5058fab4b4dc7678270c1000d342c9.

fd9e6066 01/12/2015 11:21 AM Ermal Luçi

Actually improve the previous resource leak commit since the function is there but it was not being used during init_rules process.

18f4d6c9 01/12/2015 11:17 AM Ermal Luçi
  • Try to autodetect if the execution limit needs to be raised on big number of passthrough entries.
    Set the time limit to 0 and restore it back to default value when this is detected.
  • Do not leak pipes when reloading ruleset for CP since this will consume available descriptors....
907cc718 01/12/2015 10:49 AM Ermal Luçi

Put the value of password under double quotes(") to avoid issues with special characters in passwords. Ticket #4177

c80ad8a8 01/12/2015 10:43 AM Ermal Luçi

Do not override the passwd string. First it prevents the md5 working if the crypt() check fails and also is useless to override it since the parameter is passed by value and not by reference.

5cd24cf1 01/12/2015 10:40 AM Ermal Luçi

Prevent echo to insert a newline(\n) at the secret string. Fixes #4177

7077addc 01/12/2015 09:38 AM Ermal Luçi

Ticket #3932 Use array_map to get more parallelism when there are many entries. This makes it not reach the execution timeout with large entries.

f3f885aa 01/12/2015 08:33 AM Ermal Luçi

Fix typos and set needed variable

330591f5 01/12/2015 08:30 AM Ermal Luçi

properly apply the passthrough entries when apply is hitr.

384deecb 01/12/2015 08:27 AM Ermal Luçi

Fix inherent issues with isset and empty values set as true by our parser. This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932

1aecc4da 01/12/2015 01:34 AM Chris Buechler

Bring back showing of default value like previous versions.

7f52fdd2 01/12/2015 01:16 AM Chris Buechler

Merge pull request #1433 from phil-davis/patch-3

619aa26f 01/11/2015 03:37 PM Ermal Luçi

Remove debug code

2d375e81 01/11/2015 03:15 PM Phil Davis

Fix cut paste brain fade

8d848bdf 01/11/2015 03:09 PM Phil Davis

Do not return disabled dynamic gateways

When a dynamic gateway is disabled (by the user through the webGUI), it was still being returned by return_gateways_array(). But when called like that, disabled gateways should not be returned. The first part of the routine was correctly skipping disabled gateways, but then the later part would effectively re-generate those dynamic gateways on-the-fly and not realise they should be skipped because they were disabled....

6bdb02d3 01/11/2015 01:03 PM Renato Botelho

Merge pull request #1432 from phil-davis/patch-2

3f6930f7 01/11/2015 12:55 PM Phil Davis

Fix POST typo in interfaces_assign.php

Obviously a typo. But this section is inside:
if (isset($_POST['add_x']) && isset($_POST['if_add'])) {
and I cannot find where 'add_x' is ever sent here, so I do not see how this whole code section is ever executed (and that will be why this typo bug has no symptoms). What is the history here? Can the whole block of code be removed?...

7de6a47f 01/10/2015 09:34 PM Ermal Luçi

Fixes #3281 do not undo any changes already done for gif/gre interface.

e821f30e 01/10/2015 09:17 PM Ermal Luçi

Fixes #4177 convert password to base64 to be submitted to avoid issues with special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.

60370eb9 01/10/2015 08:52 PM Ermal Luçi

Properly rename the var Ticket #4164

1d8c79cc 01/10/2015 03:53 PM Phil Davis

Restart PHP-FPM allow to setup ini file

I was just using console menu option 16 Restart PHP-FPM and it hung on a nanoBSD system.
I found /tmp/php_errors.txt with this in it:
"override rw-r--r-- root/wheel for /usr/local/etc/php.ini?"
Flying blind at the console I entered "y", then /tmp/php_errors.txt had this:...

c39feb71 01/10/2015 04:08 AM Chris Buechler

Default to only AES and SHA1 for new P2s.

c5ddb6ad 01/10/2015 04:01 AM Chris Buechler

Default IPsec to AES

460719c8 01/10/2015 03:59 AM Chris Buechler

Default IPsec to main mode, unless mobile client.

9c0ec56e 01/09/2015 10:12 PM Ermal Luçi

Do not count twice the phase2 entries

7f48765a 01/09/2015 09:47 PM Ermal Luçi

Just some reshufling and cleanup

e8cb8b29 01/09/2015 09:32 PM Ermal Luçi

Let the kernel handle REQID rather than handling it manually. The connection name is the one needed here.

526e6c06 01/09/2015 09:07 PM Jim Pingle

Add tracker and label to IPv4 Link-Local block rules.

2cbcc256 01/09/2015 08:51 AM Warren Baker

Unbound is compiled with libevent so setting this to always be 4096.

ad04bbbf 01/09/2015 08:23 AM Warren Baker

Allow for overhead and up maximum limit from 8 to 32, also only set it if its set to 4 or above. Fixes https://forum.pfsense.org/index.php?topic=78356.msg472781#msg472781