Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9525f7a6 02/14/2014 02:58 PM Jim Pingle

Add a mechanism by which the serial port can be forced on always regardless of the config setting. (useful for nano+vga setups)

d210dddf 02/14/2014 12:24 PM Renato Botelho

Fix #2952, escape necessary chars to avoid xss injection

429f454d 02/14/2014 12:24 PM Renato Botelho

Respect g['tmp_path']

d6e58836 02/14/2014 09:11 AM N0YB

XHTML Compliance

Status DHCP Leases

909a3e55 02/14/2014 05:41 AM N0YB

XHTML Compliance

Create an empty row in tbody if there are no log entries displayed.

c5523ea6 02/14/2014 05:19 AM N0YB

XHTML Compliance

Create an empty row in tbody when there are no firewall log entries displayed.

f188be51 02/11/2014 09:37 AM Ermal LUÇI

Catch a validation issue reported on the mailing list thread: IPv6 address data validation from: Brian Candler. It prevents putting a subnet in the address field since it then breaks the whole filter generation process

6ce0e31c 02/11/2014 09:28 AM Ermal LUÇI

When adding ip aliases on top of carp not in the subnet of the carp configured address but an ip alias of the real interface do not error out but accept this as a valid configuration.

5ba0cdf6 02/10/2014 11:16 AM Ermal Luçi

Merge pull request #910 from phil-davis/RELENG_2_1

Releng 2 1 Standardize LAN net display

ad9f79d3 02/10/2014 11:06 AM Phil Davis

Standardise LAN net display

2e769d69 02/10/2014 11:02 AM Phil Davis

Standardise LAN net display

50e10c80 02/10/2014 11:00 AM Phil Davis

Standardise LAN net display

for 2.1.1

6901d6af 02/10/2014 10:54 AM Renato Botelho

Merge pull request #909 from phil-davis/RELENG_2_1

Releng 2 1 Return all stats when all or remote is selected on Traffic Graph

54995d41 02/10/2014 10:45 AM Phil Davis

Reorder Traffic Graph filter options so Local is default

188a4d55 02/10/2014 10:43 AM Phil Davis

Return all stats when all or remote is selected on Traffic Graph

and make the default query return "Local" traffic.

18ed5f7d 02/10/2014 03:21 AM N0YB

XHTML Compliance - RRD Graphs

Close input tag

c7a1d428 02/08/2014 07:05 AM N0YB

XHTML Compliance - RRD Graphs

949735aa 02/07/2014 04:55 PM Jim Pingle

Add specific permission for easyrule.

b7ef3d17 02/07/2014 04:47 PM Jim Pingle

Remove this sort. It's unnecessary and causes problems when editing and saving privileges, it can reorder users and cause edits to the wrong account.

2fede2d9 02/07/2014 02:54 PM Chris Buechler

s/http/https/ for doc.pfsense.org

b3cbb077 02/04/2014 08:38 PM Renato Botelho

Fix some wrong escapeshellarg() calls

Conflicts:
etc/inc/filter_log.inc
etc/inc/pkg-utils.inc

af7a8373 02/04/2014 07:07 PM Renato Botelho

Simplify logic calling grep less times, as done on mail_reports.inc on 2c6efc9

4bdb08e3 02/04/2014 07:02 PM Renato Botelho

Use unlink_if_exists or @unlink to avoid PHP errors when file doesn't exist

Conflicts:
usr/local/www/firewall_aliases_edit.php

4b9011f5 02/04/2014 06:08 PM Ermal Luçi

Merge pull request #901 from Klaws--/patch-2

Added previously missing DSCP VA (requires kernel patch patch submitted ...

1eb03024 02/04/2014 02:47 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

Conflicts:
usr/local/www/diag_logs_vpn.php
usr/local/www/firewall_aliases_edit.php
usr/local/www/guiconfig.inc

44f2ef9b 02/04/2014 02:36 PM Renato Botelho

Fix an obvious typo on var name

7962a55f 02/04/2014 01:31 PM Klaws--

Added previously missing DSCP VA (requires kernel patch patch submitted by me)

cf3189ff 02/03/2014 11:17 AM Renato Botelho

Merge pull request #897 from N0YB/RELENG_2_1

XHTML Compliance - Status: System logs: Firewall

472e484c 01/31/2014 06:16 AM N0YB

Update shortcuts.inc

XHTML Compliance
Shortcuts edit link - r/&id/&id

30a58cf8 01/31/2014 02:29 AM N0YB

Couple style vertical-align corrections

d2848453 01/29/2014 12:50 AM N0YB

Include these check boxes.

f70adc82 01/28/2014 09:37 AM Phil Davis

Really fix #3376

Thanks to Grischa Zengel for spotting the semi-colon at the end of the "if" line that was the real cause. Please also back merge this to 2.1 branch.

93dcedc1 01/28/2014 06:49 AM N0YB

XHTML Compliance - Status: System logs: Firewall

An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
Quote (or escape) the quotes so they show up in the HTML.
Use style where attribute not supported.
Relocate tfoot to supported location and add tbody....

4efc1c8d 01/27/2014 06:59 PM N0YB

Also make the dialog_output query string option XHTML compliant.

df5501dc 01/27/2014 06:45 PM N0YB

Make select option XHTML compliant for "Number of lines to display".

http://validator.w3.org/check
"SELECTED" is not a member of a group specified for any attribute
<option value="7" SELECTED >7</option>

The name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified...

30469c9b 01/27/2014 06:53 AM N0YB

Missing a couple table element end tags.

cd6173f4 01/27/2014 05:58 AM N0YB

The service status icon (get_service_status_icon) is not always in a table.

So the caller should apply table td element, rather than the function.

Document type does not allow element "td" here <td class="listr" align="center">
The element named above was found in a context where it is not allowed.

8467c588 01/23/2014 12:05 PM Renato Botelho

Do not list the same CARP ip as an option for Interface

43045948 01/21/2014 12:38 PM Renato Botelho

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

Ermal reported issues when changes are made on VLAN parent interface
with this patch. He did other changes and interface_configure() will now
be able to re-create VLAN interface

This reverts commit f70a140fe18cb80012e53f82c268788fbcae5436.

3d54553b 01/15/2014 05:28 PM Jim Pingle

ports ntp moved to sbin, follow

d2dd5794 01/13/2014 08:56 AM Chris Buechler

updates to license.php

43656206 01/09/2014 08:23 AM Chris Buechler

Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from derelict-pf/cp-nohttpsforwards"

This reverts commit f8d1587b6e2cd8441fa16733a02af25257fc7708, reversing
changes made to 51922cb793b83bf7d22fdaa47205fd59b4d70e87.

f8d1587b 01/09/2014 08:18 AM Chris Buechler

Merge pull request #882 from derelict-pf/cp-nohttpsforwards

Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)

7c2ea0cc 01/07/2014 09:41 AM Phil Davis

Update reserved_keywords checks to match firewall_aliases_edit

firewall_aliases_import should have the same checks for reserved names as firewall_aliases_edit
This code should really be in a function in a common include file, but which one is the appropriate one?...

44b72c67 12/30/2013 09:23 AM Phil Davis

Fix display of CIDR/Update Freq in Alias Edit

Fixes #3376. I have no idea what the "^" characters were meant to do, but removing them makes the CIDR/Update Freq value be displayed correctly when editing. Will there be some other side-effect from removing the "^"?

d564ed24 12/30/2013 09:23 AM phildd

Validate IP address ranges correctly on Alias Bulk Import

The code was there to attempt to validate and implement IP address range lines in Alias Bulk Import e.g.
10.20.0.0-10.21.22.0
should produce a bunch of smaller ranges with appropriate CIDRs.
This fixes the code so IP address ranges actually make it through into the resulting Alias.

57b02731 12/27/2013 08:50 PM Ermal LUÇI

Remove not needed code

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

e98daec5 12/21/2013 01:25 AM derelict-pf

Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)
connections to the captive portal if HTTPS logins is enabled.

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

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