Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
45b4ffc6 04/19/2015 06:38 AM Phil Davis

Code style usr-local-www back-end

files that do stuff in mostly in the background.

cb377516 04/15/2015 12:28 PM Ingo Bauersachs

Add support for EAP-RADIUS to IKEv2 Mobile Clients

fc70ad87 04/15/2015 12:24 PM Renato Botelho

Merge pull request #1601 from phil-davis/check-overlapping-subnets

2ebbb0bc 04/14/2015 11:07 PM Jose Luis Duran

Remove pre-check and post-check from Cache-Control

If both `post-check` and `pre-check` are specified and set to `0`, both
are entirely ignored:

http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx

2c5fda82 04/14/2015 10:18 PM Jose Luis Duran

Combine Cache-Control header in one line

Sorted by RFC 2616:

Section 14.9.1 `no-cache`
Section 14.9.2 `no-store`
Section 14.9.4 `must-revalidate`

Combined into one line with IE's `pre-check` and `post-check`. However,
when both set to `0`, both are entirely ignored:...

d84b001e 04/14/2015 01:18 PM Renato Botelho

Merge pull request #1609 from phil-davis/www-bits

f3ec0487 04/14/2015 08:25 AM Phil Davis

Code style for small things in usr-local-www

52856a80 04/14/2015 04:08 AM Phil Davis

When deleting a VIP check it is not used by OpenVPN

I noticed this when cleaning up VIPs and OpenVPN server when testing for this forum post https://forum.pfsense.org/index.php?topic=92174.0
The system let me delete my test VIP before I deleted the OpenVPN server using, probably not a good thing....

fc2e17f3 04/13/2015 11:00 AM Phil Davis

Domain override with multiple authoritative DNS servers

Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it and works.
I had asked for this in Redmine feature request #4350 and when I went to look at coding to implement it I found code that already did it....

3490b8dd 04/10/2015 12:14 PM Phil Davis

Check for overlapping subnets when saving interface addresses

This checks if a static IP address entered for an interface has a subnet
that overlaps with any other configured subnet. e.g.:
LAN is IPv4 10.10.12.1/24
Then try to set OPT1 to 10.10.13.1/23 - it overlaps with LAN because...

3a292360 04/09/2015 04:43 AM Chris Buechler

Allow single interface bridges. Useful with span port option, and when shuffling configuration around.

05391c58 04/06/2015 12:41 PM Renato Botelho

Merge pull request #1597 from phil-davis/Common-typos

b965f190 04/05/2015 02:38 PM Pi Ba

diag_sockets show sockets listening on localhost
this helps pick a free port for services using sockets bound to localhost, and helps determine if the service has at least started and bound the port without needing to go through all 'connected' sockets as well

0a9e6c85 04/05/2015 12:50 AM Chris Buechler

Fix up Ticket #4504 implementation. Match config style with other areas. Use a config setting to disable, rather than enable, this functionality since it's enabled by default so the tag isn't necessary in the default config. Remove now unnecessary config upgrade code.

d6fa899d 04/04/2015 05:23 PM Phil Davis

Few minor text typos

Note that advertise is spelt with an "s" in other places in the GUI, so
making it consistent in services_ntpd - but maybe Americans do spell it
"advertize" these days?

3ab15aaf 04/04/2015 05:18 AM Chris Buechler

shouldn't need this as its own inc anymore, but only changing in master since 2_2 nearing release

72992b85 04/04/2015 05:07 AM Chris Buechler

There is no longer any need to restrict protocols for IPv4+IPv6 rules, the appropriate ruleset is generated and problem scenarios that would otherwise break here are prevented by other input validation.

dc17a9de 04/04/2015 04:57 AM Chris Buechler

remove dead code, clean up excess white space a bit.

b8eeddeb 04/03/2015 06:04 PM Ermal Luçi

Fixes #4504 use correct key index

0887e836 04/03/2015 05:59 PM Ermal Luçi

Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel

ebb9469d 04/03/2015 03:17 PM Ermal Luçi

Fixes #4259 Use proper variable to do calculations

3bae851d 03/31/2015 07:05 PM Jim Pingle

Add SCTP to protocol list for filtering.

0ca36ca3 03/31/2015 02:03 PM benny benny

Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.

cb99d991 03/31/2015 01:27 PM Jim Pingle

Fix encoding issues in Configuration History list.

ddddf255 03/31/2015 01:27 PM Jim Pingle

Fix a few misc encoding issues in load balancer code.

b904c4a5 03/28/2015 09:06 AM Philip Hansen

Fixed minor spelling error

2c657294 03/27/2015 06:53 PM Renato Botelho

Merge pull request #1578 from Robert-Nelson/rfc2136_ignore_ipv4_ipv6

ea08d2b2 03/26/2015 06:48 PM Robert Nelson

Change to Record Type with A and AAAA as values.

8f20b016 03/26/2015 05:51 PM Renato Botelho

Merge pull request #1587 from Gertjanpfsense/master

88f63af0 03/26/2015 04:27 PM Renato Botelho

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

7db3d1c7 03/26/2015 04:24 PM Robert Nelson

Use address types instead of addresses.

ad20e46d 03/26/2015 04:19 PM Robert Nelson

Merge branch 'master' into rfc2136_ignore_ipv4_ipv6

33d40fb0 03/26/2015 02:20 PM Renato Botelho

Merge pull request #1582 from k-paulius/fix-get_possible_traffic_source_addresses

5385a5e1 03/26/2015 02:08 PM Renato Botelho

Merge pull request #1559 from phil-davis/status-dhcp-leases

4828d672 03/26/2015 09:03 AM Gertjan KROEB

Voucher messages using wrong config field name

https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and
$config['voucher'][$cpzone]['msgexpired']
do not exist.
These should be
$config['voucher'][$cpzone]['descrmsgnoaccess']...

d5b28fcf 03/25/2015 05:24 PM Stephen Beaver

Fixes an issue wherein an alias could be added only if some other alias already exists in the system.

ca12c204 03/24/2015 04:11 AM k-paulius

Commit 89f171b changed result returned by get_possible_traffic_source_addresses() from indexed to associative array. Updating affected code.

52cbfd45 03/23/2015 06:20 PM Robert Nelson

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

466e8ed7 03/23/2015 05:15 PM Phil Davis

RRD Graph Custom Tab display friendly description

The other tabs of Status:RRD Graphs put the friendly description of each interface into the drop-down list for selection.
This change makes the Custom tab do that also.

a6299fd7 03/23/2015 01:35 PM Renato Botelho

Merge pull request #1577 from k-paulius/fix-dhcp6-validation

cd94a9a8 03/23/2015 01:18 PM Renato Botelho

Add missing encoding, as suggested by yakar

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

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

4c6d81ea 03/22/2015 07:31 PM k-paulius

Use is_numericint() instead of empty() to check if value has been entered because empty() does not allow 0, which is a valid value.

ddb4b472 03/22/2015 07:00 PM k-paulius

Make sure 'DHCPv6 Prefix Delegation size' is provided if 'Send IPv6 prefix hint' flag is checked to avoid generating invalid dhcp6c configuration file.

8fa074af 03/21/2015 12:23 PM Phil Davis

Handle release number in installer

This code just looked wrong. It was considering 10.1-RELEASE-p6 to be release number "1" and comparing it to "9".
These changes to do what it seems to intend. This will make that UFS+J stuff appear, if that is of any consequence.

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().

b78655a9 03/16/2015 11:17 AM Renato Botelho

Merge pull request #1562 from phil-davis/usr-review1

7d61beba 03/13/2015 05:43 PM Phil Davis

Code Style sbin tmp usr

Bits and pieces from sbin tmp and usr but not yet usr/local/www

6fee314b 03/13/2015 05:25 PM Phil Davis

pfSsh.php readline function return value

This just looks wrong. But I guess the code path never comes through here because function readline() already exists in the environment of this script.

39894ed4 03/13/2015 08:33 AM Phil Davis

Status DHCP Leases handle expire never

Note: We can let the code pass "never" (or any other unexpected stuff)
to adjust_gmt()
adjust_gmt() should anyway handle the case when strtotime() cannot
understand the input string and thus returns false. In that case we...

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 $

51b24a30 03/08/2015 06:43 AM Chris Buechler

Update help to current config structure, touch up text while here. Fixes #4492

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