Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
85bdf997 10/30/2013 08:01 PM Jim Pingle

Add Auth Digest to OpenVPN wizard also.

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

9aca7390 10/29/2013 12:20 AM Chris Buechler

fix typo

b84ac9c6 10/28/2013 01:29 PM Ermal Luçi

Merge pull request #822 from CharlieMarshall/interfacesWidget

cleanup interfaces.widget.php

0c951d98 10/25/2013 07:15 PM Charlie Marshall

cleanup interfaces.widget.php

bf755503 10/25/2013 12:42 PM Renato Botelho

Use a more accurate error message, fixes #3282

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....

afdf29d3 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.

2b6e6fee 10/22/2013 02:40 PM Renato Botelho

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

6ff71781 10/22/2013 02:39 PM Renato Botelho

Remove unused variable

9b104557 10/22/2013 01:31 PM Renato Botelho

Fix priv name

6ccefb28 10/22/2013 12:59 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.

6794e407 10/21/2013 08:01 PM Renato Botelho

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

f4100c0e 10/21/2013 07:58 PM Renato Botelho

Set id for select elements created dynamicaly created

dd8722db 10/21/2013 02:03 PM Renato Botelho

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

36b7f215 10/18/2013 08:41 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

06896c6a 10/18/2013 02:38 PM Renato Botelho

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

4e8a79a8 10/18/2013 02:26 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...

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

b18a99d3 10/14/2013 07:33 PM Charlie Marshall

some tidying up

e5e0fd39 10/14/2013 07:27 PM Charlie Marshall

make dashboard responsive

cfa352c6 10/11/2013 02:46 AM Jared Dillard

added favicon to logged in pages

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

Replace pfSense with the rebrand

2dd9b120 10/04/2013 12:39 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.

c1e48e9b 10/03/2013 02:10 PM Jim Pingle

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

1ed963d7 09/30/2013 05:49 AM phildd

Traffic graphs widget has old interface names

Fixes bug #3245

97c78e19 09/26/2013 01:53 PM Renato Botelho

Merge pull request #810 from ExolonDX/branch_04

Update "status_rrd_graph_settings.php" XHTML

b9147430 09/26/2013 01:53 PM Renato Botelho

Merge pull request #809 from ExolonDX/branch_02

Update "status_rrd_graph.php" XHTML

61ba12f0 09/26/2013 01:52 PM Renato Botelho

Merge pull request #808 from ExolonDX/branch_01

Update "pkg_edit.php" XHTML

c92ccc70 09/26/2013 01:45 PM Renato Botelho

require service-utils.inc for find_service_by_openvpn_vpnid()

a5eb046f 09/26/2013 01:40 PM Renato Botelho

Add missing td

7717ee0b 09/26/2013 01:32 PM Renato Botelho

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

75f4bdbd 09/26/2013 11:41 AM Colin Fleming

Update "status_rrd_graph_settings.php" XHTML

Close INPUT tags
Update HTML Boolean operators
Update TABLE tag with summary statement

c2cc1721 09/26/2013 11:35 AM Colin Fleming

Update "status_rrd_graph.php" XHTML

Update SCRIPT statements with CDATA
Move the close HEAD statement
Move the FORM statement outside the main table
Close INPUT tag
Update HTML Boolean operators
Add closing table cell (TD) and table row (TR) tags so that the rows are...

5655d48b 09/26/2013 11:18 AM Colin Fleming

Update "pkg_edit.php" XHTML

Update HTML Boolean operator

2d9063af 09/25/2013 08:16 PM Carlos Cesario

Set network interfaces description as interface name.

93ee6032 09/25/2013 12:28 AM Renato Botelho

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

a338d381 09/24/2013 01:32 PM Jim Pingle

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

c4877616 09/23/2013 02:00 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.

472ad9a0 09/21/2013 06:16 PM Renato Botelho

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

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)

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

1cddd59c 09/16/2013 01:13 PM 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

01ba8ec6 09/12/2013 06:01 PM Renato Botelho

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

4f7bba46 09/12/2013 05:53 PM Renato Botelho

Do not allow local mac address to be added to passtrumac list in CP. It fixes #3122

30cbc007 09/12/2013 02:29 PM Renato Botelho

Fix php short tag opening and silent php -l

ea51e9f8 09/12/2013 02:29 PM Renato Botelho

Remove call-time pass by reference from traffic shaper files, it should fix #2565

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

2f1548d6 09/12/2013 12:42 PM Renato Botelho

Add a redirect url option to blocked macs

a7c00d8d 09/12/2013 11:44 AM Renato Botelho

Delete the old mac when action changes, not the current one

5eee3755 09/12/2013 11:44 AM Renato Botelho

Make captiveportal_passthrumac_delete_entry() return rules instead of execute them as other similar functions do

736c36c6 09/12/2013 11:44 AM Renato Botelho

Use same tab name on all pages

ed8899b5 09/12/2013 11:44 AM Renato Botelho

Change 'Pass-through MAC' tab name to reflect current reality

666f88e0 09/12/2013 11:44 AM Renato Botelho

Add actions (block or pass) to Captive Portal passtrumac

cfd88fbc 09/12/2013 11:44 AM Renato Botelho

Fix indent and whitespaces

611f2910 09/11/2013 06:33 PM Jim Pingle

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

eed5b507 09/10/2013 06:02 PM Jim Pingle

Include CA in generated .p12 file. Fixes #2147 the way it was originally intended.

1e940f77 09/08/2013 11:57 PM Jim Pingle

Test growl whether or not growl is disabled.

cf07d574 09/06/2013 05:56 PM Jim Pingle

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

d3b3240b 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

605ae553 09/06/2013 11:08 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.

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

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

243680e5 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.

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

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

4cdae0ac 09/03/2013 09:07 AM Chris Buechler

fix text

18f3c2fd 09/03/2013 09:05 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.

324e112d 09/03/2013 06:27 AM Chris Buechler

touch up text, s/nat/NAT/

f89f3b3d 08/31/2013 02:31 PM Renato Botelho

Merge pull request #787 from phil-davis/master

Provide get_uptime_sec in a common include file

b097a7cf 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.

beb7cd97 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

806e5979 08/29/2013 07:12 AM Phil Davis

Call get_uptime_sec from functions.inc.php

to avoid code duplication

f6339216 08/28/2013 05:54 PM Jim Pingle

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

faf61f12 08/26/2013 06:23 AM Phil Davis

Add option to specify client management port for OpenVPN client export use

See forum http://forum.pfsense.org/index.php/topic,63668.0.html and OpenVPN Manager GitHub discussion https://github.com/jochenwierum/openvpn-manager/issues/17
This allows a different client management port to be specified for use by OpenVPN client export when generating a client config for use with OpenVPN manager. Typically a company could have multiple offices with OpenVPN "road-warrior" access. Some users might need to connect to different offices at different times, so they would have multiple OpenVPN client configs installed on their laptop. For this to work with OpenVPN Manager, each client config needs to have a different management channel - only 1 can use the default of "166". The company can chooose a different number in the road-warrior server "client parameters" section at each office. Then the generated client config from each office will have a unique management channel port number.

8f07b51c 08/23/2013 07:48 PM Pi Ba

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

afde5956 08/22/2013 03:33 AM Chris Buechler

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

b4dcdbcf 08/21/2013 01:24 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

eb0287e9 08/20/2013 07:41 PM Jim Pingle

Add patch from the ticket to fix #3149

d318da67 08/20/2013 07:30 PM Renato Botelho

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

bd6ff328 08/20/2013 05:37 PM Renato Botelho

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

4fd09104 08/18/2013 09:37 PM Charlie Marshall

remove css

30416166 08/18/2013 01:31 AM Jim Pingle

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

f7ff77fa 08/16/2013 06:48 PM Jim Pingle

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

bc317d1e 08/15/2013 07:17 PM Renato Botelho

Merge pull request #776 from CharlieMarshall/helper

improve the look of the pop up helper widget

f59c7ae0 08/15/2013 07:17 PM Renato Botelho

Merge pull request #772 from CharlieMarshall/jQueryWidgets

convert dashboard progress bars to jqueryUI

5ef8ec88 08/15/2013 06:17 PM Charlie Marshall

fix swap & temp

108e868d 08/15/2013 05:46 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.

174a331e 08/15/2013 09:02 AM Ermal LUÇI

Also take dhcpv6 into consideration even here.

1a6c12ca 08/14/2013 09:12 PM Charlie Marshall

improve the look of the pop up helper widget

e2ddbda7 08/14/2013 06:54 PM Phil Davis

Display pfSense interface name on status interfaces

Sometimes it is a bit difficult to work out which interface descriptive name is which pfSense internal interface name (wan, lan, opt1, opt2...). It is useful to know for:
a) hardware that has wan, lan, opt1... pre-printed on the case (some Alix cases for example), making it easier for less-trained remote office staff to work out which cable corresponds to which interface in pfSense....

e2ad288e 08/14/2013 05:15 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.

9a478340 08/14/2013 02:56 PM Charlie Marshall

reduce height of progress bars

bc0a344b 08/14/2013 02:09 PM Charlie Marshall

convert dashboard progress bars to jqueryUI

38546223 08/14/2013 01:34 PM Charlie Marshall

ammend css for jquery progressbars

818b5e64 08/14/2013 12:52 PM Jim Pingle

Fix double-click to edit on OpenVPN CSC entries

de85521a 08/14/2013 12:52 PM Jim Pingle

Remove prior CSC entry when cleaning up. Fixes #3143

a161bfb8 08/14/2013 12:51 PM Renato Botelho

Make sure an alias is not used by a static route before delete, ticket #2941