Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
20dda766 12/04/2013 08:21 PM Renato Botelho

Prevent network or broadcast address to be set on interface (console, GUI and wizard). It should fix #3196

f51fa0d4 12/04/2013 11:17 AM Ermal LUÇI

Use proper interface here

991bd7ad 12/04/2013 11:17 AM Ermal LUÇI

Correct only carp value changes

77411fa7 12/02/2013 09:12 PM Ermal LUÇI

Correct CARP events on devd and the argument processing on called scripts

61422dd4 12/02/2013 06:21 PM Renato Botelho

When reset webConfigurator password, if authentication server is not Local Database, ask user to back to it. Fix #3341

992324ef 11/28/2013 06:42 PM Renato Botelho

Remove 0.0.0.0 from automatic outbound nat rules

7238e0cf 11/28/2013 06:36 PM Ermal LUÇI

Remove references to _vip interface and provide proper configuration for carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code

d1113424 11/26/2013 09:23 PM Renato Botelho

fix 0.0.0.0 subnet for automatic outbound NAT rules, fixes #2416

06b8d43c 11/26/2013 08:40 PM Renato Botelho

Add a new param to return_gateways_array and make it return gateways when interface doesn't exist. Default behavior didn't change. Also check the new gateway parameter (disabled) when filtering

531b9f0e 11/25/2013 02:06 PM Ermal LUÇI

No need for a second rule forwarding http

1c69dbb0 11/25/2013 02:06 PM Ermal LUÇI

Correct generation of lighty configuration with zoneid changing to lower that 4000 value

0a806969 11/25/2013 02:06 PM Ermal LUÇI

Since zoneid need to be less then 4096 provide some upgrade code to handle that from existing configs

06dc05ac 11/25/2013 01:39 PM Ermal Luçi

Merge pull request #858 from timdufrane/master

Add DHCP without gateway capability

fcaf1709 11/23/2013 07:32 PM Ermal LUÇI

Catch up with mac needed for all operations in the table nowdays.

baec2b00 11/21/2013 09:18 PM Ermal LUÇI

Properly create zones for the CP with the new command arguments and properly invoke ipfw for applying rules and other configuration options.

4208f7b1 11/21/2013 06:33 PM timdufrane

Add DHCP without gateway capability

d3b17c9a 11/21/2013 03:57 PM Renato Botelho

Fix #3331. Set interface subnet as destination when VIP is in the same subnet, otherwise use VIP subnet instead of IP address

f7ec7bf9 11/21/2013 01:58 PM Ermal LUÇI

FreeBSD 10 pf does not have a limit for table entries

e6000a9b 11/21/2013 01:14 PM Ermal Luçi

Merge pull request #857 from Wraul/add_city_network_dyndns

Added support for City Network to Dynamic DNS.

23d9f686 11/21/2013 11:37 AM Renato Botelho

Fix an issue that changes wrong gateway entry when items are hidden

33e71f10 11/20/2013 08:56 PM Jim Pingle

Don't flush interface cache on each call of the function when looping through all gateways.

e4791418 11/18/2013 05:24 PM Renato Botelho

Add gettext() to recently added strings

3bb23264 11/18/2013 05:09 PM Renato Botelho

Add an option to return outbound NAT automatic to nat hosts with description, ticket #2416

9bed0fcd 11/18/2013 12:09 PM Renato Botelho

Add subnet to 0.0.0.0 otherwise it's not added to table, ticket #2416

c437485d 11/18/2013 11:56 AM Renato Botelho

Make sure automatic rules are created even if mode is not set, ticket #2416

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

2d845db7 11/15/2013 06:20 PM Renato Botelho

Merge pull request #855 from ExolonDX/branch_01

Tidy up the "Helper Icons"

2206f1b9 11/14/2013 09:06 PM Mathias Andersson

Added support for City Network to Dynamic DNS.

City Network is a Swedish web hosting company.
They provide a dynamic DNS service for their customers.
This service uses the dyndns2 protocol.

2b41df9c 11/14/2013 05:54 PM Renato Botelho

Provide a more safe way to avoid pw userdel being interactive because of a crontab existance

0f84dee3 11/14/2013 05:54 PM Renato Botelho

Revert "local_sync_accounts: provides empty STDIN to pw userdel command"

This reverts commit c6b156bfa537754d079868653ef3561eb1330d8c.

3afcc238 11/14/2013 02:34 PM Renato Botelho

Split automatic to nat hosts fill into a function to be able to call it from other place, ticket #2416

17b8c60a 11/14/2013 01:44 PM Colin Fleming

Tidy up the "Helper Icons"

The "Helper Icons" at the top right of some service pages at present
produces 30+ HTML errors/warnings, this is due to the table cell being
wrapped in a span statement then in a div statement, table cells can
only be part of a table row then within a table statement....

c39c8b8f 11/14/2013 12:38 PM Renato Botelho

Remove unused variables and fix automatic nat to alias-address

34f95977 11/14/2013 10:19 AM Renato Botelho

Merge pull request #854 from icyfork/provides_empty_STDIN_to_pw_command

local_sync_accounts: provides empty STDIN to pw userdel command

eef01b14 11/13/2013 09:45 AM Renato Botelho

Add hybrid and disabled outbound NAT, fixes #2416:

- Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced
keep working the same way
- Hybrid mode applies manual rules first, automatic after
- Disabled do no create any outbound NAT rules...

c6b156bf 11/12/2013 11:29 PM Ky-Anh Huynh

local_sync_accounts: provides empty STDIN to pw userdel command

The /usr/sbin/pw command may wait for user input. For example,
if there is a manual crontab settings for :foobar account, then
when this account is requested to be deleted, the command will
ask if user wants to delete crontab settings for the account....

7facbef7 11/12/2013 05:05 PM Renato Botelho

Merge pull request #850 from phil-davis/master

Handle comma-separated list of remote networks when making vpn_networks table

c4421dfa 11/12/2013 12:45 PM Renato Botelho

Add an option to set no-sync on rules to keep states from being synced via pfsync. Fix #2501

6186cdc4 11/11/2013 09:29 PM Jim Pingle

Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax error: bad fd number" for the remaining people who still saw it on shutdown

629f07c3 11/11/2013 06:12 PM Jim Pingle

This tag could be present, but empty. Skip processing if the interface has no IP address.

63f72828 11/11/2013 06:10 PM Jim Pingle

If the interface is configured and not enabled, bail. We do not need to change settings for disabled interfaces. Fixes #3313

62c5794d 11/09/2013 04:03 PM Phil Davis

Handle comma-separated list of remote networks when making vpn_networks table

If remote_networks for an OpenVPN instance is a list of more than 1 network then none of the networks gets added to the vpn_networks table. The code simply did not address this new comma-separated list feature. Now it does, and the vpn_networks table contains all the remote networks listed....

6d5fcf57 11/07/2013 07:35 PM Ermal LUÇI

Unset this variable used in the loop to avoid having wrong information

8194f288 11/07/2013 07:26 PM Ermal LUÇI

Do not forget the trace in the pf.conf that something went wrong during rules generation to be able to at least detect what is going on

70da4172 11/07/2013 02:15 AM Jean Cyr

Give clients the IPV6 address of the DNS server

For IPV6 WAN tracking interfaces, dhcpdv6 does not provide an IPV6
address for the DNS server... fix that.

23b5b16a 11/02/2013 10:48 AM Renato Botelho

Revert "Add conf_mount_rw calls on functions that changes user/groups. It fixes #3294"

This reverts commit b1e5a286bb47d7e4a5b3d589cc27b557b3b13c41.

c5d4d97b 11/01/2013 02:43 PM Jim Pingle

Prevent a Fall Back Pool from being selected when the DNS protocol is in use. If one is present in the config, ignore it. Fixes #3300

add913b1 11/01/2013 02:23 PM Renato Botelho

Teach system_timezone_configure() to deal with symlinks to avoid having timezone misconfigured. This fixes #3293

b1e5a286 11/01/2013 12:55 PM Renato Botelho

Add conf_mount_rw calls on functions that changes user/groups. It fixes #3294

9ed52990 10/31/2013 07:03 PM Jim Pingle

Unset value should be '' and not 'none'

edba1982 10/31/2013 06:50 PM Jim Pingle

Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).

97d5b59b 10/30/2013 07:47 PM Jim Pingle

Add an Authentication Digest Algorithm drop-down to OpenVPN server/client (SHA1 is the default since that is OpenVPN's default)

204bec28 10/29/2013 09:35 AM Renato Botelho

Revert "Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280"

Another solution will be implemented

This reverts commit 6721d6d0443bd7e697bd6ca33f470c801608df7e.

6721d6d0 10/29/2013 09:06 AM Renato Botelho

Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280

1dc0e7f4 10/28/2013 04:20 PM Renato Botelho

Make return_gateways_array() return all disabled gateways when $disabled is true, it should fix #3291

20623f57 10/28/2013 12:35 PM Renato Botelho

Fix an attempt to read unset variable $rtent

cbe12b8d 10/24/2013 08:33 PM Jim Pingle

Add source address selection to syslog settings, so it can work more effectively over a VPN. Fixes #355

b8250344 10/24/2013 08:07 PM Renato Botelho

Fix #3235

. diag_nanobsd.php:
. Since conf_mount_ro() is always being called, always call
conf_mount_rw to keep refcount correct
. Do not show refcount_read() return when it's -1
. config.lib.inc
. Increment and decrement refcount even if nanobsd_force_rw is set....

a4e4b560 10/23/2013 01:58 PM Renato Botelho

Make sure pf rule labels never have more than 63 chars. It should fix #3208

a3e232db 10/23/2013 11:52 AM Renato Botelho

Merge pull request #813 from phil-davis/master

Fix logic in detecting if OpenVPN resync needed, fixes #3255

10d9290f 10/22/2013 06:49 PM Ermal LUÇI

Prepend ipsec_ here as well for better protection

7b95ffdd 10/22/2013 06:46 PM Ermal LUÇI

Use the pid of the process for the tmp file also prepend ovpn_ here to make it clear

45758be4 10/22/2013 06:44 PM Ermal LUÇI

Correct even here the routes from cisco-avpair processing

eb7d43c0 10/22/2013 06:42 PM Ermal LUÇI

Use the pid of the process for the tmp file

9f293b1c 10/22/2013 03:45 PM Jim Pingle

Fix cisco-avpair processing, and route processing from avpair replies.

edc56e48 10/22/2013 01:31 PM Renato Botelho

Add missing privileges to the list, it fixes #3279

c03d4be1 10/22/2013 01:31 PM Renato Botelho

Fix typo and whitespace

dda9c67f 10/21/2013 12:59 PM Renato Botelho

Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queues

40a8f669 10/18/2013 08:32 PM Renato Botelho

Prevent a possible division by zero. it fixes #3212

ea108447 10/18/2013 01:40 PM Renato Botelho

Make sure vlan interface exist when it's being configured, it fixes #3270

c48fdaa4 10/16/2013 12:18 PM Renato Botelho

Fix #3268 - avoid pf table names conflict:

. Create a list of reserved table names for the hardcoded ones
. Use this list to validate aliases and load balance pool names
. Check if alias names don't conflict with LB pool names and vice-versa

c858a035 10/15/2013 01:30 PM Renato Botelho

Merge pull request #817 from stephanel/master

Added OVH DynHOST in dynamic DNS services

8deaf333 10/14/2013 06:53 PM Renato Botelho

Add Captive Portal Zones privileges definition. Fix #3216

b4a62651 10/11/2013 01:59 PM Renato Botelho

Allow special chars to be used on IPSec mobile login banner. Fixes #3247

2d72659a 10/11/2013 12:19 PM Renato Botelho

Set default value to radius_protocol during upgrade, it should fix #3226

0f0f7b2c 10/11/2013 11:25 AM Renato Botelho

Fix 'Packet loss rate' and 'Bucket Size' range checking

feb2e013 10/11/2013 09:20 AM Phil Davis

Remove redundant test for OpenVPN resync_needed

aa0753e3 10/10/2013 04:59 PM Jim Pingle

Needs parens

a3cc1409 10/10/2013 04:47 PM Jim Pingle

Add upgrade code to change the DHCP next-server value to nextserver since it was renamed sometime in 2.1 but upgrade code didn't follow. Also shuffle the upgrade code blocks a bit since we need these on 2.1.x and nobody should be on 2.2 yet, so the impact should be minimal to renumber the one bit specific to 2.2.

a4a56eb0 10/09/2013 07:01 PM Stéphane

Added OVH DynHOST in dynamic DNS services

04761344 10/09/2013 02:02 PM Jim Pingle

Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237

090b9a4a 10/09/2013 12:54 PM Jim Pingle

Remove newsyslog cron job on upgrade, if present.

0b5636fc 10/09/2013 12:50 PM Jim Pingle

Remove this check, the value can be 0 here if the target is the first item in the array.

c3b9bcb2 10/04/2013 11:40 AM Chris Buechler

use (self) instead of any for web lockout

b762e3dc 10/04/2013 06:46 AM Chris Buechler

use (self) rather than any as the destination for the lockout rules

634054cc 10/02/2013 05:03 AM Phil Davis

Check for disabled OpenVPN instances in openvpn_resync_if_needed

It is much cleaner if we check first for disabled OpenVPN instances, before diving into all the other checks. Note, the final openvpn_resync() does call other routines that finally check if the instance is disabled, but there are so many checks here for various conditions to be met before calling openvpn_resync that it looks better (safer) to bail out early if the instance is disabled.

78b2a705 09/29/2013 12:42 PM Phil Davis

Fix logic inn detecting if OpenVPN resync needed

Commit https://github.com/pfsense/pfsense/commit/f33dcc5c79c54af7daf91a81cfdd7f489e8cb67c reversed the logic sequence when testing if $resync_needed - the individual tests were changed from "==" to "!=" and so on, but the conjunction also need to be changed - "or" needs to be "and". I had noticed that VPNs on some gateway groups of mine didn't failover recently, but hadn't gone looking for the problem until now....

9f6919e6 09/28/2013 12:12 PM Richard Connon

Fix codel not being applied on non-priq queue types

c27edf55 09/28/2013 11:37 AM Richard Connon

Fixed typo in CoDel wiki link

93821aea 09/27/2013 05:14 PM Jim Pingle

If rc.newwanip is run on an interface that should not have an IP address, do not take any action.

58e1f8f2 09/27/2013 10:37 AM Scavy

Update to include GratisDNS dynDNS service

5458bc59 09/27/2013 09:29 AM Scavy

Update to include GratisDNS dynDNS service

d2399f99 09/25/2013 03:49 PM Jim Pingle

Make sure no extra spaces end up in the parsed IP, it can lead to issues in other places (Easy Rule, etc)

1fcb90d0 09/24/2013 04:34 PM Jim Pingle

OpenSSL does not like country codes longer than two letters, so remove these entries that are not actually country codes.

6f969455 09/23/2013 07:27 PM Jim Pingle

Add patch from Ermal to fix ifconfig error on gif in certain cases.

9e378421 09/23/2013 01:56 PM Jim Pingle

Fix CP stats generation for concurrent users. Fixes #3225

c13a7052 09/18/2013 10:14 AM Renato Botelho

Merge pull request #795 from razzfazz/ia-pd-hint

add option to send prefix hint for requesting desired prefix length for delegation (for master branch)

819a603c 09/17/2013 07:13 PM Jim Pingle

Switch to rw mode before file operations on RFC2136 cache. Fixes #3201

2e9d9ede 09/16/2013 07:57 PM Renato Botelho

Merge pull request #803 from PiBa-NL/outboundnat_disable_checkbox

outboundnat, disable rule checkbox

6ae8c4f2 09/16/2013 06:46 PM Pi Ba

outboundnat, disable checkbox