Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
52cbfd45 03/23/2015 06:20 PM Robert Nelson

Use radio buttons to select between IPv4, IPv6 or Both.

6fdf663b 03/22/2015 11:28 PM Robert Nelson

Add option to not register IPv4 and/or IPv6 addresses.

d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

eb94d976 03/18/2015 07:04 PM Jared Dillard

change the location of jquery-ui images in each theme's css file

86e41adf 03/18/2015 01:58 PM Renato Botelho

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

926e0a2f 03/18/2015 12:03 PM Phil Davis

Cleanup code path when adding a new user

1) Only attempt to delete the oldusername if it actually was non-empty - at the moment errors are logged in the system log when adding a new user, because the code was trying to delete the user name "".
2) Call local_user_set() first to create (change, whatever) the user record. This makes the user record exist for a new user. Then call local_user_set_groups() to sort out what groups the user should be in or not in. The existing code would fail to add a new user to the specified group/s because local_user_set_groups() was called too early, before the user actually existed....

e5d58b68 03/16/2015 02:26 PM Phil Davis

Do not allow VLAN tag zero

At the moment you can make a VLAN with tag 0. The input validation does not catch it because when $_POST['tag'] = "0" that evaluates to false by PHP.
Always make the checks on 'tag' value whenever the 'tag' key is set at all. If the (required) 'tag' key is not set, then that is already checked for by do_input_validation().

f2f34088 03/13/2015 08:16 AM Chris Buechler

txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516

0a950c4b 03/13/2015 08:06 AM Chris Buechler

Apply WME input validation to all modes, not just hostap. Ticket #4516

141d316c 03/13/2015 07:56 AM Chris Buechler

Default to 11ng if an option hasn't been configured. Previously we let the browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516

d31517e5 03/13/2015 07:31 AM Chris Buechler

Default to WPA2, AES for new wireless interface configs. Ticket #4516

3fdd9cfa 03/13/2015 06:20 AM Chris Buechler

Auto-size the interface box on the bridge edit page.

1188cdc8 03/13/2015 05:15 AM Chris Buechler

touch up interfaces.php text

310ea4e2 03/13/2015 04:44 AM Chris Buechler

Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516

4958ca9e 03/13/2015 04:26 AM Chris Buechler

clean up input errors text

a819eab2 03/13/2015 02:02 AM Chris Buechler

Fix up text, remove "only for Atheros" since the option is only shown if a compatible card exists.

6f5607f5 03/13/2015 01:55 AM Chris Buechler

"Auto" channel with hostap doesn't work correctly at the moment, force choosing a specific channel with hostap mode for now.

aec55f9a 03/12/2015 11:53 PM Chris Buechler

add more wireless validation. Ticket #4516

6cd14b43 03/12/2015 11:22 PM Chris Buechler

Add more validation for wireless config settings. Ticket #4516

95df2de5 03/12/2015 09:49 PM Chris Buechler

Add more input validation for wireless parameters. Ticket #4516

89e6f7af 03/12/2015 08:07 PM Chris Buechler

Touch up wifi text

b8c3654c 03/12/2015 03:01 AM Chris Buechler

clean up unique IDs text a bit.

214c8102 03/11/2015 11:54 PM Renato Botelho

Proper fix #4443, do not unset carp entry when content differ, also set correct real interface and use subnet to check IP protocol

c14781e3 03/11/2015 07:02 PM Renato Botelho

Save vip interface and subnet to use to delete old vips from secondary nodes. Fixes #4446

04bbb3a5 03/11/2015 07:02 PM Renato Botelho

Revert "Use a consistent variable name here. related to Ticket #4446"

This reverts commit 309162b96d6ad0db09c132cc0aabc890bfe1909f.

24dadbee 03/11/2015 06:29 PM Chris Buechler

add granular control of state timeouts. Ticket #4509

Conflicts:
etc/inc/filter.inc

3a0a59c8 03/11/2015 05:03 PM Renato Botelho

Remove BEAST protection option since default cipher is now good and works with hifn cards

18017c9c 03/11/2015 11:30 AM Renato Botelho

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

26ca0fd0 03/11/2015 11:29 AM Renato Botelho

Merge pull request #1550 from phil-davis/password-lock-symbol

b776b3e0 03/11/2015 11:28 AM Renato Botelho

Merge pull request #1548 from phil-davis/pencils

e99affae 03/11/2015 06:37 AM Chris Buechler

update description after adaptive start/end default change.

309162b9 03/11/2015 12:01 AM Chris Buechler

Use a consistent variable name here. related to Ticket #4446

Conflicts:
usr/local/www/xmlrpc.php

24acc8f4 03/10/2015 10:20 PM Chris Buechler

Don't enable interfaces_use by default. Add checkbox to enable on Advanced
tab, in case there are scenarios where it's desirable. Ticket #4341

30ea15dc 03/10/2015 08:47 PM Ermal Luçi

Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings

0a0978d7 03/10/2015 08:45 PM Ermal Luçi

Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings

67877234 03/10/2015 05:10 PM Phil Davis

Fix password box cursor position

Similar to
https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254
The password field shows the little lock icon, but the text input area
starts over the top of the icon and as I type in the field the password...

3853b436 03/10/2015 02:42 PM Phil Davis

Fix SNMP Bind Interface list in master

The format of the array returned by get_possible_listen_ips() was changed.
This use of the returned array was not quite changed correctly. This fixes it so the drop-down list of SNMP Bind Interfaces is displayed correctly....

6127c541 03/09/2015 06:01 PM Ermal Luçi

Revert "Fixes #4446 Correct ipalias removal on top of carp during configuration sync."

master works differently and get_real_interface() resolves vips as well.

This reverts commit 8896fe1cebdc97dcbeb59249f3bb2abd1601b979.

8896fe1c 03/09/2015 05:52 PM Ermal Luçi

Fixes #4446 Correct ipalias removal on top of carp during configuration sync.

e185c584 03/09/2015 05:10 PM Phil Davis

Pencil symbols

These are places in the GUI where the cursor sits not in the far left
side of the input box and there is odd-looking white space to the left
of the cursor. Normally there would be a little input graphic in the
white space to the left of the cursor (a pencil, a computer screen, a...

261f7271 03/09/2015 02:36 PM Jim Pingle

Allow reassignment from PPP types to DHCP. From testing, it appears to work OK, this input validation appears to be outdated.
If there is some edge case that this catches, perhaps it needs to be a more specific test.

5bd0ba3e 03/09/2015 02:22 PM Jim Pingle

Add missing 'break' statement that broke switching from a PPP type to 'none'.

2385106e 03/09/2015 10:00 AM Renato Botelho

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

ad42e4d8 03/09/2015 09:59 AM Renato Botelho

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

ef1dfb88 03/08/2015 11:17 PM k-paulius

Add missing opening bracket

10192c30 03/08/2015 11:15 PM k-paulius

Remove extra closing brackets

29257358 03/08/2015 11:07 PM k-paulius

$ldescr variable is not assigned a value and all 'Outgoing Network Interfaces' show Localhost as a name on UI

ec07dcfe 03/08/2015 11:04 PM k-paulius

Missing $

08af94cb 03/07/2015 08:16 PM Chris Buechler

Check for console="comconsole* rather than just comconsole in loader.conf, so it doesn't match just having comconsole_speed in loader.conf. Ticket #4464

0a4fbd99 03/06/2015 08:00 PM Jim Pingle

Expand CARP demotion error, add button to reset demotion status.

27781065 03/06/2015 02:26 PM Renato Botelho

Remove multiple spaces from dns_split as a seatbelt, also fix the message since field is expected to be space separated and not comma. Ticket #4418

4ad7848c 03/06/2015 10:58 AM Phil Davis

DNS Forwarder Host Override Edit make the pencil symbols appear

In most places in the GUI a little pencil symbol appears before text input fields. For example it already appears for the Host, Domain and Description fields in this very form when you "Enter additional names for this host."...

8cb4f5b1 03/06/2015 09:36 AM Chris Buechler

touch up text

f54229df 03/06/2015 04:12 AM Chris Buechler

fix up text

879d59d8 03/06/2015 03:43 AM Chris Buechler

Don't save config if input validation fails. Add input validation preventing "Harden DNSSEC Data" from being enabled if DNSSEC support isn't enabled.

5c7c369f 03/06/2015 01:35 AM Chris Buechler

Remove the harden-glue option entirely and hard code it to yes. Ticket #4402

6d1db7ec 03/05/2015 03:09 PM Jim Pingle

Encode and check values for filtering variables in diag_logs_filter.php

32787389 03/05/2015 03:01 PM Jim Pingle

Do not render the services_unbound_acls page with an invalid ID.

e52c3c88 03/05/2015 02:56 PM Jim Pingle

Stricter validation and encoding for traffic shaper queues.

c678ca65 03/05/2015 02:41 PM Jim Pingle

Jettison unused dragtable code from firewall_rules.php, it was broken and inactive and only causing trouble.

44a06d7d 03/05/2015 02:32 PM Jim Pingle

Improve validation and encoding of the zone for Captive Portal Status

eae1fb1d 03/05/2015 02:01 PM Jim Pingle

Be more strict about the file to restore or delete when working with full backups.

8106d446 03/04/2015 10:16 PM Chris Buechler

allow enabling Unbound when dnsmasq is enabled, if they're using diff
ports. Ticket #4332

dedc40f7 03/03/2015 04:02 PM Phil Davis

Fix password box in diag_authentication

In 2.2 when I go to Diagnostics->Authentication the password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon....

be83cc29 03/03/2015 11:09 AM Renato Botelho

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

2c5ca6ae 03/03/2015 11:08 AM Renato Botelho

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

d9ac2354 03/03/2015 11:07 AM Renato Botelho

Merge pull request #1537 from phil-davis/patch-5

3a1810a9 03/03/2015 11:06 AM Renato Botelho

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

f6aa92a1 03/03/2015 11:05 AM Renato Botelho

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

ec67423b 03/03/2015 10:48 AM Phil Davis

Make the DHCP network booting options line up

by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.

47aa60f9 03/03/2015 07:12 AM Phil Davis

Make the Power Mode selection boxes line up

by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.

86481f75 03/03/2015 06:53 AM Phil Davis

system_groupmanager edit cancel button looks small

It looks smaller and different to the Save button. This makes it the same.

3cd4406f 03/03/2015 06:45 AM Phil Davis

system_usermanager edit cancel button looks small

It looks smaller and different to the Save button. This makes it the same.

ebfb1d0b 03/03/2015 06:28 AM Phil Davis

Standardise power mode selection boxes

I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line.
Maybe make them all on their own line, like this?

58c58dcf 03/03/2015 06:16 AM Chris Buechler

Remove "Prefer old SA" option, and ignore it in all existing configurations. Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.

6b16c91c 03/03/2015 05:56 AM Phil Davis

Add missing BR tags and fix display with pfsense_ng_fs theme

Fixes #4481
Similar issue to commit https://github.com/pfsense/pfsense/commit/5cfd948144741ba0d6981f89b2e40257cb9ef2b1
Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.

aa2370d8 02/26/2015 01:34 PM Renato Botelho

Fix track6 prefix id range in error message, reported on Pull Request #1517

10221050 02/26/2015 02:44 AM k-paulius

Check if variables are set before trying to pass them to function substr_count to avoid generating PHP alerts.

1f3d4db0 02/25/2015 03:19 PM Ermal Luçi

Ticket #4418 make sure the dns_split is separated with spaces rather than space or comma to comply with strongswan requirements.

10b92c57 02/24/2015 07:08 PM Renato Botelho

When RADIUS auth is selected, radius protocol and server ip/host are mandatory. Fixes #4384

5a27b146 02/24/2015 06:40 PM Renato Botelho

isset is a better check here

88a5ad7e 02/24/2015 06:39 PM Renato Botelho

Merge pull request #1494 from k-paulius/ntp-rrd-fix

b8b3784f 02/24/2015 11:55 AM Renato Botelho

Merge pull request #1479 from surrural/master

0b9d204a 02/24/2015 11:40 AM Renato Botelho

Merge pull request #1492 from PiBa-NL/carp-statusicon

d5b1a279 02/23/2015 08:20 PM Ermal Luçi

Ticket #4445 do not write config and remove its cache when applying settings its just behaviour from dinosaur era and should have been cleanded long time ago.

a39b78b5 02/23/2015 08:00 PM surrural

Add support for DNSimple (dnsimple.com)

b2507ae6 02/23/2015 07:17 PM Renato Botelho

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

d596baab 02/23/2015 05:38 PM Renato Botelho

Merge pull request #1478 from razzfazz/fix_dhcpv6_avail_range_dump_master

5fd42bbb 02/23/2015 04:46 PM Phil Davis

Fix display style typo

I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.

cbd49c77 02/23/2015 04:44 PM Phil Davis

Fix display style typo

I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.

a087e197 02/23/2015 04:31 PM Phil Davis

OpenVPN server improve handling of authmode

Currently if the user is clicking around while they are setting up an OpenVPN server, they can do stuff like this:
a) Select Server Mode - Remote Access (SSL/TLS + User Auth)
b) Select something in Backend for authentication...

3e41ad59 02/23/2015 04:13 PM Phil Davis

vpn_openvpn_server.php white space

7ccc1c32 02/23/2015 12:30 PM Renato Botelho

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

1a1df767 02/23/2015 12:29 PM Renato Botelho

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

a8b8033f 02/23/2015 12:23 PM Renato Botelho

Merge pull request #1506 from k-paulius/fix-links

900e9df6 02/23/2015 07:23 AM Phil Davis

Success typo

might as well fix it while I notice it

d82b2a6f 02/23/2015 03:47 AM k-paulius

Fix broken links to dhcp6c.conf man page.

manpath FreeBSD+Ports no longer exits and needs to be replaced with FreeBSD+10.1-RELEASE+and+Ports

18620400 02/22/2015 06:02 AM Phil Davis

Mention interface name on DHCP edit GUI

IMHO it can be confusing on the DHCP edit page for static mapped entries to know which interface the entry is being edited/added for. Specially if the user comes from the Status DHCP Leases page, the lease they are editing/adding could be for 1 of many LAN-style interfaces....

f5bea142 02/22/2015 05:36 AM Phil Davis

Status_dhcp_leases fix edit button for static entries with no IP address

The edit button for static entries always has an index id=0 and thus pressing the edit button goes to (mostly) edit the wrong entry.
It was easier and made the code cleaner to get rid of the looping through the staticmap array every time trying to matach IP, MAC address... That data ('if' and 'staticmap_array_index') is easily gathered further up, the first time the staticmap array for each DHCP interface is traversed. I think this should also be more efficient when there are many static mapping entries....

6777fc3b 02/18/2015 08:48 AM Phil Davis

diag_arp allow underscore in resolved host names

is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like:
10.42.3.4 client-pc-01_LAN...