Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e4610d66 02/05/2015 09:09 PM Chris Buechler

remove CGN from "Block private networks" as it was in 2.0x and earlier
releases since it specifically notes RFC 1918 and CGN is more bogon.
Ticket #4379

8b4c7ed1 02/05/2015 07:41 PM Ermal Luçi

Fixes #4381 this was a leftover of the change of zoneids to start from 2.

ec1d66cc 02/05/2015 10:10 AM Sebastian Öhman

Use web-gui setting for pap or chap instead of having it hard-coded to chap.

cdcf197b 02/04/2015 06:23 PM Tuyan Ozipek

Fixed not being able to save custom and custom-v6 dyndns
entries due to "host" being posted empty, and thus failing
is_domain() check.

a912dd7d 02/04/2015 06:22 PM Phil Davis

Firmware upgrade script text changes

while I am looking at this, might as well correct these.
No function problems or impact.

01f3438e 02/04/2015 05:36 PM Jim Pingle

Fix restartipsec command line script.

322cc018 02/04/2015 02:46 PM Ermal Luçi

Fixes #3669 Handle properly recording of the ipv6 interface new ip and do not issues commands that cannot succeed.

6d043a1d 02/04/2015 10:14 AM Renato Botelho

In last case, use dmesg.boot do detect ALIX boards when hw.model is not enough

0fcf26e4 02/04/2015 09:43 AM Renato Botelho

Silent kenv when smbios.system.product is not present. While here, add VirtualBox to the list of virtualenvs

98b3de78 02/03/2015 06:54 PM Chris Buechler

fix responder-only IPsec text

adf17d4f 02/03/2015 03:32 AM Chris Buechler

fix text

034a23f0 02/02/2015 07:36 PM Ermal Luçi

Allow IPseec clients to properly connect and not stomp over each other. Reported-by https://forum.pfsense.org/index.php?topic=87980.0

4520b2d2 02/02/2015 05:28 PM Renato Botelho

Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238

cd214f4b 02/02/2015 04:46 PM Ermal Luçi

Properly calculate the 6rd default gateway honoring netmasks other than /32

42275e69 02/02/2015 09:01 AM Ermal Luçi

Ticket #4353 fix typo on unset var spotted-by: Phil Davis

b82159a6 02/02/2015 07:56 AM Phil Davis

Unbound domain override IP:port validation

The domain override is IP:port is invalid if either the IP address OR port is invalid.
Previously you could put an invalid IP with valid port, or valid IP with invalid port.

2cf35754 02/02/2015 07:55 AM Pi Ba

speedup 'function is_port($port)' speed by skipping calls to getservbyname when possible

87549136 02/02/2015 07:54 AM Phil Davis

Remove latin-1 encoding of RSS feed

Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017
Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out)....

63072a7f 02/01/2015 07:33 AM Chris Buechler

need $g here so product_name is set in user agent

76a9ad94 01/31/2015 10:30 PM Chris Buechler

Add input validation to prevent the use of AES > 128 where glxsb is enabled. Ticket #4361

fdc9ac09 01/31/2015 06:49 PM Ermal Luçi

Fixes #4360 allow marking a connection as responder only, the same behviour as mobile connections

908edbd3 01/31/2015 06:36 PM Ermal Luçi

Fixes #4359 Allow controlling uniqueids

b8150520 01/31/2015 10:08 AM Phil Davis

Traffic Shaper Wizard Upstream SIP Server

Not being remembered and actioned.
Bug #4314

41da54ce 01/31/2015 10:06 AM Ermal Luçi

Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service.

ee65c642 01/31/2015 09:45 AM Ermal Luçi

Fixes #4333 Unset previous defined values before using the new ones

7790dacc 01/31/2015 09:17 AM Phil Davis

Firewall Log does not display logged IGMP packets

If IGMP packets are logged (either pass or block) then parse_filter_line did not set their src and dst IP.
Later in the subroutine, it zapped the filter line because it did not have a src and dst.
This fixes it. Now the IGMP lines in /var/log/filter.log appear on the Firewall Log GUI.

95c93bc3 01/31/2015 09:13 AM Ermal Luçi

Fixes #4340 encode username same as with password to avoid issues with special chars.

7c449a56 01/30/2015 07:59 PM Ermal Luçi

Do not reuse reqid on copy of phase2 Fixes #4349

15ff0dc5 01/29/2015 02:02 PM Renato Botelho

Set update_url and update_manifest automatically based on version being or not a RELEASE

76d450e2 01/29/2015 09:06 AM Chris Buechler

fix input validation, = is OK here

1fbae628 01/28/2015 10:01 PM Ermal Luçi

Fixes #4274 same fix as #4302 enclose in double quotes to tell yacc this is a string to be parsed.

17b3a068 01/28/2015 09:53 PM Ermal Luçi

Apparently yacc became more strict in FreeBSD 10. Fixes #4302

99df898e 01/28/2015 08:24 PM Ermal Luçi

Fixes #4275 use double quotes on asn1dn specification so strongswan properly interprets it

b601f897 01/28/2015 06:45 PM Renato Botelho

Accept port range on Outbound NAT. Fixes #4300

fee13fc0 01/28/2015 03:43 PM Renato Botelho

Reload filter when IPsec is disabled, fixes #4245

a27f0c10 01/28/2015 03:33 PM Warren Baker

Add support for 0x20 DNS random bit support. Fixes #4205

7c7c2ba2 01/28/2015 03:23 PM Phil Davis

Support for Office365 Mail

https://redmine.pfsense.org/issues/4176
Allow the user to choose SMTP authentication mechanism PLAIN or LOGIN.
For existing configs with this option not set, PLAIN is the default, and will appear first in the dropdown box, so next time the user saves the SMTP Notification settings, PLAIN will be the value selected and saved.

27c25d29 01/28/2015 03:23 PM Phil Davis

Support choice of SMTP Authentication Mechanisms

https://redmine.pfsense.org/issues/4176
I have left some documentation here of other mechanisms that someone might care about in future (or not). I left the array with name=>desc so it will be easy if new mechanisms come along that need a description different to the name.

e69a0cf3 01/28/2015 01:38 PM Renato Botelho

Fix #4318 - gen_subnetv4_max() not working on 32bit

0f062592 01/28/2015 08:57 AM Phil Davis

Dynamic DNS wildcard typo

Self-explanatory, just a dumb typo bug

4c40e2a7 01/28/2015 08:55 AM Phil Davis

Unimportant typos in user and group manager

that do not effect anything.

ca127ab7 01/27/2015 02:22 PM Renato Botelho

Simplify use of other serial ports setting all of them as onifconsole when serial is enabled

04c8360c 01/27/2015 02:22 PM Renato Botelho

Teach ufslabels.sh to deal with DESTDIR, useful on installation

8c392069 01/27/2015 02:22 PM Renato Botelho

Improve a bit sh syntax and fix it for multiple swap devices

12fe841f 01/27/2015 02:20 PM Renato Botelho

Change version to 2.2.1-DEVELOPMENT

802956d6 01/27/2015 12:38 PM Renato Botelho

Fix sed syntax, -i requires a space before the parameter. Also fix regex to find swap device

a8b61be6 01/27/2015 06:26 AM Chris Buechler

use example.com for examples

5e3affe2 01/27/2015 06:21 AM Chris Buechler

these descriptions were flipped. Ticket #4273

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

8e24d1da 01/22/2015 12:01 PM Renato Botelho

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

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

Save the tradition and point to used binaries here

150d479b 01/22/2015 11:00 AM Renato Botelho

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

42cc62a2 01/22/2015 11:00 AM Renato Botelho

Do not translate function return string

44763e58 01/22/2015 10:59 AM Renato Botelho

Fix typo in function name

7684d66f 01/22/2015 12:04 AM Chris Buechler

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

005fd63a 01/21/2015 08:45 PM Ermal Luçi

Ticket #4254 do not put duplicate interface names

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

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

3ad33c0e 01/21/2015 08:33 PM Ermal Luçi

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

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

Ticket #4254 Use proper variable

39e3b27b 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

4e1fd3b6 01/21/2015 08:04 PM Ermal Luçi

Ticket #4254 Handle even hosts specified throguh dns name

c7edf1f8 01/21/2015 08:00 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

260c6a7e 01/21/2015 07:31 PM Ermal Luçi

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

083ec796 01/21/2015 06:32 PM Ermal Luçi

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

a6934401 01/21/2015 04:36 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

89ac17e3 01/21/2015 08:31 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.

94efc59d 01/21/2015 06:36 AM Chris Buechler

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

de16863d 01/20/2015 09:53 PM Jim Pingle

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

ca276264 01/19/2015 11:25 AM Renato Botelho

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

7f360152 01/19/2015 11:08 AM Renato Botelho

Add reset button support for APU and FW7541

ef9ef75f 01/17/2015 05:18 AM Chris Buechler

add detection for 7541, APU

1195a12d 01/17/2015 12:02 AM Jared Dillard

move jquery ui css to theme folders

b1fef27f 01/16/2015 07:42 PM Renato Botelho

Set $arch accordingly to release

6aac31ef 01/16/2015 07:40 PM Chris Buechler

change update URLs for release

6434d5be 01/16/2015 07:36 PM Chris Buechler

Bump to 2.2-RELEASE

17c98255 01/16/2015 01:50 PM Renato Botelho

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

5b7c33fc 01/15/2015 09:05 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....

8d4e768a 01/15/2015 08:42 PM Ermal Luçi

Time to let these go

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

Just do an update since it will handle itself properly.

4e8eacfd 01/15/2015 09:13 AM Ermal Luçi

Revert "Move to specifically specifying the ID type apart when an ip address to have strongswan do proper behaviour. Also for DynDNS names use the dns type id so strongswan does the resolving by its own."

This reverts commit 1ada4c8c514cc33b0df6238b7f2f177078bfe2e8.

23de1f0d 01/15/2015 09:13 AM Ermal Luçi

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

This reverts commit 324311043385aed357ca8838bde2c3af3111e564.

bc62f818 01/15/2015 08:29 AM Ermal Luçi

Add RSA keys even for eap-mschapv2

f579c0fb 01/15/2015 08:29 AM Ermal Luçi

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

88a46519 01/14/2015 04:03 PM Ermal Luçi

Oops add missing curly

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

Also take care of ph1 mobile settings for eap-tls

6e0a0ab3 01/14/2015 02:09 PM Renato Botelho

Obsolete libpng15 in favour of libpng16

9eec3be3 01/14/2015 11:23 AM Warren Baker

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

3a56c146 01/13/2015 07:43 PM Ermal Luçi

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

656fd270 01/13/2015 07:21 PM Ermal Luçi

Add some saftey belts here to be safe

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

Heh bump the config version

b4013725 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

6db7ee23 01/13/2015 03:01 PM Bipin Chandra

Improving aesthetics.

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

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

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

Fix IPsec widget for multiple P2, it fixes #4164

324a2387 01/12/2015 10:33 PM Warren Baker

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

ad9148ae 01/12/2015 10:32 PM 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

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

Remove old write caching tunable as well. Ticket #4203

f66bcbaf 01/12/2015 06:37 PM Chris Buechler

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

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

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

eab9d9c1 01/12/2015 02:36 PM Renato Botelho

Fix spell typo spotted by phil-davis