Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bc0a452f 08/15/2014 12:41 PM Jim Pingle

Ensure this is always an array to avoid a PHP error from foreach.

154298f1 08/14/2014 05:14 AM Chris Buechler

rightsourceip must be used with PSK+Xauth.

7f1b720f 08/14/2014 04:59 AM Chris Buechler

This is required for PSK+Xauth. I'll commit that clarification in a bit.
Revert "Revert "Fix assignment of tunnel IPs to mobile clients.""

This reverts commit 23ba08fc940b711f3b44551199890dc8e28a63b6.

23ba08fc 08/13/2014 09:52 AM Ermal LUÇI

Revert "Fix assignment of tunnel IPs to mobile clients."
This normally is not needed since the attr plugin deals with all this.

This reverts commit 00311d6a841c0f6fc162ea11da06569f10220f5e.

1c70bdff 08/12/2014 09:11 PM Ermal LUÇI

Actually disable this plugin for now. It was not really needed for solving the issues with IKEv1

0e2eaa1b 08/11/2014 05:22 PM Renato Botelho

Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778

b462fc5e 08/11/2014 02:47 PM Renato Botelho

Move dhcp6c log to dhcpd.log, it fixes #3799

687d11a6 08/11/2014 12:44 PM Renato Botelho

Remove double defined 'localhost' on the list of networks to create outbound NAT rules. It should fix #3800

565908d2 08/11/2014 12:40 PM Renato Botelho

Do not create automatic outbound NAT rule for disabled openvpn servers and clients

00311d6a 08/11/2014 10:19 AM Chris Buechler

Fix assignment of tunnel IPs to mobile clients.

dc63467f 08/08/2014 10:09 PM Matthew Smith

Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a virtual IP address'

762e8cf9 08/08/2014 04:24 PM Jim Pingle

Avoid a "Cannot use string offset as an array" error if the packages section of the config is missing.

b6513591 08/08/2014 03:33 PM Jim Pingle

Require click-through POST confirmation when restoring or deleting a configuation from the backup history page.

ed2a6e89 08/08/2014 02:36 PM Jim Pingle

Do not execute DNS resolution on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.

bf8aab82 08/08/2014 01:40 PM Ermal LUÇI

Correct this so the dpdaction is created properly as restart

67067ea3 08/08/2014 05:02 AM Chris Buechler

Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.

9f6a5b50 08/07/2014 08:53 PM Ermal LUÇI

Do a reload on the cofniguration which is better than update. Also let the keyingtries to 3 rather than forever to avoid problems on recovery.

0b5fc1d1 08/07/2014 06:53 PM Ermal LUÇI

Change the logic of the vpn config generation to make connectivity more stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them.

b31a2c76 08/07/2014 03:52 PM Ermal LUÇI

Move the rekey to yes always to avoid issues.

959dc96b 08/07/2014 02:38 AM Chris Buechler

Per the dhcpd.conf man page and other documentation from ISC, mclt must not be defined on the secondary.

88c24958 08/06/2014 07:57 PM Jim Pingle

Encode interface/VIP descriptions before displaying them on the NTP daemon settings.

c3e77841 08/06/2014 07:55 PM Jim Pingle

Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.

92ca4bc3 08/06/2014 07:36 PM Jim Pingle

Encode the detail field of an alias entry before displaying its contents back to the user.

071f6059 08/06/2014 07:27 PM Jim Pingle

Escape the individual dnsmasq advanced/custom options

12c88700 08/05/2014 03:43 PM Renato Botelho

Allow to add ipalias vip to lo0, it should fix #3773

8e2a4091 08/05/2014 01:01 PM Renato Botelho

Use GPS type presets only to pre-set values then user can change it. After user changes, save type always as Custom to avoid overwriting values when user attempt to edit. It fixes #3782

f9f3e44c 08/05/2014 12:19 PM Renato Botelho

More non-functional changes to make code more readable

42b5c637 08/05/2014 12:01 PM Renato Botelho

Fix indent and spaces

46f5ced5 08/05/2014 11:59 AM Renato Botelho

This if is unecessary since input_errors is unset in the line above

4c291f4c 08/05/2014 11:35 AM Renato Botelho

Fix indent and whitespaces

4c4c59b9 08/05/2014 10:48 AM Renato Botelho

Make sure there are not empty options on dst select to avoid creating empty user or group. This issue was introduced by b4e9a4da

46f6eb78 08/05/2014 10:44 AM Renato Botelho

Fix select name

46d3f6a6 08/04/2014 07:23 PM Jim Pingle

Fix input validation logic on diag_testport.php, escape more shell arguments for good measure

aeb44799 08/04/2014 03:34 PM Renato Botelho

Fix #3790. Fix IPv6 Prefix ID check using interface user choose before save

f088b8cd 08/01/2014 08:52 PM Ermal LUÇI

Do not try to rekey for IKEv1.

9b915686 08/01/2014 08:39 PM Ermal LUÇI

Use a uniqid() to track phase2 entries to avoid confustion and various mistakes when modifying and editing them.

fa0a1411 07/30/2014 03:57 PM Matthew Smith

Fix for #3785 - 'strongswan config being generated with ike SA lifetime set to value of ipsec SA lifetime'

63dd9f08 07/29/2014 10:28 PM Ermal LUÇI

Remove even the config.cache from /tmp to avoid issues while here

9280a998 07/29/2014 03:59 PM Matthew Smith

Fix #3781 - 'strongswan dpdtimeout value not generated correctly'

f84b7bff 07/25/2014 07:42 PM Matthew Smith

Add message about Gold to setup wizard and menu/link to Gold signup.

f3d88511 07/25/2014 03:48 PM Renato Botelho

Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit page.

75de6b29 07/25/2014 01:32 PM Jim Pingle

Fix redirect after editing permissions

6141a91b 07/25/2014 12:15 PM Renato Botelho

Disable bandwidth checks for PRIQ, it should fix #3537

c8f89a40 07/25/2014 11:58 AM Renato Botelho

Fix field name that cannot contain spaces, and use displayname

cdcbc988 07/25/2014 11:57 AM Renato Botelho

Fix scheduler field name

6f1d690c 07/25/2014 11:35 AM Renato Botelho

Fix field name that cannot contain spaces, and use displayname

52cacff8 07/25/2014 11:34 AM Renato Botelho

Fix field name

260a6901 07/24/2014 09:28 PM Renato Botelho

Strict checks for number of WANs and LANs on wizard

e75a787f 07/24/2014 09:28 PM Renato Botelho

Fix number of WAN / LAN interfaces detection for dedicated wizard

46cbc96e 07/24/2014 09:28 PM Renato Botelho

Try to guess number of WANs

3ab6aff7 07/24/2014 09:28 PM Renato Botelho

Try to guess number of WANs and LANs

dad05dac 07/24/2014 09:28 PM Renato Botelho

Fix number of WAN and LAN connections check

070aeff3 07/24/2014 09:28 PM Renato Botelho

Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it fixes #3535

c1d09bfe 07/24/2014 09:28 PM Renato Botelho

Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper wizards, multi lan/wan can be used to replace any of them

71802285 07/24/2014 09:28 PM Renato Botelho

Replace exec() and system() calls by internal functions

ba782be2 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

4844813b 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

d6933213 07/24/2014 09:28 PM Renato Botelho

Fix indent and whitespaces

1f2acda1 07/23/2014 04:19 PM Matthew Smith

Fix for bug 3769

bc53fec6 07/22/2014 07:39 PM Renato Botelho

Use SERVER_NAME instead of HTTP_HOST env var, it doesn't have port, then it avoids wizard end point to wrong IPv6 address. It should fix #3550

1b37ae46 07/22/2014 04:13 PM Renato Botelho

Fix #983 - Add IP aliases subnets to interface subnet macro on GUI, since I'm here also fix not rules for PPTP clients macro.

ef74c9e4 07/21/2014 09:57 PM Renato Botelho

Concat var before call escapeshellarg

604623a1 07/21/2014 09:56 PM Renato Botelho

Make dhcpleases use unbound pid when it's configured

9d83d01f 07/21/2014 09:54 PM Renato Botelho

Fix shell script syntax, it should fix #3361

9775c69d 07/19/2014 11:56 AM Renato Botelho

Merge pull request #1252 from N0YB/XHTML_Compliance_System_Menu

de467f00 07/19/2014 04:01 AM N0YB

System: Firmware: Settings

Updater Settings Tab
system_firmware_settings.php

Line 488, Column 43: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button"...

dd030de9 07/18/2014 05:18 PM Renato Botelho

Detect when protocol changes and invalidate session to get a new cookie with secure flag set according. It fixes #3714

639567b8 07/18/2014 04:21 PM Renato Botelho

Merge pull request #1247 from DasTestament/master

d806061c 07/18/2014 01:33 PM Renato Botelho

Merge pull request #1232 from N0YB/Widget_Gateways

f4b75912 07/18/2014 01:32 PM Renato Botelho

Merge pull request #1235 from N0YB/Mixed_Case_Hostname

5847917c 07/18/2014 01:31 PM Renato Botelho

Merge pull request #1236 from N0YB/Widget_Services_Status

34bb3ffc 07/18/2014 01:29 PM Renato Botelho

Merge pull request #1237 from N0YB/XHTML_Compliance_System_Menu

bee27ca1 07/17/2014 11:35 AM Renato Botelho

Merge pull request #1234 from agibson2/master

615ae81f 07/16/2014 02:13 PM Renato Botelho

Review all parameters on unbound main GUI, fix boolean params and add missing ones. Also make it work properly with 'apply'

f7e6c49a 07/16/2014 02:12 PM Renato Botelho

Use the apply trigger for unbound acls to avoid restart unbound every time

a88ec513 07/16/2014 12:58 PM Renato Botelho

Fix indent and whitespaces

c538f864 07/16/2014 12:56 PM Renato Botelho

Some GUI tweaks on unbound main screen

dbf81496 07/16/2014 12:42 PM Renato Botelho

Improve unbound ACL edit page to use correct classes and jquery.ipv4v6ify.js

cb79dc0d 07/16/2014 12:17 PM Renato Botelho

Fix acl item removal

026f3639 07/16/2014 11:48 AM Renato Botelho

Few GUI tweaks on unbound ACL page

18eb5d0e 07/15/2014 09:48 PM Renato Botelho

Fix multiple issues on unbound advanced options GUI:

- Drop many wrong key assignments to pconfig
- Add missing keys to pconfig
- Deal fine with boolean parameters
- Mark subsystem dirty to require apply button
- Drop calls to enable_change()
- Remove unecessary js function enable_change()...

dca795b7 07/15/2014 02:34 PM Renato Botelho

Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757

861b9b7a 07/14/2014 03:07 PM Jim Pingle

Allow hostnames in bulk import since they are valid entries in a network type alias.

5a582d33 07/11/2014 09:35 PM Renato Botelho

Merge pull request #1242 from ExolonDX/branch_master_01

dcafc712 07/11/2014 09:22 PM Adam Gibson

Don't use pfsense name in comment

76fce373 07/11/2014 09:22 PM Adam Gibson

Use $product instead of pfSense when logging the version to syslog

4982e61e 07/11/2014 09:22 PM Adam Gibson

Log pfsense version to syslog after bootup

e860ec1d 07/11/2014 07:27 PM Jim Pingle

Fix PHP script closing tag placement.

720c529f 07/11/2014 11:23 AM Renato Botelho

Fix #3749:

When a full upgrade from 2.1.x to 2.2 is being done, after decompress
tarball with 2.2 files, /bin/sh is not able to run a script using syntax
'sh scriptname'. Because of that, /tmp/post_upgrade_command and
/etc/rc.reboot are not executed ending on an incomplete and broken...

5fbdacc1 07/11/2014 11:23 AM Renato Botelho

Make sure scripts have necessary attributes and use its shebang line instead of force sh to call it. This will help to prevent or workaround issues similar to #3749 in the future

00aa34f1 07/11/2014 11:23 AM Renato Botelho

In some cases, new /bin/sh binary doesn't work properly before reboot during a upgrade, and because of that /etc/rc.reboot is not executed and system doesn't reboot. Source /etc/rc.reboot instead of open a new sh session to avoid it happening again in future versions (ticket #3749)

375fce94 07/10/2014 02:56 AM Chris Buechler

use HTTPS for files.pfsense.org for update_bogons and priv_url in pkg-utils

a061ddb9 07/09/2014 05:07 AM Chris Buechler

no () around qlength here

c9a88bbd 07/08/2014 11:47 AM Chris Buechler

qlimit must be included here

2d34e81a 07/07/2014 11:12 PM Renato Botelho

Avoid reseting firewall hostname by WAN DHCP. It should fix #3746

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

79cd8239 07/07/2014 03:52 PM Renato Botelho

Fix sysctl name

82f75815 07/07/2014 02:05 PM Renato Botelho

Add set_single_sysctl(), a wrapper to set_sysctl() to make it simple to set value of a single sysctl

ff23363d 07/07/2014 01:57 PM Renato Botelho

Add get_single_sysctl(), a wrapper to get_sysctl() to make it simple to get value of a single sysctl

aae16684 07/07/2014 01:52 PM Renato Botelho

Fix indent