summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix up IKE auto modeChris Buechler2015-09-291-1/+1
|
* Correctly show v1/v2/auto on vpn_ipsec.phpChris Buechler2015-09-291-2/+5
|
* Where the P1 is disabled, show the P2s as disabled since they will be, same ↵Chris Buechler2015-01-121-1/+1
| | | | as in previous versions.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* only show aggressive/main mode for IKEv1Chris Buechler2014-11-251-1/+4
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Do not collapse phase2 items every time an action occoursRenato Botelho2014-09-041-10/+12
|
* Replace all GET use by POSTRenato Botelho2014-09-041-83/+72
|
* More improvements on IPsec GUI (Ticket #3328):Renato Botelho2014-09-041-49/+153
| | | | | | * Allow to reorder P2 entries * Allow to remove multiple P2 entries * Add an icon to quickly toggle enable/disable status of p1 items
* Remove wrong code left from copy/pasteRenato Botelho2014-09-041-8/+0
|
* Use array id to delete phase2, it will simplify changes I'm working on and ↵Renato Botelho2014-09-041-10/+5
| | | | will commit soon
* Improvements on IPsec GUI (Ticket #3328):Renato Botelho2014-09-031-70/+157
| | | | | | | | * Allow to reorder phase1 items * Allow to remove multiple phase1 items * Add an icon to quickly toggle enable/disable status of p1 items * Print P1 header only once and remove space between items * Fix table border when P2 items are expanded
* Remove uneeded variablesRenato Botelho2014-09-031-2/+1
|
* Remove unused variablesRenato Botelho2014-09-031-4/+2
|
* Fix indent and whitespaceRenato Botelho2014-09-031-137/+149
|
* Fix phase2 removal, p2index points to unique ide and not to array indexRenato Botelho2014-08-251-1/+1
|
* Do this check now that hash algos can be emptyErmal2014-08-181-4/+6
|
* Use a uniqid() to track phase2 entries to avoid confustion and various ↵Ermal2014-08-011-29/+23
| | | | mistakes when modifying and editing them.
* Fix alignment of + button and P2 display after addition of IKE column to ↵jim-p2014-05-131-3/+3
| | | | IPsec tunnel list.
* Update links in "vpn_ipsec.php"Colin Fleming2014-05-091-2/+2
| | | | Update help links in "vpn_ipsec.php" to point to the correct page.
* This needs to be lower caseErmal2014-05-091-1/+1
|
* Merge pull request #1139 from ExolonDX/branch_master_02Renato Botelho2014-05-091-30/+32
|\
| * Tidy up "vpn_ipsec" XHTMLColin Fleming2014-05-081-30/+32
| | | | | | | | | | | | | | | | | | Add CDATA section to SCRIPTS Add SUMMARY to TABLES Update HTML Boolean operators Close INPUT and IMG tags and ALT to IMG tags Move NOWRAP into CLASS statement Deprecate ampersand in Anchor tags
* | Allow to select IKE version to be used.Ermal2014-05-091-0/+10
|/
* Move the IPsec settings from System > Advanced, Misc tab to "Advanced ↵jim-p2014-04-251-0/+1
| | | | Settings" tab under VPN > IPsec.
* Remove unused functionErmal2014-03-261-2/+0
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-6/+6
| | | replaced <br>, <br/> and </br> with <br />
* Remove not needed anymore functionErmal2014-03-061-5/+0
|
* First swing at converting from racoon to StrongSWAN.Ermal2014-02-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | It allows to use existing configurations on xml to generate StrongSWAN configurations. So its only IKEv1 * Missing support for dynamic ips(hostnames) - resolver plugin of StrongSWAN needs to be configured in strongswan.conf * Authentication plugin with pfSense authentication framework - New plugin almost completed * More testing hence this being pushed now to have more broader look TODO * Integrate IKEv2 * Move dynamic IP allocation to an SQLite backend * Provide more options in authenticating as a client(initiator) * Restrict interfaces where StrongSWAN listens for incoming connections to only those configured FUTUTE * Move all configuration to SQLite backend * Integrate more authentication scenarios of IKEv2
* Change test after IPsec apply to check for any value >= 0. If a user has ↵jim-p2013-06-181-1/+1
| | | | hostnames vpn_ipsec_configure() now returns the number of hostnames, so the previous test failed and the "apply changes" button would never go away.
* Delete SPDs when an IPSec tunnel is deleted.Rafael Abdo2013-01-091-3/+9
| | | | | | | | - Add new function to delete SPDs (see 'remove_tunnel_spd_policy($phase1,$phase2)' on vpn.inc) - Change vpn_ipsec.php to delete SPDs on phase 2 and phase 1. - Change the method GET to delete phase 2 (needs to inform which is the phase 1) It should fix #2719.
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-031-0/+11
| | | | | | Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
* Merge remote branch 'upstream/master'jim-p2011-06-031-0/+3
|\ | | | | | | | | Conflicts: etc/inc/openvpn.inc
| * Allow duplicating an IPsec phase 2. The code was already on ↵jim-p2011-06-031-0/+3
| | | | | | | | vpn_ipsec_phase2.php but unlinked.
* | Merge remote branch 'upstream/master'Seth Mos2011-04-121-1/+3
|\ \ | |/
| * Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-111-1/+3
| | | | | | | | mode for racoon.
* | Show the proper Phase entry for the IPv6 tunnelsSeth Mos2011-03-141-3/+3
|/
* Add IPSec 'ipalias' VIP support. Ticket #1041Pierre POMES2010-12-101-1/+4
|
* Fix text for the P1 table header.Erik Fonnesbeck2010-11-241-2/+2
|
* Remove unused variable.jim-p2010-10-051-2/+0
|
* Reorder this, otherwise the function doesn't pick up on the config change.jim-p2010-08-121-1/+2
|
* Implement gettext() calls on vpn_ipsec.phpCarlos Eduardo Ramos2010-07-271-35/+35
|
* Ticket #655. Call vpn_ipsec_configured in all cases it knows how to handle ↵Ermal2010-06-151-7/+1
| | | | enabled/disabled ipsec setting.
* Remove Logs tab from OpenVPN, as it is no longer needed.jim-p2010-06-011-1/+0
|
* Add status/log icons to IPsec pages.jim-p2010-06-011-0/+3
|
* Add PSK tab to all IPsec pages, it was missing from some.jim-p2010-05-131-1/+2
|
OpenPOWER on IntegriCloud