summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase2.php
Commit message (Expand)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-983/+0
* Code spacingPhil Davis2015-06-151-4/+4
* Code style VPN IPsecPhil Davis2015-05-231-116/+154
* Add input validation to prevent the use of AES > 128 where glxsb is enabled. ...Chris Buechler2015-01-311-3/+9
* Do not reuse reqid on copy of phase2 Fixes #4349Ermal LUÇI2015-01-301-0/+1
* To avoid issues with clashing SAIDs go back to specifying the reqid in strong...Ermal LUÇI2015-01-131-0/+8
* Default to only AES and SHA1 for new P2s.Chris Buechler2015-01-091-2/+2
* split is deprecated move to explodeErmal LUÇI2015-01-071-2/+2
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
* Welcome 2015Renato Botelho2014-12-311-1/+1
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+2
* remove unnecessary is_array check, thanks RenatoChris Buechler2014-11-061-37/+35
* Don't allow P2 local+remote network combinations that overlap withChris Buechler2014-11-061-0/+44
* Add missing s to solve the issue reported on https://forum.pfsense.org/index....Ermal2014-08-201-1/+1
* Allow HASH algorithms to be empty for phase2 in case the encryption one is AE...Ermal2014-08-181-3/+16
* Use a uniqid() to track phase2 entries to avoid confustion and various mistak...Ermal2014-08-011-73/+60
* This is not true any longer (and required for L2TP+IPsec)jim-p2014-05-201-2/+0
* Tidy up "vpn_ipsec_phase2.php" XHTMLColin Fleming2014-05-081-52/+51
* Check the right field hereRenato Botelho2014-04-291-1/+1
* Move the IPsec settings from System > Advanced, Misc tab to "Advanced Setting...jim-p2014-04-251-0/+1
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
* xhtml Complianceayvis2014-03-141-8/+8
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-5/+6
* First swing at converting from racoon to StrongSWAN.Ermal2014-02-061-1/+0
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
* touch up text, s/nat/NAT/Chris Buechler2013-09-031-4/+4
* Remove invallid option 'none' for IPSec Phase 2. Fixes #2816Renato Botelho2013-02-151-1/+0
* Properly generate all address data based on configuration selectedErmal2013-02-111-6/+6
* Make IPv4/IPv6 validation on IPSecRenato Botelho2013-01-241-0/+20
* Don't allow transport mode to be selected for mobile clients. Fixes #2713jim-p2012-12-071-0/+2
* Commit a revised version of https://github.com/bsdperimeter/pfsense/pull/264....Ermal2012-11-191-1/+1
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-1/+1
* Throw an error when invalid configuration is posted(address->network).Ermal2012-10-231-0/+2
* Check against _address since that is the field inputed _type is always there.Ermal2012-10-051-2/+2
* Properly set address type selectionErmal2012-10-051-2/+2
* Do not make natlocalid requiredErmal2012-10-051-16/+19
* This field isn't required, so only check it if there is a valuejim-p2012-10-051-1/+1
* Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules on...Ermal2012-10-041-0/+99
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
* Activate more Hash, DH, and PFS options that are available in racoon now. Not...jim-p2012-08-021-6/+0
* Ticket #2455: do not check encryption algo for AH protocolPierre POMES2012-05-261-12/+17
* restore default dropdown values of 24/64 bitsDarren Embry2012-04-051-0/+38
* add feature #2320 to vpn_ipsec_phase2.php.Darren Embry2012-04-051-32/+7
* Reject an interface without a subnet as a network source in the IPsec Phase 2...jim-p2012-02-141-0/+10
* Merge remote branch 'upstream/master'jim-p2011-06-031-49/+38
|\
| * Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given...Evgeny Yurchenko2011-06-021-7/+21
| * Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given...Evgeny Yurchenko2011-06-011-49/+24
* | Merge remote branch 'upstream/master'jim-p2011-06-011-2/+68
|\ \ | |/
| * Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a give...Evgeny Yurchenko2011-05-311-2/+41
| * Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a give...Evgeny Yurchenko2011-05-311-1/+28
OpenPOWER on IntegriCloud