Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
53555bf2 12/27/2013 08:37 PM Ermal LUÇI

Make sense of interface mtu handling code. No need to do unneeded operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types.

1a4ef44e 12/27/2013 02:58 PM Renato Botelho

Delete static route when monitor IP is removed, also save monitor IP even when it's disabled

e2edc30d 12/24/2013 02:16 PM Renato Botelho

When WANTIME is empty, there is nothing to do here

811ecea4 12/24/2013 02:16 PM Renato Botelho

test only does integer comparison, use bc to compare float

8f105c8a 12/24/2013 02:16 PM Renato Botelho

Save status even if no script is executed

98864780 12/24/2013 02:16 PM Renato Botelho

On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert the logic to fix this. While I'm here, check if file exists before cat it

56301bed 12/23/2013 07:28 PM Renato Botelho

Fix DHCP lease time display, strftime already convert it to local timezone, so we no need to calc offset

f2aa8287 12/23/2013 04:40 PM Renato Botelho

Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it fixes #3364

e20a0af7 12/22/2013 01:37 PM phildd

Avoid dashboard divide by zero errors

c1d5f0ef 12/16/2013 08:11 PM Jim Pingle

Fix saving of voucher sync settings.

d8b011b8 12/09/2013 11:22 AM Renato Botelho

Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it fixes #2286

3c263d45 12/07/2013 08:49 PM Renato Botelho

Merge pull request #860 from iamzam/RELENG_2_1

Allow setting a default scale type preference for the traffic graphs wid...

a6d96f9b 12/05/2013 08:05 PM Jim Pingle

Also account for a widget being null/not defined, and not just closed/open.

8ff83255 12/05/2013 03:24 PM Dwayne Voelker

added missing quotes

thx rbgarga

943d52cf 12/05/2013 05:19 AM Dwayne Voelker

Allow setting a default scale type preference for the traffic graphs widget

I originally submitted this at https://redmine.pfsense.org/issues/2994
but it seems that is not used for commits now so I am adding it here.
It works great on my box, and I can't see these changes causing any...

21d74c8e 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

f70a140f 12/03/2013 02:37 PM Renato Botelho

Fix #3350. Do not destroy an interface when it's being disabled

4e4e35dd 11/29/2013 12:07 PM Renato Botelho

One more typo on Alternative Names fill, that was setting type field with $value

30c15c58 11/29/2013 11:57 AM Renato Botelho

Fix a (probably) copy/paste issue that is making all Alternative Names disapear when an input error is detected

48f1333b 11/25/2013 05:40 PM Jim Pingle

Allow an "empty" CRL to be exported, since this is still a valid action.

1ad6ad27 11/21/2013 11:36 AM Renato Botelho

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

6b1f9a99 11/15/2013 09:30 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for services-igmpproxy-edit
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames...

96a60eb4 11/07/2013 06:34 PM Phil Davis

system_camanager init $input_errors so array_push works

Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html

84eaea96 11/07/2013 05:52 PM Robert Nelson

Simplify the code.

No need to worry about the second column, we only need to pad the first one.

b24622e2 11/07/2013 05:52 PM Robert Nelson

Rewrite the display_host_results() function to use spaces instead of
tabs. It does a much better job of aligning the fields in each column
and works in all the browsers, particularly chrome which doesn't
support the tab character.

It still isn't perfect due to the javascript alert() function's...

90caf54e 11/02/2013 10:48 AM Renato Botelho

Call conf_mount_rw before delete user, a better fix for #3294

19b10216 11/01/2013 02:45 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

6ae050ae 11/01/2013 01:31 PM Renato Botelho

Update zoneinfo to 2013.h

34e17813 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 bb6291e0204ffe2828fe9c9425bdae9c8541fe54.

bb6291e0 10/29/2013 09:05 AM Renato Botelho

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

d3ad6cf0 10/29/2013 12:20 AM Chris Buechler

fix typo

f44ac2e9 10/25/2013 12:41 PM Renato Botelho

Use a more accurate error message, fixes #3282

53c5407e 10/24/2013 08:34 PM Jim Pingle

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

785158c6 10/24/2013 08:01 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....

aad5eef2 10/22/2013 02:53 PM Jim Pingle

Make the RADIUS settings respect the description of the timeout field. If the timeout value is left blank, use 5 seconds, don't print an error.

f144493c 10/22/2013 02:42 PM Renato Botelho

Make it more explicit that 'update freq.' unit is days

dd8e414e 10/22/2013 02:40 PM Renato Botelho

Remove unused variable

a8521a63 10/22/2013 01:29 PM Renato Botelho

Fix priv name

63a1e1ee 10/22/2013 12:58 PM Jim Pingle

Optimize DHCPv4 lease display online status for static leases. Do not re-parse complete ARP table for each lease, as it can be slow with large ARP tables.

53523624 10/21/2013 08:09 PM Renato Botelho

Fix #3283, use jQuery to change attributes based on id

521504d1 10/21/2013 08:03 PM Renato Botelho

Set id for select elements created dynamicaly created

de304598 10/21/2013 02:02 PM Renato Botelho

Limit CIDR choices for IPv4 on GRE interface, fixes #3277

ea838318 10/18/2013 08:43 PM Renato Botelho

Fix #3273

- When you disable a interface, it destroys vlan interface from system.
Do not report error when interface doesn't exist.
- While I'm here, use pfSense_interface_destroy() instead of ifconfig

6666ef48 10/18/2013 02:38 PM Renato Botelho

Actually there is no reason to set a variable just to use once

2db5f9c2 10/18/2013 02:31 PM Renato Botelho

Fix #3242 and some code cleanup:

- Only explode '/' and set address_subnet when address is a subnet, it
fixes issue reported at #3242
- While I'm here, do some cleanup on the way addresses are treated
- Remove unecessary variable $tracker, we already have $counter set...

dd33fd4e 10/17/2013 08:43 AM Warren Baker

Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180

78b0e51e 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

b35bcd45 10/11/2013 04:28 AM Jared Dillard

added favicon to logged in pages

2b4f2f23 10/07/2013 05:35 PM Warren Baker

Replace pfSense with the rebrand

b93fd19b 10/04/2013 12:40 PM Jim Pingle

Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations.

619753ee 10/03/2013 02:10 PM Jim Pingle

Fix display of pools in the LB status widget and on the LB Virtual Server status.

f82cbe49 10/02/2013 11:41 AM Marcello Silva Coutinho

fix pkg_edit.php to show interface description instead of interface name

80f88b3b 09/30/2013 10:23 AM Warren Baker

Patch applied manually. Fixes bug #3245 and old interface names

f58bfb93 09/27/2013 01:25 PM Renato Botelho

Remove redundant copies of getNasIP(), it should fix #3234

65fec80d 09/26/2013 01:47 PM Renato Botelho

require service-utils.inc for find_service_by_openvpn_vpnid()

857ff425 09/26/2013 01:47 PM Renato Botelho

Add missing td

1650e1ec 09/26/2013 01:47 PM Renato Botelho

Remove use of undefined var $conn and fix some td class

197099cf 09/25/2013 12:27 AM Renato Botelho

Respect default gateway option when adding a gateway from interfaces page. It fixes #3230

11d8b2cd 09/24/2013 01:31 PM Jim Pingle

Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General

be773f24 09/23/2013 02:01 PM Jim Pingle

Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.

428ea19f 09/23/2013 02:01 PM Jim Pingle

Fix CP stats generation for concurrent users. Fixes #3225

9e768daf 09/23/2013 11:35 AM Ermal LUÇI

Prevent assigned vlans from being changed the tag.

ac8e8506 09/21/2013 06:17 PM Renato Botelho

Fix #3218, reaload filter rules when activate or deactivate dhcpdv6

fd750cd0 09/18/2013 08:20 PM Pi Ba

Certificate Manager, for 'Create an internal Certificate' use the correct 'Digest Algorithm'

c4eeb1c4 09/17/2013 08:29 PM Jim Pingle

Fix ufslabels.sh logic to avoid trying to convert slices which are already using appropriate labels. Fixes #3207

204e16db 09/12/2013 06:03 PM Renato Botelho

Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195

049d4211 09/11/2013 06:32 PM Jim Pingle

Make sure to account for IP aliases on lo0 here, or they get duplicated on each CARP sync

1e2cb1f8 09/10/2013 03:44 PM Jim Pingle

No need to treat PHP errors as a crash on -RELEASE for now.

fae7ef31 09/08/2013 11:57 PM Jim Pingle

Test growl whether or not growl is disabled.

1d47cb37 09/06/2013 05:56 PM Jim Pingle

Do not sync DHPCv6, it must operate independetly. Ticket #3184

8571cdd5 09/06/2013 05:56 PM Jim Pingle

Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184

da95bdcd 09/06/2013 11:10 AM Renato Botelho

Fix #3127

By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.

c088fe72 09/04/2013 10:36 AM Ermal LUÇI

Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to killall returning without the process really exiting.

c9d099d7 09/03/2013 04:52 PM Ermal LUÇI

Bring back static routes to fix issues reported on Ticext #3179

7050776a 09/03/2013 04:00 PM Chris Buechler

Disable state killing on gateway failure by default for new configs.
Clarify the text describing the option while here.

628a64a9 09/03/2013 02:20 PM Ermal LUÇI

Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html

254261e0 09/03/2013 09:33 AM Chris Buechler

fix text

a2ac3661 09/03/2013 07:15 AM Ermal Luçi

Merge pull request #792 from razzfazz/RELENG_2_1

add option to send prefix hint for requesting desired prefix length for ...

ec532672 09/03/2013 06:26 AM Chris Buechler

touch up text, s/nat/NAT/

90652fbf 09/03/2013 12:34 AM Daniel Becker

add option to send prefix hint for requesting desired prefix length for delegation

This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.

3fcb6a21 08/30/2013 05:37 PM Jim Pingle

Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware.

35eb76fa 08/29/2013 05:38 PM Renato Botelho

Use ipprotocol to check gateway protocol, this fix a issue that allow to set more than one default gateway when it's dynamic

b6239962 08/28/2013 05:53 PM Jim Pingle

s/require/require_once/g for filter.inc to avoid redeclaration errors in some rare cases.

475aa214 08/22/2013 03:34 AM Chris Buechler

fix text to remove non-applicable copy/paste from v4 relay

8cd1d911 08/21/2013 01:23 AM Jim Pingle

Remove this particular form tag that doesn't appear to serve any purpose on this page, and breaks the drop-down zone selector. Fixes #3153

51f9b7e4 08/20/2013 07:41 PM Jim Pingle

Add patch from the ticket to fix #3149

3830eeb3 08/20/2013 07:29 PM Renato Botelho

Add scope to target when it is a link-local, it helps ticket #3150

8f61cb87 08/20/2013 05:39 PM Renato Botelho

Add scope to target when it is a link-local, it helps ticket #3150

45ce573d 08/19/2013 08:12 PM Renato Botelho

Revert "Improve sh syntax using ${} for all variables"

This was cherry-pick'd by mistake

This reverts commit 1702a838194d2f4ffaa99359f888a42b0832472a.

289dd691 08/18/2013 11:12 PM Renato Botelho

Merge pull request #778 from N0YB/patch-11

Update functions.inc.php

ffd2f320 08/18/2013 02:01 AM N0YB

Update functions.inc.php

May as well remove this errant td end tag too.

5d6d1958 08/18/2013 01:31 AM Jim Pingle

Strip off scope before attempting to resolve the IPv6 IP here.

e6cfcd26 08/18/2013 12:16 AM N0YB

Update functions.inc.php

Fix gateway widget size change on first update.
Inner table size changes because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding & cellspacing.

68b0311c 08/16/2013 06:48 PM Jim Pingle

Rather than doing auto-detection, fall back to a glob for now when listing potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection.

0f78c59e 08/16/2013 06:48 PM Jim Pingle

Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.

b8131408 08/15/2013 05:51 PM Jim Pingle

When renaming or deleting a virtual server, clean up the old relayd anchor name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.

1702a838 08/15/2013 11:40 AM Renato Botelho

Improve sh syntax using ${} for all variables

4529f07d 08/15/2013 09:02 AM Ermal LUÇI

Also take dhcpv6 into consideration even here.

ff6e6929 08/14/2013 05:18 PM Phil Davis

Relax advanced options firewall rules tests

Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3
So allow these through the front-end GUI validation also.
Code change for 2.1 branch.

72745233 08/14/2013 12:51 PM Jim Pingle

Fix double-click to edit on OpenVPN CSC entries