Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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)

336e899a 09/17/2013 08:30 PM Jim Pingle

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

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

81ce28d8 09/14/2013 01:54 PM Renato Botelho

Remove unecessary blockedmacs db and read it directly from config

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

8d5ddc09 09/12/2013 12:43 PM Renato Botelho

Redirect blocked macs to desired URL or show an error message

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.

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

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.

6d501aef 08/16/2013 07:55 PM Renato Botelho

Use ntpdate from ports also and obsolete base one

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.

c0fc63d1 08/15/2013 11:39 AM Renato Botelho

Improve sh syntax using ${} for all variables

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

7a2f4f58 08/13/2013 08:53 PM Renato Botelho

Merge pull request #770 from individual-it/master

Fix check for existing IP Address in DHCP mapping

1016c546 08/13/2013 01:10 PM Renato Botelho

Merge pull request #768 from CharlieMarshall/dyn

tiny cosmetic change

ce13cc5f 08/13/2013 11:14 AM Individual IT Services

Fix check for existing IP Address in DHCP mapping

Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped

0abc8f4a 08/12/2013 07:26 PM Charlie Marshall

remove whitespaces

f5da0849 08/12/2013 07:25 PM Charlie Marshall

change to span all cells

1ca626e7 08/12/2013 06:16 PM Ermal LUÇI

Prevent assigned vlans from being changed the tag.

f8466c36 08/12/2013 04:36 PM Jim Pingle

Fix interface selections on UPnP to show the customized descriptions entered by the user. While here, add an external interface selection knob. Fixes #3141

Conflicts:

etc/inc/pkg-utils.inc
3c249cfa 08/12/2013 12:15 PM Renato Botelho

Remove datetimepicker.js since it's not used anymore

23991e58 08/11/2013 04:33 PM Charlie Marshall

change to plus 100 years as opposed to hard coded date

3ccb9689 08/11/2013 04:12 PM Charlie Marshall

remove whitespaces

12c2ec2e 08/11/2013 04:08 PM Charlie Marshall

improve datePicker on usermanger page

22ffa33e 08/08/2013 02:55 PM Renato Botelho

Warn user that change will not take effect immediately

5c724215 08/07/2013 02:59 PM Renato Botelho

Do not call -f twice (thx eri)

e166769c 08/07/2013 12:17 PM Renato Botelho

Fix whitespaces

92e8cb11 08/07/2013 10:44 AM Renato Botelho

Improvements on Diagnostics -> Routes

  • Add filter expression
  • Add limit number of rows option (default 100)
  • Run one netstat for each section
  • Load netstat result using ajax after page is loaded
9b50c0ed 08/06/2013 10:46 PM Charlie Marshall

remove whitespaces from widgets

b05a8f35 08/06/2013 08:38 PM Jim Pingle

Show apinger as a service when active, and display its status on gateway-related pages.

f955f036 08/06/2013 08:01 PM Jim Pingle

Add the MAC manufacturer code to the CP status page

f7cd2ed8 08/06/2013 07:53 PM Jim Pingle

Add the MAC manufacturer code to the DHCPv6 leases view.

9cd01cd6 08/06/2013 05:42 PM Jim Pingle

Add the MAC manufacturer code to the NDP table.

1bc946f1 08/05/2013 10:49 PM Charlie Marshall

disable horizontal resizing

14bcaa4b 08/05/2013 10:07 PM Charlie Marshall

remove whitespaces

82beeb74 08/05/2013 09:56 PM Charlie Marshall

fix / make textarea full width

3efa7976 08/05/2013 05:06 PM Warren Baker

fix text - add space between sentences. This got lost in another commit

84f55b5b 08/05/2013 03:50 PM Jim Pingle

Clarify that the graph is for mbuf clusters

3903d524 08/05/2013 10:18 AM N0YB

Update system.php

fix text - s/by/be
Conflicts:
usr/local/www/system.php

fa2a57b7 08/05/2013 10:11 AM Renato Botelho

Merge pull request #757 from CharlieMarshall/typos

typos

3b77e5f2 08/05/2013 10:10 AM N0YB

Update diag_logs_filter.php

fix typo - s/expression/expression

0ea03ffd 08/05/2013 09:07 AM N0YB

Update system_advanced_admin.php

fix typo s/Communcations/Communications/

9191b2f6 08/05/2013 09:07 AM N0YB

Update system.php

fix text - add space between sentences.

61ca05e2 08/05/2013 09:07 AM N0YB

Update interfaces.php

fix text - Capitalize sentence. s/this/This

9eee0a15 08/05/2013 09:07 AM N0YB

Update services_dyndns_edit.php

fix typo - s/sperate/separate

321905e5 08/05/2013 09:07 AM N0YB

Update diag_logs_settings.php

fix text - s/rulessets/rule sets

27b745e8 08/02/2013 10:52 PM Charlie Marshall

typos

ab9dc5be 08/02/2013 02:56 AM Chris Buechler

fix text - s/occured/occurred/

0a819f22 08/01/2013 04:21 PM Charlie Marshall

indentation