Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ea20169a 11/04/2014 08:49 PM Jim Pingle

Use a better method of finding disks for SMART.
Old code was inaccurate and also listed entries that were symlinks to other disks

0810a719 11/04/2014 08:21 PM Ermal LUÇI

Restore 3 values back on NAT-T settings Just Enable now its Auto as per strongswan default. and off disabled mobike. Ticket #3979

1db2634e 11/04/2014 08:08 PM Ermal LUÇI

Rename the options to actually make sense with strongswan

86ef7a0a 11/04/2014 08:07 PM Ermal LUÇI

Remove Force options since it has not meaning for now.

8a2229e3 11/04/2014 05:43 PM Jim Pingle

Catch some more sensitive info when sanitizing.

ec290464 11/03/2014 12:56 PM Renato Botelho

Merge pull request #1328 from wagonza/master

fe9d4894 11/03/2014 12:54 PM Renato Botelho

Fix indent

2783e408 11/03/2014 12:52 PM Renato Botelho

Revert "Indent better"

This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.

d5566d43 11/03/2014 12:45 PM Warren Baker

Make sure defaults values are actually used. Fixes #3974

a431bfc9 11/03/2014 10:08 AM Warren Baker

Indent better

1b436de1 11/03/2014 10:04 AM Warren Baker

Be consistent with the other pages

be11b6f1 11/03/2014 10:03 AM Warren Baker

Add braces

ce21dfca 11/01/2014 11:20 PM Ermal LUÇI

Correct dispaly of checkboxes for ipsec

737b18f2 10/30/2014 08:35 PM Ermal LUÇI

Allow accept_unencrypted_mainmode_messages to be enabled if needed

a4372874 10/29/2014 01:02 PM Renato Botelho

Fix a typo on array index, related to ticket #3963

fd057a56 10/28/2014 05:00 PM Renato Botelho

Merge pull request #1317 from phil-davis/patch-1

7c199791 10/28/2014 04:26 PM Renato Botelho

Merge pull request #1297 from phil-davis/patch-23

0a8d7fe9 10/28/2014 11:49 AM Renato Botelho

Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937

30cb409d 10/28/2014 11:24 AM Renato Botelho

Simplify logic

bf50b0a4 10/28/2014 11:10 AM Renato Botelho

Remove unecessary variables

9c76c0f1 10/28/2014 11:08 AM Renato Botelho

Whitespace and indent

7e1aa4b7 10/27/2014 08:32 PM Chris Buechler

fix ping_hosts.sh to not ping IPsec if CARP is in backup

577b776e 10/24/2014 02:38 PM Phil Davis

Warn if attempting to import IPv6 range

There is currently no code to convert an IPv6 range to a set of corresponding IPv6 subnets, so warn the user if they attempt that from the alias bulk import GUI.

feb1953e 10/24/2014 02:25 PM Phil Davis

Expand range or subnet for host alias

When entering a host alias, if the user put an IP range (like 192.168.0.10-192.168.0.20) or a subnet (like 192.168.1.200/29) then expand it into a list of individual IP addresses. Check that it will not make too many rows to exceed the existing 5000 row limit on the GUI....

c25d1fd7 10/21/2014 06:25 PM Jim Pingle

Encode values before displaying them back to the user in notification settings

9b86d3fe 10/21/2014 06:54 AM Chris Buechler

+ is a valid character in some dynamic DNS providers' usernames. Fixes #3912

a23adfba 10/20/2014 05:00 PM Renato Botelho

Merge pull request #1306 from phil-davis/patch-3

13ec619c 10/20/2014 12:30 AM Chris Buechler

h-node should be 8

2ac79ade 10/16/2014 09:46 PM Renato Botelho

Merge pull request #1310 from phil-davis/patch-6

308e3042 10/16/2014 09:44 PM Renato Botelho

Merge pull request #1311 from phil-davis/patch-7

497563be 10/16/2014 07:21 PM Jim Pingle

Fix the log widget to lookup hosts by DNS using a link rather than AJAX. Quick fix for now. Ticket #3829

466aae83 10/15/2014 08:41 AM Phil Davis

Manage dhcpleaseinlocaltime consistently

dhcpleaseinlocaltime is actually a global setting, but the setting is stored per-DHCP-enabled-interface.
The display code in status_dhcp_leases already sorts this out - if any interface has the setting enabled then the displayed lease times are adjusted to local time....

73a96698 10/15/2014 06:41 AM Phil Davis

Provide an edit button for static mapped entries

As suggested in forum https://forum.pfsense.org/index.php?topic=82883.msg0#new
Instead of a non-functioning red plus icon, show an edit icon for static mapped entries, and take the user to services_dhcp_edit page if it is clicked. IMHO this makes it much easier to correct things that are noticed when viewing the Status, DHCP Leases display.

fff9ee45 10/15/2014 05:47 AM Phil Davis

Whitespace in status_dhcp_leases.php

8ff85c39 10/14/2014 11:39 PM Ermal LUÇI

rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.

4703c007 10/14/2014 10:59 PM Ermal LUÇI

Fixes #3727 Do not unset ondemand for ppp type interfaces since it is controlled here only for pppoe/l2tp

69b79ff0 10/14/2014 05:41 PM Renato Botelho

Fix PSK for non-ascii also here, ticket #3917

b907136c 10/14/2014 04:50 PM Renato Botelho

Improve IPsec status page for mobile. It fixes #3917

ca1fdcce 10/14/2014 04:46 PM Renato Botelho

Add missing gettext call

d6c9dcf9 10/14/2014 04:40 PM Renato Botelho

Add missing gettext calls

6795e0da 10/14/2014 04:23 PM Renato Botelho

Fix indent and spaces

123d8700 10/14/2014 03:50 PM Renato Botelho

Does not accept non-ascii characters on IPsec PSK. It fiixes #3931

a4c1fff2 10/14/2014 03:48 PM Renato Botelho

Close this form early since there is another form below

dc4a8b9e 10/14/2014 04:07 AM Chris Buechler

update input_error description after changes for ticket #3491

5c2e6873 10/13/2014 04:09 PM Renato Botelho

Make sentence more accurate as pointed out by phil-davis

1c764a3a 10/13/2014 03:42 PM Renato Botelho

GIF interfaces MTU must be something between 1280 and 8192, make the correct check. It fixes #3927

3b5b437b 10/11/2014 03:17 AM Chris Buechler

fix text

0c4cd13f 10/11/2014 02:54 AM Chris Buechler

fix up text on sys_adv_misc

5046435d 10/11/2014 02:10 AM Chris Buechler

fix text and descriptions in GRE edit page

b22f436a 10/11/2014 12:09 AM Chris Buechler

s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading.

3b5707db 10/07/2014 02:00 AM Phil Davis

Support up to 4 DNS Servers in DHCP

81af6a08 10/07/2014 01:59 AM Phil Davis

Support up to 4 DNS Servers in DHCP

3d88ea11 10/07/2014 01:57 AM Phil Davis

Support up to 4 DNS Servers in DHCP

6190312f 10/07/2014 01:55 AM Phil Davis

Support up to 4 DNS Servers in DHCP

9c296826 10/06/2014 10:31 AM Ermal LUÇI

Fixes #3909 Properly report and detect carp_status

4aa7f542 10/06/2014 08:21 AM Ermal LUÇI

Merge pull request #1303 from PiBa-NL/carp_without_matching_subnet

3d77cc35 10/05/2014 10:35 PM Steven Selph

Add powerd normal mode flag (-n)

4665dbdd 10/03/2014 03:15 PM Renato Botelho

Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807

3c4fc30b 10/02/2014 09:19 PM Chris Buechler

get back to our standard RFC-defined capitalization of IPsec

80a261a2 10/02/2014 08:56 PM Pi Ba

CARP, allow carp ip to be outside interface and alias subnets (FreeBSD10 feature)

3258d442 10/02/2014 08:09 PM Renato Botelho

Merge pull request #1300 from jean-m-cyr/master

90a430c7 10/02/2014 08:09 PM Renato Botelho

Merge pull request #1298 from PiBa-NL/vips_sort

8d3c338e 10/02/2014 08:01 PM Pi Ba

firewall_virtual_ip make the table sortable remove double tfoot, but use 2 tr inside.

d4f4ebc7 10/01/2014 05:06 PM Jim Pingle

Remove stray 'i'.
Reported-by: https://forum.pfsense.org/index.php?topic=82393.0

c7fa58ac 09/29/2014 03:35 AM Jean Cyr

Fix up NTP status page formatting

Number of columns is not the same for all table rows

547d7641 09/28/2014 08:56 PM Pi Ba

firewall_virtual_ip make the table sortable

762a7b89 09/28/2014 03:23 PM Phil Davis

Spelling

6b18c66b 09/27/2014 05:19 PM Phil Davis

Clarify bracketing

to minimize risk of a problem when adding code here in the future.

055a43d2 09/27/2014 05:10 PM Phil Davis

Allow extended alias inputs #3890

Currently if you enter a space-separated list of subnets in the IP address box when entering an alias, the code reports that the data is invalid. But it does actually expand the list of subnets into multiple rows, and enters the various subnet CIDRs into the CIDR column for the user. The user can press Save a second time and the data is now valid so the code saves it happily. This is rather odd, as reported in redmine #3890....

da7f6588 09/27/2014 12:08 PM Phil Davis

Spelling

ff5fa759 09/27/2014 12:04 PM Phil Davis

Spelling

3c4cddc7 09/27/2014 12:02 PM Phil Davis

Spelling

0a97a7bb 09/27/2014 11:59 AM Phil Davis

Spelling

51dc66c9 09/27/2014 11:51 AM Phil Davis

Spelling

ec074a86 09/27/2014 11:49 AM Phil Davis

Spelling

f64b0b8e 09/27/2014 11:47 AM Phil Davis

Spelling

15c58806 09/27/2014 11:45 AM Phil Davis

Spelling

abe63176 09/27/2014 11:38 AM Phil Davis

Spelling

fb3b7640 09/27/2014 11:37 AM Phil Davis

Spelling

4304dd97 09/27/2014 11:35 AM Phil Davis

Spelling

8913533d 09/27/2014 11:34 AM Phil Davis

Spelling

47e1f0d4 09/27/2014 11:26 AM Phil Davis

Spelling

bbd1f783 09/26/2014 04:18 PM Phil Davis

firewall_aliases_edit UI text changes

If type URL Table then the heading "Description" on the 3rd column gets suppressed (I am not really sure why that is, since the description data entry box still appears - I guess someone intended that the data entry box itself also be suppressed, since URL Table takes just a single line entry, the overall description of the alias should be enough - no need for a per-line description.)...

62218b4d 09/26/2014 02:40 AM Phil Davis

Remove useless check for alias description matching an interface description

While looking at other checks in the code I noticed this check. It was not effective anyway, because the first line inside "if ($_POST)" below does
unset($input_errors);
which undoes this check anyway....

7ea27b0d 09/25/2014 12:55 PM Renato Botelho

Be more strict on removing groups checking group id and group name, it avoids issues like happened to users on ticket #3856. While I'm here, replace GET by POST

fbe0d698 09/25/2014 12:29 PM Renato Botelho

Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856

370b4666 09/24/2014 06:20 PM Bruno Ferri

Fix close button in the info box

abf2e0f1 09/24/2014 10:10 AM Renato Botelho

Merge pull request #1287 from jean-m-cyr/master

a99547e4 09/24/2014 09:53 AM Ermal LUÇI

Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues

3be4caf9 09/24/2014 02:09 AM Jean Cyr

NTP Service GPS page always reverts to 'Custom' GPS type

Remember and correctly display GPS type setting

73b8c162 09/23/2014 04:08 PM Jim Pingle

Add a note clarifying the usage of OpenVPN's Auth Digest setting.

63d5a5e0 09/23/2014 07:16 AM Jean Cyr

NTP server configuration does not highlight selected interfaces

Missing explode of selected interface list prevent logic from working.

5d14b13e 09/22/2014 02:45 PM Jim Pingle

Add a more obvious note about the use of WAN interface on group rules.

c9f63b08 09/22/2014 11:18 AM Renato Botelho

Apply previous progressbar customizations for jquery-ui 1.11.1

b9cf74c3 09/22/2014 11:18 AM Renato Botelho

Update jquery-ui components to 1.11.1, it fixes #3879"

b446562b 09/20/2014 02:55 PM Renato Botelho

Simplify logic

ad970c21 09/20/2014 02:41 PM Renato Botelho

Add missing <form> and require filter.inc for filter_configure()

130a84c5 09/19/2014 07:58 PM Ermal LUÇI

Do the proper action if Apply button is pressed even on the preshared keys page

8718669c 09/19/2014 07:53 PM Renato Botelho

Recent versions of miniupnpd does not accept IPv4 address anymore, use interface name always. It fixes #3874

de29dadc 09/19/2014 05:15 PM Renato Botelho

Allow hostname to start with '@.' for namecheap. It fixes #3568