summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-199/+0
|
* Code style VPN IPsecPhil Davis2015-05-231-69/+76
|
* Add EAP-MSChapv2 implementation for Windows ipsec support as reported here ↵Ermal LUÇI2015-01-141-0/+20
| | | | https://forum.pfsense.org/index.php?topic=81657.15
* 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
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Does not accept non-ascii characters on IPsec PSK. It fiixes #3931Renato Botelho2014-10-141-0/+3
|
* Allow a key to specified for all users as for exmpale when connecting from ↵Ermal2014-05-091-0/+13
| | | | Apple iOS
* Tidy up "vpn_ipsec_keys" XHTMLColin Fleming2014-05-081-5/+7
| | | | | | | | Add SUMMARY to TABLES Close INPUT and IMG tags and ALT Move NOWRAP into CLASS statement Deprecate ampersand in Anchor tags Add missing closing BODY and HTML tags
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-3/+3
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Use a different variable name here to avoid colliding with another of the ↵jim-p2010-11-041-2/+2
| | | | same name.
* Corrections gettext() calls on vpn_ipsec_keys_edit.phpRafael Lucas2010-07-301-1/+1
|
* Implement gettext() calls on vpn_ipsec_keys_edit.phpCarlos Eduardo Ramos2010-07-271-11/+11
|
* Add status/log icons to IPsec pages.jim-p2010-06-011-0/+3
|
* Don't let someone add a custom PSK that conflicts with an existing username. ↵jim-p2010-05-281-2/+9
| | | | While here, style formfields appropriately.
* A couple small fixes to the tabs/titles on these pages.jim-p2010-05-061-1/+0
|
* Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code ↵jim-p2010-05-061-0/+143
| | | | to use the resulting keys.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-128/+0
| | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-2/+2
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+3
|
* Set page titleScott Ullrich2005-06-261-0/+1
|
* Don't use an array for page titles.Scott Ullrich2005-06-211-1/+1
| | | | Switch back to pfSense style
* Add back headerScott Ullrich2005-06-211-0/+9
|
* Import m0n0wall ipsec cert codeScott Ullrich2005-06-211-17/+5
|
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Initial revisionScott Ullrich2004-11-071-0/+135
OpenPOWER on IntegriCloud