Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c03ed2fb 12/11/2014 09:49 PM Renato Botelho

Fix indent and spaces

986fd3d9 12/11/2014 05:03 PM Renato Botelho

Fix #3790:

- Do not let 2 interfaces to setup the same track6 prefix id
- Show correct prefix id range for each interface

2cc10e2c 12/11/2014 01:30 AM Phil Davis

Change text and color delimiter to carat sign

To match change made in functions.inc.php

6385c335 12/11/2014 01:28 AM Phil Davis

Gateway Status Widget keep IP address bold

Forum: https://forum.pfsense.org/index.php?topic=85187.msg467438#msg467438

The bold is specified literally in gateways.widget.php for the gateway IP box, so we need to send it bold from here also when providing an update....

f4d094b4 12/10/2014 03:32 PM Phil Davis

Fixup text rule should be route

This code was obviously taken from firewall rules and reused here without changing the word "rule" to "route".

d7563eeb 12/10/2014 02:14 PM Renato Botelho

Remove spurious '>', fixes #4091

2ce15f63 12/07/2014 04:28 PM Phil Davis

Standardise css list padding

for the_wall theme

fe9273cf 12/07/2014 04:26 PM Phil Davis

Standardise css list padding

for pfsense_ng_fs theme

4fb660ae 12/07/2014 04:24 PM Phil Davis

Standardise css list padding

for pfsense theme

6e74f280 12/07/2014 04:23 PM Phil Davis

Standardise css list padding

for pfsense-dropdown theme

09b095b0 12/07/2014 04:21 PM Phil Davis

Standardise css list padding

for nervecenter theme

af978cb9 12/07/2014 04:19 PM Phil Davis

Standardise css list padding

for metallic theme

04d21981 12/07/2014 04:16 PM Phil Davis

Standardise css list padding

for code-red theme

66591feb 12/07/2014 04:11 PM Phil Davis

Standardise css list padding

for _corporate

0f3d668f 12/07/2014 09:47 AM Phil Davis

Standardise css list padding

On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column.
This is because listbg has:
padding-right: 16px;
But the normal listr has:...

95d045fc 12/05/2014 12:09 PM Phil Davis

Set text and color of Gateways Widget Status

getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats().
get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90"...

beb7d9e3 12/05/2014 11:58 AM Phil Davis

Explicitly pass gateway status and color

This code was passing a whole load of html to attempt to set various properties of the Gateways Widget Status column so that it would display the new status (Online, Offline...) and in the appropriate color.
Now that I am using class=listr, the css fro listr already specifies white. Setting bgcolor in HTML does not override that....

6404148c 12/05/2014 11:51 AM Phil Davis

Use proper listr class for Gateways Widget Status

The Gateways Widget Status was not using the listr class, and so it was missing the borders for the right and bottom of its box.
Use the listr class.
Then use javascript to explicitly set the background-color to match the status, overriding the white that is specified in listr.

5eeee40f 12/05/2014 07:55 AM Phil Davis

Fix gateway widget status update

Redmine #4077

ad62d077 12/04/2014 06:07 PM Jean Cyr

Don't include link-locals as unbound interface candidates

Unbound does not presently support link-local interfaces.

f0eef2ef 12/04/2014 10:31 AM Phil Davis

Provide friendly descr in error message in Interfaces Assign

I was doing drastic things testing some stuff, swapping WAN and OPT1 interfaces in Interfaces->Assign. I accidentally pressed Save when I had the same real device selected for both. Thankfully there was input validation! But I noticed that the error message reported just the names WAN and OPT1, but actual I had them named as different things. So the names in the error message did not match the names (friendly descriptions) in the table of interfaces....

99a80364 12/04/2014 10:01 AM Renato Botelho

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

62a407da 12/04/2014 08:05 AM Phil Davis

Put -4 in the right place in ntpq clockver command #4074

I had pasted it in here between "-c" and "clockvar", that was not good.
That's all I have for #4074 (I hope)

c2914fc9 12/04/2014 07:59 AM Phil Davis

Use IPv4 for ntpq if IPv6 not allowed in widget #4074

Similar code here. Shame it was not in a subroutine called from both places, but not about to re-engineer that now:)

e4a496ae 12/04/2014 05:41 AM Phil Davis

Use IPv4 for ntpq if IPv6 not allowed

Forum: https://forum.pfsense.org/index.php?topic=84890.0

efa28692 12/03/2014 11:42 AM Phil Davis

Display installed pkg version even if pkg server not available

Forum: https://forum.pfsense.org/index.php?topic=84820.0
It seems reasonable to me to display the currently installed package version numbers, along with text like "Latest: N/A". and the Version box being red-filled when someone goes to System->Packages and displays the installed packages but the package server is not reachable for some reason....

a94b1edc 12/03/2014 03:35 AM Chris Buechler

Merge pull request #1348 from phil-davis/patch-4

110967a4 12/02/2014 11:35 AM Ermal Luçi

Try to not make useless entries in the config file for very rare used configuration values. Makes config file readble and with less size

c5cd9b75 11/29/2014 01:33 AM Chris Buechler

validate MTU and MSS as integers, and don't allow MSS larger than pf will accept to avoid broken rulesets.

a96dc32e 11/29/2014 01:17 AM Chris Buechler

Add input validation on vpn_ipsec_settings.php. Fixes #4052.

b7960673 11/28/2014 09:54 PM Chris Buechler

Fix input validation for DNS resolver when localhost is enabled in resolv.conf and "all" chosen in Network Interfaces. While here, set something other than '' when all is chosen.

f865302f 11/28/2014 08:10 AM Chris Buechler

Add input validation to Unbound advanced settings page. Ticket #4050

823cabba 11/28/2014 06:47 AM Chris Buechler

Validate as integers, not just numeric, to prevent possible breakage.

f8f5ba1a 11/28/2014 04:10 AM Chris Buechler

Add option to disable auto-added access-control entries for users who want to manually manage ACLs. Ticket #4023

5d4b8830 11/27/2014 08:44 PM Ermal Luçi

Unset any previous dat

e6283dfd 11/27/2014 08:44 PM Ermal Luçi

Use the pfsense module functions rather than execing. Fixes also possible attack vectors.

0174c480 11/27/2014 08:44 PM Ermal Luçi

Use the pfsense module functions rather than execing. Fixes also possible attack vectors.

5e0a3256 11/26/2014 07:34 PM Ermal Luçi

convert_real_interface_to_friendly_interface_name() goes and checks the parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.

4f5577f6 11/26/2014 07:18 PM Jim Pingle

Fix JavaScript confirmation dialog for EasyRule.

94b0ac1c 11/26/2014 02:21 PM Ermal Luçi

Remove a blank row in the tab display during firmware update

32e834ff 11/26/2014 11:41 AM Ermal Luçi

Reorder the inclusion of headers so that globals.inc comes first

edee528c 11/26/2014 05:42 AM Chris Buechler

Send the gateway name to this function. Fixes #4047

f1a6f696 11/26/2014 03:12 AM Chris Buechler

If localhost is configured to be included in resolv.conf, force its selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.

f72fce18 11/26/2014 01:36 AM Chris Buechler

fix text here, variables came back empty and aren't all that useful here anyway.

563ea7ea 11/25/2014 10:16 PM Chris Buechler

only show aggressive/main mode for IKEv1

8e87f714 11/25/2014 08:43 PM Ermal Luçi

Unset the aggressive mode settings for not IKEv1 settings

79f4c970 11/25/2014 07:30 PM Chris Buechler

fix IPsec widget status display after recent changes broke it. Ticket #4045

2d2e466c 11/25/2014 07:23 PM Ermal Luçi

Show Mtu on status interfaces.

bc8f3264 11/25/2014 06:23 PM Ermal Luçi

Ticket #2786 there is an issue with convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.

8ce58e05 11/25/2014 04:31 PM Phil Davis

Option for browser tab text order

0274d41a 11/25/2014 04:29 PM Phil Davis

Option for browser tab text order

Easy thing to do - add an option for the user to select if they want the host name or page name text to display first in the browser tab.
Forum: https://forum.pfsense.org/index.php?topic=84528.0

24aa9e40 11/25/2014 05:37 AM Chris Buechler

fix up text

efed74da 11/24/2014 09:23 PM Jim Pingle

Make this note more accurate.

2f851abf 11/24/2014 09:07 PM Ermal Luçi

Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.

f07008f5 11/24/2014 08:54 PM Ermal Luçi

Fixes #4037
Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat"

This reverts commit bb55330aca91eb556df4ab7a21fe42d1d7899f8e.

0771969b 11/24/2014 08:44 AM Ermal Luçi

Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required.

cfbe7e09 11/23/2014 07:35 PM SunStroke74

Removing extra closing bracket

e840fc8c 11/22/2014 07:24 PM Chris Buechler

Don't unset these items for PPP configurations as they're not configured here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727

68ce5a28 11/22/2014 07:03 PM Chris Buechler

phone number is a required field

b7b3f343 11/22/2014 07:15 AM Chris Buechler

fix up text

5b506a49 11/21/2014 06:27 PM Chris Buechler

Fix input validation of custom-type dynamic DNS hostnames.

e3cffd6c 11/21/2014 10:20 AM Ermal Luçi

Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0

750c9ff6 11/20/2014 08:30 PM Jim Pingle

Change wording at the end of the wizard to remove "donate" since that is no longer an option

b2a901aa 11/20/2014 08:29 PM Jim Pingle

Add a note to the wizard about the DNS Resolver ignoring manual name servers by default.

13a40016 11/20/2014 07:01 PM Jim Pingle

Add .inc file for gmirror status widget to give it a better title and link to the management page.

c4642eb1 11/20/2014 02:01 PM Ermal Luçi

Fixes #3727 Do not unset configuration values from ppp config if not needed.

bf29a0f8 11/20/2014 01:30 PM Ermal Luçi

Balh typos

8370ee72 11/20/2014 01:29 PM Ermal Luçi

When reinstalling a package try to start it after to avoid non-expectations from people

3bdc7f59 11/20/2014 12:25 PM Renato Botelho

Remove debugging code that can lead us to XSS injection, also pass variables through htmlspecialchars() to sanitize

aa324852 11/20/2014 12:02 PM Ermal Luçi

Force pkg reinstall when asked for.

3fc92f97 11/20/2014 06:04 AM Phil Davis

Display Resolver host override aliases

On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page.
As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345

0420f519 11/19/2014 08:46 AM Phil Davis

Remove var_dump from production code

fa5b16c9 11/19/2014 08:44 AM Phil Davis

Remove var_dump from production code

ddabd9d6 11/19/2014 07:54 AM Ermal LUÇI

Ticket #3987. Strongswan support autodetection of IKE version exchange. Support this by allowing an auto version in the GUI.

ae38cb75 11/18/2014 01:54 PM Renato Botelho

Pass path parameter through htmlpecialchars()

4b40d036 11/18/2014 01:49 PM Renato Botelho

Define a local boolean var for showact to avoid security issues, also pass order parameter trough htmlspecialchars()

e91a43d6 11/18/2014 01:40 PM Renato Botelho

Fix whitespace and indent

8cfaf7bc 11/18/2014 09:47 AM Renato Botelho

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

8a5265b2 11/18/2014 09:46 AM Renato Botelho

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

a0b72ec3 11/18/2014 09:45 AM Renato Botelho

Merge pull request #1331 from phil-davis/patch-2

d4b9bc5a 11/18/2014 03:53 AM Phil Davis

Make OpenVPN desccriptions appear in interfaces assign dropdown

As reported in forum https://forum.pfsense.org/index.php?topic=84251.0
The fix turned out to be easy.

83cafbc8 11/18/2014 02:04 AM Chris Buechler

Clean up unbound advanced page HTML

d33e6008 11/17/2014 04:48 PM Renato Botelho

Merge pull request #1338 from SilvioGiunge/change_system_usermanager_settings_test_page

d3801fdb 11/17/2014 04:02 PM Renato Botelho

Clear dirty subsystem for hosts and staticmaps when unbound is enabled

4e82cebf 11/16/2014 07:18 AM Chris Buechler

Don't show a big red "alarm"-looking message on every visit to the DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.

b026cb18 11/16/2014 05:12 AM Chris Buechler

Use appropriate size for the interface selects. Ticket #3989. clean up some text while here

b5acc797 11/16/2014 12:40 AM Chris Buechler

fix Unbound Advanced options

a0f9f9f7 11/15/2014 02:21 PM Silvio Aparecido Silva

Changes in the test page of user manager

63d129cc 11/14/2014 11:12 PM Chris Buechler

6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's redundant. let's just call it 6RD Configuration.

4dbcf2fb 11/14/2014 11:51 AM Renato Botelho

Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008

b95399a7 11/13/2014 07:58 PM Chris Buechler

outbound NAT can apply to any type of interface, make WAN-type specific reference generic

0373c361 11/13/2014 07:20 PM Jim Pingle

geom part list no longer lists empty disks, compensate where needed.
Also, while I'm here, fixup copyright.

99b7f4b2 11/13/2014 05:23 PM Renato Botelho

Merge pull request #1335 from brunostein/remove_multiple_groups

98d11ee7 11/13/2014 05:22 PM Renato Botelho

Merge pull request #1334 from brunostein/remove_multiple_users

b4e0f02b 11/13/2014 04:50 PM Renato Botelho

Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001

efca0d9e 11/13/2014 03:27 PM Ermal LUÇI

Do not show the user/pass for pre shared key on Openvpn since its not-supported.

9b7f6b7b 11/13/2014 02:37 PM Jim Pingle

Change this line slightly, for some reason it is making my editor crash with the old line.

b95a96ec 11/13/2014 12:15 PM Bruno Ferri

remove checkall checkbox

a65c5a99 11/13/2014 12:03 PM Bruno Ferri

add checkbox on the left side of the table and remove checkall checkbox

c4661249 11/13/2014 11:54 AM Bruno Ferri

add tr id