Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4c9b272d 02/25/2015 03:22 PM Ermal Luçi

Ticket #4418 Actually make each entry a clear token to strongswan parser for dns_split

ca5f5db1 02/25/2015 03:19 PM Ermal Luçi

Ticket #4418 make sure the dns_split is separated with spaces rather than space or comma to comply with strongswan requirements.

82e6fde2 02/25/2015 03:16 PM Ermal Luçi

Ticket #4418 Make the DNS names attr 28675 space separated as identified by Jeffrey Dvornek

e082eca9 02/25/2015 06:25 AM Chris Buechler

remove old, unused code

6c452c3e 02/24/2015 06:45 PM Renato Botelho

Initialize var and move unset outside the loop

83fa2c73 02/24/2015 06:45 PM k-paulius

Do not request prefix delegation if no tracking interfaces are setup to
use it. Ticket #4436

42fcce27 02/24/2015 11:24 AM Phil Davis

Handle reverse lookup domain overrides

that match exactly a whole block of private address space.
e.g. if the user has checked "Do not forward private reverse lookups" and also adds adds a domain override that matches a whole block of private address space, such as:...

f31436cc 02/24/2015 11:08 AM Lorenz Schori

Fix PTR records for aliases in host overrides

623e6d09 02/23/2015 07:28 PM Phil Davis

Preserve "add routers" value across loop for each interface

Forum: https://forum.pfsense.org/index.php?topic=89302.0

If the user put "none" in the 'gateway' field for the DHCP settings of an interface, that would set $add_routers to false at line 742. Coming around the loop again for a subsequent interface, and going through the else line 744, nothing would set $add_routers back to true (actually back to the value originally calculated at line 461)....

ce0e5d38 02/23/2015 07:05 PM Daniel Becker

fix Net_IPv6::compress() to properly handle all-zeros address

The existing implementation of Net_IPv6::compress produces an empty
string when compressing the all-zeros ("::") address; fix this by
checking for empty return values and replacing them with "::".

07efe7c0 02/23/2015 06:02 PM Daniel Becker

add dhcp6.name-servers option with DHCPD-PD regardless of PD length

The existing code only includes a v6 name server IP in the
automatically generated dhcpdv6 configuration for tracking interfaces if
there are additional prefixes that can be delegated on to the next...

a0e4410f 02/23/2015 05:31 PM Lorenz Schori

Do not add PTR records for aliases in host overrides

7b6d4e6c 02/23/2015 12:17 PM johnbyronent

Modified DynDns -> Eurodns url

ec9bd3fa 02/20/2015 06:42 PM Jim Pingle

Clean up some old, possibly stale, files when restarting php-fpm

a9386b8f 02/19/2015 01:53 AM Chris Buechler

add a couple unnecessary bsdinstaller files to obsoletedfiles

07dee7aa 02/19/2015 01:44 AM Chris Buechler

remove unused dfuife files.

90d1d8cf 02/18/2015 07:58 AM Chris Buechler

Don't hard code harden-referral-path. It defaults to no, so no behavior change, and that setting is unlikely to ever become a default. This allows users to configure an override to enable this option if desired. part of Ticket #4399

7b404fde 02/18/2015 06:39 AM Chris Buechler

Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979

cfda8861 02/18/2015 04:32 AM Chris Buechler

Wait a bit after sending a TERM to syslogd as in some instances it can take too long to stop, and it fails to restart because it's still running at that point. Add a KILL in case it's still running after that. Ticket #4393

cc94ea50 02/13/2015 08:28 PM Renato Botelho

Unobsolete libpcre.so.1

fc06d8ea 02/13/2015 11:32 AM Ermal Luçi

Surrond the some mobile clients attributes with " ( quote ) to help the strongswan parser identify properly the values. Ticket #4418

a9982b43 02/12/2015 10:44 AM Renato Botelho

Unobsolete crypto tools and athstats, ticket #4239

377b1faa 02/11/2015 11:00 PM Chris Buechler

DHCPv6 client rules MUST come before bogons. Add a comment that hopefully
sticks out so this stops getting broken. Ticket #3395

810b36ac 02/11/2015 08:17 PM Ermal Luçi

Fixes #4390 Properly return the vip subnet now that the CARP might not match its parent interface subnet.

2de650f6 02/11/2015 07:26 PM Ermal Luçi

Fixes #4389 The VIP interfaces cannot be assigned since they are just an identification of the VIP for tracking. Consider that when configuring gif/gre. Also on bridges you cannot set a vip interface as its member.

302cb96e 02/11/2015 09:04 AM Phil Davis

Check if notification is disabled

in send_smtp_message()
Other packages like arpwatch sm.php and cron job output as reported in forum https://forum.pfsense.org/index.php?topic=88347.0 call send_smtp_message() directly, currently bypassing notification disabled checks. I think those packages [are intended to | should be] respecting the notifications disabled setting. People in the forum certainly expect them to respect this setting....

1444c08e 02/11/2015 09:02 AM Phil Davis

Random text typos

that I noticed.

5132312f 02/11/2015 08:59 AM Renato Botelho

Remove unset variable, spotted by phil-davis

b3aacd59 02/11/2015 07:45 AM Chris Buechler

rrset-cache-size should == 2 * msg-cache-size. Ticket #4367

1ee360aa 02/10/2015 08:14 PM Ermal Luçi

Fixes #4370 Use the curlies to not confuse php

e85f3d1a 02/10/2015 07:50 PM Ermal Luçi

Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!

22bca296 02/10/2015 07:47 PM Ermal Luçi

Fixes #4329, Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.

1ac5261f 02/10/2015 07:40 PM Ermal Luçi

Fixes #4397 Make mtu configuration before the ip address assignment. This fixes the issues of link routes having the wrong mtu configured on them.

fb64f3aa 02/10/2015 12:36 AM Chris Buechler

also add v6 IPs to hosts in the same manner v4 IPs are added. Ticket #4395

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.

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

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

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

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

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

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

need $g here so product_name is set in user agent

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

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

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

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.

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

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

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

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

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

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

Change version to 2.2.1-DEVELOPMENT

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.

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

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

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

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

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