summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Validate that the Mobile Client settings have a valid RADIUS server selectedMatt Smith2015-10-191-0/+11
| | | | | as the source for user authentication when EAP-RADIUS is selected as the phase 1 authentication method for mobile IPsec. Fixes #5219.
* Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add ↵Chris Buechler2015-10-141-0/+2
| | | | filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558
* set enabled/disabled status accordingly on initial page load. Ticket #5284Chris Buechler2015-10-131-0/+1
|
* clean up empty linesChris Buechler2015-10-131-2/+0
|
* Add all remaining log types to status.php. Ticket #5304Chris Buechler2015-10-131-6/+30
|
* Update zoneinfo to 2015f, it fixes #5254Renato Botelho2015-10-131-0/+0
|
* Merge pull request #1962 from davidjwood/RELENG_2_2-ppp-ipv6Chris Buechler2015-10-123-34/+170
|\
| * Use named variables for ppp-linkup command line parametersDavid Wood2015-10-111-32/+40
| |
| * Make route deletions quiet - it may well be the routes have already disappearedDavid Wood2015-10-111-2/+2
| |
| * Make code dealing with the IPv4 default gateway conditional on the IPv4 link ↵David Wood2015-10-111-1/+1
| | | | | | | | going down
| * Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkupDavid Wood2015-10-112-0/+5
| |
| * Add /usr/local/sbin/ppp-ipv6 helper scriptDavid Wood2015-10-111-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/local/sbin/ppp-ipv6 <real interface> up|down Interface using SLAAC or DHCP6 going down: * bring down dhcp6c if it is running * disable router advertisements (and therefore SLAAC) * remove any autoconfigured IPv6 addresses Interface using SLAAC or DHCP6 coming up: * call interface_dhcpv6_configure() if dhcp6c not running and router advertisements off interface_dhcpv6_configure() will enable router advertisements, configure rtsold and dhcp6c, then set rtsold to prime dhcp6c as required.
* | Merge pull request #1958 from phil-davis/patch-11Renato Botelho2015-10-121-8/+18
|\ \
| * | Redmine #5294 Do not delete a system groupPhil Davis2015-10-111-8/+18
| | | | | | | | | | | | This code checks if the user has somehow posted a group deletion for a group that has "system" scope. If so, then the delete is not done and an input error is displayed. Note that in normal use the group manager page does not display a delete button for "system" groups, so normally this does not happen - only if the user manually messes with the $POST variables.
* | | Redmine #5294 Do not delete a system userPhil Davis2015-10-111-8/+18
|/ / | | | | | | This code checks if the user has somehow posted a user deletion for a user that has "system" scope. If so, then the delete iscnot done and an input error is displayed. Note that in normal use the user manager page does not display a delete button for "system" users, so normally this does not happen - only if the user manually messes with the $POST variables.
* | Merge pull request #1953 from phil-davis/patch-10Chris Buechler2015-10-071-1/+1
|\ \
| * | Wording of alias_info_popup tipPhil Davis2015-10-081-1/+1
| | | | | | | | | | | | | | | | | | I noticed this while comparing alias popup behavior between 2.2.5-DEVELOPMENT and 2.3 Might as well fix the grammar here for 2.2.5 This tip does not exist in 2.3 because the popup works more nicely there and so this text is not needed. Therefore this change does not need to be ported forward to master.
* | | correct htmlentities unintentionally removed by earlier commitChris Buechler2015-10-071-1/+1
|/ /
* | Add support for an IPv6 pool for mobile clients.Matt Smith2015-10-071-1/+59
| |
* | Don't enforce the use of only IPv4 or IPv6 when using IKEv2 since it works ↵jim-p2015-10-071-1/+1
| | | | | | | | fine with IKEv2
* | Specify %any where identifier is "any", so the note on these pagesChris Buechler2015-10-012-2/+2
|/ | | | actually works.
* Fix up IKE auto modeChris Buechler2015-09-292-3/+3
|
* Correctly show v1/v2/auto on vpn_ipsec.phpChris Buechler2015-09-291-2/+5
|
* Bring this back, I'll fix issues afterwards. Revert "Remove "auto", it's ↵Chris Buechler2015-09-291-3/+3
| | | | | | just a synonym for IKEv2. Ticket #4873" This reverts commit 47f802694a1e1dfbbd011d7ec431c0948358b5c3.
* Do a service reload of dyndns when changing gateways in case something hasChris Buechler2015-09-291-0/+2
| | | | changed. Ticket #5214
* Ensure this only contains a partial name, not a path, before attempting to ↵jim-p2015-09-281-0/+1
| | | | craft a full name and read the file. Fixes #5203.
* Reset the value of a package field before this test in case it has no ↵jim-p2015-09-241-0/+1
| | | | default. Fixes #5199
* Redmine #5196 Remove incorrect text about DNS servers - RELENG_2_2Phil Davis2015-09-241-10/+14
| | | | The correct text is already displayed under the DNS server boxes at line 892. This should also be done to master once the conversion of services_dhcp.php to bootstrap is stable.
* Redmine #4568 Preserve MLPPP settings when saving interface settings ↵Phil Davis2015-09-221-14/+27
| | | | | | RELENG_2_2 Vagain with errors fixed. Supersedes https://github.com/pfsense/pfsense/pull/1781
* Merge pull request #1907 from doktornotor/patch-5Renato Botelho2015-09-211-3/+6
|\
| * pkg_edit.php - fix issue where default value was not being populated for ↵doktornotor2015-09-191-3/+6
| | | | | | | | | | | | | | newly added fields Backport from PR #1906 / PR #1787 for RELENG_2_2. Check if the actual $fieldname element is present in the $a_pkg[$id] array before trying to assign its value. Do same with default_value. Fixes issue where default value was not being populated for newly added fields.
* | Merge pull request #1921 from doktornotor/patch-20Renato Botelho2015-09-211-4/+12
|\ \
| * | show openvpn interfaces while reassigning the interfaces for a restored ↵doktornotor2015-09-201-4/+12
| |/ | | | | | | config backup - RELENG_2_2
* | Merge pull request #1923 from phil-davis/patch-5Renato Botelho2015-09-211-6/+4
|\ \
| * | Redmine #5162 do not allow alias rename to an existing name - RELENG_2_2Phil Davis2015-09-211-6/+4
| |/
* | fix interface assignment menus running off VGA screendoktornotor2015-09-211-1/+1
| | | | | | Remove leftover :
* | fix interface assignment menus running off VGA screendoktornotor2015-09-211-5/+9
|/
* Merge pull request #1842 from phil-davis/GW-Widget-Monitor-IP-2-2Renato Botelho2015-09-182-86/+224
|\
| * Display monitor IP on Gateways widgetPhil Davis2015-07-242-86/+224
| | | | | | | | This version is for system patches to 2.2.4 systems
* | Merge pull request #1888 from phil-davis/TGdesc22Renato Botelho2015-09-172-15/+44
|\ \
| * | Add description as a display option on Traffic Graph RELENG_2_2Phil Davis2015-09-082-15/+44
| | | | | | | | | | | | Backport from master
* | | allow port ranges for natport. Ticket #5156Chris Buechler2015-09-171-1/+1
| | |
* | | Merge pull request #1811 from phil-davis/patch-10Chris Buechler2015-09-161-3/+5
|\ \ \
| * | | Compare package version strings with compare_pkg_versionsPhil Davis2015-08-091-3/+5
| | | | | | | | | | | | This fixes redmine #4924
* | | | Work around a chicken-and-egg problem in user syncing. See #5152jim-p2015-09-161-0/+3
| | | | | | | | | | | | | | | | See also: commit:5372d26d9d25d751d16865ed9d46869d3b0ec5e1
* | | | Misc encoding/display issues in the Load Balancer codejim-p2015-09-087-3/+19
| | | |
* | | | Encode server name in OpenVPN widgetjim-p2015-09-081-1/+1
| |/ / |/| |
* | | Encode auth server name before display.jim-p2015-09-045-7/+7
| | |
* | | Encode alias description details before attempting to display them.jim-p2015-09-011-2/+2
| | |
* | | Encode the rule description before displaying back to the user in an error ↵jim-p2015-09-011-1/+1
| | | | | | | | | | | | when attempting to delete an in-use alias.
OpenPOWER on IntegriCloud