Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
31afa084 11/26/2014 04:57 AM Chris Buechler

Skip interface subnets for IPv4 here, this is best handled via the NAT networks list. Ticket #4023

3bdf2a70 11/26/2014 04:39 AM Chris Buechler

Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's access-control config, as this is a good source of what networks are internal. Ticket #4023

95834f84 11/26/2014 02:20 AM Chris Buechler

correct logic here to omit 127.0.0.1 from resolv.conf when no DNS resolver bound there.

a46dc3c7 11/25/2014 09:01 PM Chris Buechler

fix typo

02069977 11/25/2014 08:40 PM Ermal Luçi

Ooops do the right things for a correct config and php syntax

1eb378ed 11/25/2014 08:39 PM Ermal Luçi

Put the aggressive line only during ikev1 configs

156a086d 11/25/2014 08:28 PM Ermal Luçi

Ignore linkup/down events on disabled interfaces.

8b335b7a 11/25/2014 07:58 PM Ermal Luçi

Remove var_dump from production code

ee127967 11/25/2014 07:56 PM Ermal Luçi

Remove AES-GCM from phase1 settings algos since its not recommended

2d2e466c 11/25/2014 07:23 PM Ermal Luçi

Show Mtu on status interfaces.

3740c82b 11/25/2014 07:04 PM Ermal Luçi

Use proper function now that this call is not needed anymore

2c4301fa 11/25/2014 07:02 PM Ermal Luçi

Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not needed code while here

ba8e4c88 11/25/2014 06:32 PM Ermal Luçi

Remove the mac address propagation to vlans since FreeBSD 10 handles this itself

6c101e32 11/25/2014 04:55 PM Jim Pingle

s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI

4bbc32b9 11/25/2014 04:50 PM Jim Pingle

Remove gmirror_status.inc from obsolete files list as it exists again in our repository.

fc86e6c1 11/25/2014 04:48 PM Chris Buechler

remove unused function referencing racoon

2b58f94e 11/25/2014 03:36 PM Ermal Luçi

Fixes #2786, properly handle the chain of interfaces during lagg configuration for mtu. For most interfaces this works, bridge will be added in a separate commit

a8e43014 11/25/2014 02:32 PM Ermal Luçi

Actually to not change all scripts running both versions of console and gui just detect that the caller is through fpm-cgi and make it include config.gui.inc to avoid having issues in general from being called from wrong places.

1ad2dc5b 11/25/2014 02:23 PM Ermal Luçi

Set the timezone even during config.gui.inc to please the timezone selection

4ec33e13 11/25/2014 02:07 PM Ermal Luçi

Provision for inclusion from different places.

624bf131 11/25/2014 02:02 PM Ermal Luçi

Remove useless check

c3bc039c 11/25/2014 01:56 PM Ermal Luçi

Do not let the config.inc to be included from GUI scripts.

c039d44a 11/25/2014 09:24 AM Renato Botelho

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

73fc2ea0 11/24/2014 09:45 PM Ermal Luçi

Correct logic for lagg mtu. Also optimize and cleanup dead code

ec5753e7 11/24/2014 08:39 PM Ermal Luçi

The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. Fixes #3361

e550188f 11/24/2014 08:18 PM Ermal Luçi

Fix issue of previous commit on adding bridge memebers.

96fbd43a 11/24/2014 07:36 PM Ermal Luçi

DHCP6 might start after bootup

Revert "Gather DNS information and return on bootup"

This reverts commit c2847e0faa781712f6419c8f305c97df66d9d233.

5987261f 11/24/2014 06:59 PM Ermal Luçi

Use the same strategy as on CP by putting a file to detect running instances and if older than 90seconds continue otherwise just let the previous one continue.

c2847e0f 11/24/2014 02:42 PM Ermal Luçi

Gather DNS information and return on bootup

b8d09280 11/24/2014 02:23 PM Ermal Luçi

Put the booting signal in globals.inc since it makes all the other scripts detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly

6668e18f 11/24/2014 02:02 PM Ermal Luçi

Ignore empty interfaces and ovpn ones on linkup since they should not trigger this script actions

dced0dd0 11/24/2014 11:22 AM Ermal Luçi

Be friendly to large interface systems

43517fcc 11/24/2014 11:19 AM Ermal Luçi

Fixes #1047, overhaul handling of flags for hardware offloading and make it work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot.

a8604dc6 11/24/2014 04:29 AM Phil Davis

Process unbound start from status services

This was missing, so nothing happened when the user tried to start Unbound from Status->Services

38e91976 11/22/2014 09:33 PM Chris Buechler

Merge branch 'master' of https://github.com/wagonza/pfsense into wagonza

02a2bffa 11/22/2014 06:57 PM Chris Buechler

add a usleep here to prevent killing twice. Ticket #3894

93ead355 11/22/2014 06:42 PM Chris Buechler

In some circumstances, OpenVPN doesn't exit on SIGTERM. SIGKILL it when that happens. Ticket #3894

e295e7ca 11/22/2014 05:17 PM Chris Buechler

MSS clamping on VPNs is necessary in both directions where it's needed. Rather than requiring setting on both ends, especially since the remote side can be some third party device where MSS clamping may not be available or not work, set in both directions here.

7786c9d6 11/22/2014 03:52 AM Chris Buechler

clean up tabs in strongswan.conf

0a69eb7a 11/22/2014 03:11 AM Chris Buechler

touch up text

0a5a8df9 11/21/2014 07:24 PM Warren Baker

d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found message. Add missing reload feature

7525f05d 11/21/2014 01:37 PM Jim Pingle

Fix misspelling

d274a75b 11/21/2014 12:22 PM Renato Botelho

Fix syntax

e3cffd6c 11/21/2014 10:20 AM Ermal Luçi

Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0

a8a642c5 11/20/2014 03:25 PM Ermal Luçi

Fixes #3198, check that subnet masks are equal when choosing binat type for IPSec to avoid errors on ruleset.

bc73d959 11/20/2014 02:45 PM Ermal Luçi

Make this a bit more clean to read

2535f6dc 11/20/2014 02:33 PM Ermal Luçi

Fixes #1047, Actually the code is trying to set flags on the parent. so allow it even for vlans since they will follow the parent. At least so seems on FreeBSD 10.

02156b4b 11/20/2014 02:18 PM Ermal Luçi

Be a bit more smart here to not check openvpn side if it is already found. Ticket #1681

1fb55001 11/20/2014 02:13 PM Ermal Luçi

Ticket #1681, Renato seems to have done the right thing here, just be a bit more smart on the information that is already there.

977c1ad8 11/20/2014 01:44 PM Ermal Luçi

Log in system log the result of install_package to be able to troubleshoot later on.

dd34d7d2 11/20/2014 12:03 PM Ermal Luçi

Force installation even here.

b85d9c61 11/20/2014 11:44 AM Ermal Luçi

Sprinkle some static definitions to avoid warnings from PHP

b3bbed58 11/20/2014 11:44 AM Ermal Luçi

Split the various calls here to avoid php warnings with new versions.

3e643dba 11/20/2014 11:04 AM Ermal Luçi

Make this code do proper checks in all cases

bc9155c3 11/20/2014 10:50 AM Ermal Luçi

Ticket #4007, properly pass the table number here to retrieve the status.

687ff78c 11/20/2014 01:10 AM Chris Buechler

Only skip tap-type OpenVPN servers, not all. Fixes #3713

355c2f8b 11/19/2014 10:20 PM Chris Buechler

also check port of dnsmasq/unbound and skip 127.0.0.1 in resolv.conf if
not port 53. Ticket #4022

97383d2b 11/19/2014 10:06 PM Chris Buechler

don't blow away previous contents of this variable. fixes #4022

14f7afb1 11/19/2014 08:27 PM Ermal LUÇI

Do the tests check properly related to Ticket #2786

f233ddeb 11/19/2014 07:02 PM Ermal LUÇI

Actually use all hex values on the gateway of 6rd to please route command

7b83f723 11/19/2014 06:36 PM Ermal LUÇI

Correct gateway for Ticket #2882 to the proper value as reported by: cmb

bdf5efc5 11/19/2014 04:33 PM Phil Davis

Matching bracket in vpn.inc

Reported forum https://forum.pfsense.org/index.php?topic=84322.0

b3c6783f 11/19/2014 09:48 AM Renato Botelho

Make sure system_hosts_generate() is called by services_unbound_configure(). It should fix #4027

d882658e 11/19/2014 08:32 AM Ermal LUÇI

Fixes #3894, --resolv-retry is infinite by default. To avoid the issues of locking the persistnet tun device by this just retry two times by default. People can enable resolv-retry infinite themselves for previous behaviour

ddabd9d6 11/19/2014 07:54 AM Ermal LUÇI

Ticket #3987. Strongswan support autodetection of IKE version exchange. Support this by allowing an auto version in the GUI.

b095e370 11/19/2014 07:46 AM Ermal LUÇI

Ticket #3809 use the setting with number rather than string since the parser of attr plugin understands only numbers. Reported on: https://forum.pfsense.org/index.php?topic=84304.0

ab8d50ac 11/19/2014 05:33 AM Chris Buechler

Shorten up the MAC pass-through descr. It was redundant, and for those with huge numbers of auto-added MAC passthrough entries, it adds up to a significant amount of config space (adding to delays when launching CP). helps Ticket #3932

7bc953d1 11/19/2014 01:05 AM Chris Buechler

update error log in accordance with change in input validation. thanks Phil Davis for pointer

156bb8f1 11/18/2014 10:24 PM Ermal LUÇI

Actually trim if the user put any : on the prefix of the ISP to be able to properly set the gateway

5d697e08 11/18/2014 10:13 PM Ermal LUÇI

Properly generate the default gw for 6rd set it to prefix:BR and also the prefixlen of the interface set it to the ISP prefix and on LAN set it to the delegated one.

3ba07784 11/18/2014 08:40 PM Renato Botelho

Revert "Revert "Use unbound from ports, it should fix #4020""

This reverts commit cd7b929ac0ee324b96baabcd216cf303be937db7.

3f5e1542 11/18/2014 08:40 PM Renato Botelho

Revert "Revert "Obsolete unbound from FreeBSD base files, ticket #4020""

This reverts commit d56dc72a43405ef7276f2b22ce4dc204ac1469fe.

c1e78890 11/18/2014 05:50 PM Ermal LUÇI

Blah fix typo

56c3007c 11/18/2014 05:39 PM Ermal LUÇI

Actually issue stfv4net even for /0|/32 subnet since its required

d56dc72a 11/18/2014 11:21 AM Renato Botelho

Revert "Obsolete unbound from FreeBSD base files, ticket #4020"

This reverts commit 8fde4ae8be00bfe7f9cfec107f6566413f41b5f7.

cd7b929a 11/18/2014 11:21 AM Renato Botelho

Revert "Use unbound from ports, it should fix #4020"

This reverts commit f13df0e3f1bf45d8dab01805f757e623165c044f.

f13df0e3 11/18/2014 10:50 AM Renato Botelho

Use unbound from ports, it should fix #4020

8fde4ae8 11/18/2014 10:48 AM Renato Botelho

Obsolete unbound from FreeBSD base files, ticket #4020

8a5265b2 11/18/2014 09:46 AM Renato Botelho

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

8ce04d22 11/18/2014 05:27 AM Chris Buechler

Static gateways weren't being added to the routing table after configuring at the console, fix that.

ebb5ba62 11/18/2014 04:12 AM Chris Buechler

check for IPs here also to avoid invalid config entries. change my last fix to v4/v6-specific

845fd268 11/18/2014 02:20 AM Chris Buechler

Verify IP address before putting into unbound config. some "Array" entries were ending up there.

d25f0912 11/18/2014 02:15 AM Chris Buechler

192.254.0.0/16 isn't private, remove

ec6ac69c 11/18/2014 12:33 AM Chris Buechler

add vmx to list of ALTQ capable interfaces

ed6e93ea 11/17/2014 07:55 PM Chris Buechler

correctly specify arrays here. Fixes last of issue with Ticket #3955, and
probably a variety of other bugs.

224b4208 11/17/2014 07:54 PM Renato Botelho

Fix pw syntax when local_group_set() is called with reset == true, -M always require a parameter

a0814e4c 11/17/2014 04:58 PM Renato Botelho

Merge pull request #1339 from dembeck/master

a5a0f615 11/17/2014 04:47 PM Renato Botelho

Merge pull request #1340 from phil-davis/patch-5

b3977493 11/17/2014 04:08 PM Renato Botelho

Unbound improvements and fixes, ticket #4011:

- Create dhcpleases_entries.conf, feed by dhcpleases
- Do not read lines created by dhcpleases from /etc/hosts to populate
host_entries.conf
- Simplify logic for host_entries.conf creation

21713b25 11/17/2014 04:03 PM Renato Botelho

Take unbound into consideration when creating /etc/hosts, also use new unbound parameters for dhcpleases when it's necessary, helps ticket #4011

402941d1 11/17/2014 12:05 PM Ermal LUÇI

Use the name entry now that there is a definition for it

a0e387a5 11/17/2014 11:09 AM Phil Davis

Improve test in unbound_add_domain_overrides

Actually the test condition happened to work OK! But this change makes it easier to understand what is really intended.

1e0544a6 11/17/2014 08:17 AM Ermal LUÇI

Fix the generation of certificates for rsa type. strpos returns the pos as 0 for rsasig but it php considers that as false anyhow

1deb0924 11/16/2014 10:09 PM Chris Buechler

add the last few missed files to obsoletedfiles list. Ticket #3970

9e7e2c94 11/16/2014 09:58 PM Chris Buechler

Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x CARP. Ticket #4012

11fb4543 11/16/2014 08:11 PM Chris Buechler

show tunnelv4 on v4 the same way tunnelv6 is shown on v6

bac17444 11/16/2014 08:09 PM Chris Buechler

show tunnelv4 on v4 the same way tunnelv6 is shown on v6

67be8c3d 11/16/2014 09:21 AM Dustin Dembeck

Sorted the provider names alphabetically

984abd66 11/16/2014 09:13 AM Phil Davis

Handle reverse-lookup zones for unbound

By default unbound returns nothing for private reverse lookups. Here is some information about that from https://www.unbound.net/documentation/unbound.conf.html
--------
The default zones are localhost, reverse 127.0.0.1 and ::1, and the...

f2b4a29b 11/16/2014 06:05 AM Chris Buechler

Don't try to clear states to gateway, all that does is wipe the entire state table unnecessarily. rc.newwanip takes care of killing states appropriately as needed when an IP changes.