Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a4edef21 05/11/2015 06:32 AM Berger Alexander

fixed indent according to the style guide.

22b88bc4 05/07/2015 03:03 PM Berger Alexander

Currently pfsense enforces unique unqualified hostnames for static dhcp leases, which is not correct as only the fully qualified hostname (hostname + domainname) must be unique. With this commit the old validation logic for uniqeness is modified such that hostnames no longer need to be unique and at the same time the fully qualified hostname hast to be unique....

fd252629 05/01/2015 08:48 PM Jim Pingle

Encode server name before displaying back to the user.

6e4c8e92 05/01/2015 07:44 PM Ermal Luçi

Fixes #4633 Enable carp packets to flow on the first carp interface creation. This is needed only when the system is booted up without any carp vip configured

6a15be3f 05/01/2015 07:32 PM Ermal Luçi

Ticket #4131 before formatting the mac extract the needed statistics from below

43f83ab4 04/30/2015 06:24 AM Chris Buechler

Show correct selection for noshuntlan option. Ticket #4655

60dee68b 04/27/2015 12:12 PM Renato Botelho

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

03a1d3f6 04/27/2015 12:03 PM Renato Botelho

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

3bc13e79 04/27/2015 12:01 PM Renato Botelho

Merge pull request #1629 from ExolonDX/master

89f89d73 04/27/2015 12:00 PM Renato Botelho

Merge pull request #1625 from phil-davis/www-e

58befbf8 04/27/2015 11:58 AM Renato Botelho

Merge pull request #1623 from phil-davis/code-style-diag

701833bb 04/27/2015 11:55 AM Renato Botelho

Merge pull request #1622 from phil-davis/usr-local-www

daac712a 04/27/2015 11:50 AM Renato Botelho

Merge pull request #1618 from phil-davis/www-widgets

306b9d00 04/24/2015 07:56 PM Jim Pingle

Remove the DHCP static lease overlap cleanup and associated function and kill, as it can cause problems with failover scenarios.

49878b9e 04/23/2015 02:56 PM Phil Davis

Add static mapping interface not set when IP in a pool

If the DHCP IP address is in a pool (not in the main DHCP range for the interface) then the interface that corresponds to the IP address is not found. This results in the link to "add static mapping for this MAC address" not having any value for "if=" and thus clicking on the "+" button does not work....

48ac0aa0 04/23/2015 02:25 PM Phil Davis

Do not process dhcpd implementation if input errors

If I go to Service->DHCP Server, make some edits that are invalid (e.g. change range start or end to some invalid string) and press Save then the page comes back displaying the input error(s). But it also says:...

d6f74188 04/22/2015 08:15 PM Chris Buechler

Trying to submit a symlink as part of crash reports will cause a failed
submission. Remove symlinks first. Also properly set user agent while
here, consistent with others. Fix some style and whitespace too. Ticket

301eb34f 04/22/2015 11:54 AM Colin Fleming

Tidy up "status_upnp.php" XHTML

Remove double line from table

57e15e41 04/22/2015 11:51 AM Colin Fleming

Tidy up "services_unbound.php" XHTML

Add missing closing TD tag

41b1ff89 04/20/2015 04:04 PM Phil Davis

More www code style oddments

75d072be 04/20/2015 04:15 AM Phil Davis

Fix #4640 IPsec Auto-exclude LAN address toggles

every time save is pressed.
Actually the GUI is displaying the opposite setting to what is in the config. When the user pressed save that opposite setting was saved, but then again it displays the opposite of the opposite...

5f601060 04/19/2015 12:15 PM Phil Davis

Code style usr-local-www diag

962f215d 04/19/2015 06:39 AM Phil Davis

Code style xmlrpc

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.

0608bd3c 04/18/2015 08:34 AM Ermal Luçi

Implement make bofre break feature avaliable on strongswan 5.3.0 useful for IKEv2. Fixes #4626

04a2364b 04/17/2015 09:55 AM Phil Davis

Make diag_smart back button look like other buttons

The back button here was just a piece of text with no nice formatting.
This change codes it as a button in the same way that "Cancel" buttons are done elsewhere. It makes the SMART Diag results page look a bit more consistent with the rest of the pfSense GUI.

7c490370 04/17/2015 07:17 AM Phil Davis

Widgets code style

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