summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Redmine #5162 do not allow alias rename to an existing name - RELENG_2_2Phil Davis2015-09-211-6/+4
|/
* 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.
* | | Encode OpenVPN descriptions before display on OpenVPN statusjim-p2015-08-271-2/+2
| | |
* | | Encode the OpenVPN server description before display on OpenVPN statusjim-p2015-08-271-2/+2
| | |
* | | Ensure the current RRD graph category is encoded before displayjim-p2015-08-271-1/+1
| | |
* | | Fix titles in status.php, filename can't have a slash.jim-p2015-08-201-2/+2
| | |
* | | A few misc updates to status.php:jim-p2015-08-201-3/+6
| | | | | | | | | | | | | | | | | | | | | * Include "ipsec statusall" output * Include the last 100 lines of the IPsec log * Increase system log to 500 lines * Fix captive portal rule display to include the zone name not ID number
* | | Fix source address selection on Test Port to handle VIPs properly.jim-p2015-08-181-1/+9
| | |
* | | Fix a potential XSS in voucher testing.jim-p2015-08-181-2/+2
| | |
* | | Add support for LDAP RFC2307 style group membership. Implements #4923jim-p2015-08-131-0/+32
| | | | | | | | | | | | To activate, check the box for RFC2307 in the LDAP server settings and fill in the group object class (typically posixGroup).
* | | Provide an LDAP server timeout field. Default to 25 seconds. Part of ticket ↵jim-p2015-08-131-2/+22
| | | | | | | | | | | | | | | | | | #3383 Previous default was ~1m20sec.
* | | Fix GUI auth from RADIUS to grab group names from the Class attribute. ↵jim-p2015-08-121-2/+3
|/ / | | | | | | | | | | Implements #935 The RADIUS server must populate the Class attribute with a string, semicolon-separated, of user groups. Similar to LDAP, local groups must exist with matching names, and privileges are determined by the local matching groups.
* | remove more old, unused platform stuffChris Buechler2015-07-301-3/+0
| |
* | Fix killing of individual states for IPv6. Ticket #4906Chris Buechler2015-07-301-11/+27
| |
* | fix whitespaceChris Buechler2015-07-301-4/+4
| |
* | Use the appropriate source and dest IPs for all state types. Ticket #4907Chris Buechler2015-07-301-2/+10
| |
* | Add "sockstat" output to status.phpjim-p2015-07-291-0/+1
| |
* | Add 'any' option for peer ID, for mobile IPsec scenarios where you can't or ↵Chris Buechler2015-07-251-4/+7
|/ | | | don't want to check peer ID.
* Remove "auto", it's just a synonym for IKEv2. Ticket #4873Chris Buechler2015-07-231-3/+3
|
* include vpn.inc so IPsec CRL reload works. require_once filter.inc inChris Buechler2015-07-231-1/+2
| | | | vpn.inc for callers there that haven't already included it.
* Most of the flowtable bits were removed some time ago, take out the last of ↵Chris Buechler2015-07-231-30/+0
| | | | them too.
* When a CRL is updated, refresh strongswan's CRLs.Chris Buechler2015-07-231-0/+6
|
* Merge pull request #1775 from phil-davis/Interfaces-Widget-2-2Chris Buechler2015-07-222-5/+5
|\
| * Interfaces widget use more obscure separator RELENG_2_2Phil Davis2015-07-222-5/+5
| | | | | | | | Redmine #4859 fix for RELENG_2_2
OpenPOWER on IntegriCloud