summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_mobile.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style VPN IPsecPhil Davis2015-05-231-87/+131
|
* Remove multiple spaces from dns_split as a seatbelt, also fix the message ↵Renato Botelho2015-03-061-1/+3
| | | | since field is expected to be space separated and not comma. Ticket #4418
* Ticket #4418 make sure the dns_split is separated with spaces rather than ↵Ermal LUÇI2015-02-251-1/+1
| | | | space or comma to comply with strongswan requirements.
* Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec ↵Ermal LUÇI2015-01-311-3/+2
| | | | service.
* Add missing require for filter.inc since vpn_ipsec_configure() calls ↵Renato Botelho2015-01-211-0/+1
| | | | filter_configure(). It should fix #4236
* 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/+1
|
* Tidy up "vpn_ipsec_mobile.php" XHTMLColin Fleming2014-05-081-50/+50
| | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Close INPUT tags Update HTML Boolean operators
* Move the IPsec settings from System > Advanced, Misc tab to "Advanced ↵jim-p2014-04-251-0/+1
| | | | Settings" tab under VPN > IPsec.
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-12/+12
| | | replaced <br>, <br/> and </br> with <br />
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* 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.
* Remove none per Jim since it is confusingErmal2012-11-151-1/+0
|
* Allow not setting group authenticationErmal2012-11-141-1/+2
|
* Remove accidental copy/pastoErmal2012-11-141-17/+0
|
* Allow other system authentication types to be used with ipsec. ↵Ermal2012-11-141-15/+31
| | | | LDAP/RADIUS/local acc
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-1/+1
|
* Add option to separately specify the split dns domain list for IPsec mobile ↵jim-p2012-09-261-0/+52
| | | | clients.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Correct whitespace and some problems in the just merged ldap auth sorce for ↵Ermal2011-07-271-6/+6
| | | | racoon
* Check for null Array and move option system to topBryan Haase2011-07-271-9/+12
|
* Improved ipsec ldap xauthBryan Haase2011-07-271-2/+4
|
* More sanity checkingBryan Haase2011-07-221-1/+7
|
* Ipsec xAuth patchBryan Haase2011-07-221-0/+1
|
* Fix typojim-p2011-03-071-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-8/+8
|
* Add contributed patch to allow certain IPsec mobile clients to save Xauth ↵jim-p2010-10-051-0/+24
| | | | passwords. Fixes #933.
* Implement gettext() calls on vpn_ipsec_mobile.phpCarlos Eduardo Ramos2010-07-271-51/+51
|
* 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
|
* More tab fixes.jim-p2010-05-061-1/+2
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+2
| | | | Simplify get_memory(). Tested on mips/i386
* add links to IPsec logs under IPsec status and other pagesChris Buechler2009-11-071-0/+1
|
* Include functions.inc which will then include ipsec.incScott Ullrich2009-08-231-1/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-4/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Migrate IPsec certificate management to centralized system.mgrooms2009-03-121-1/+0
|
* Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for ↵mgrooms2009-03-121-4/+7
| | | | consistency.
* Use additional tables to improve the formatting of several IPsec checkboxMatthew Grooms2008-08-241-21/+53
| | | | configuration options.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Fix a but in the IPsec Mobile Client screen that caused the 'Apply' bannerMatthew Grooms2008-07-191-3/+1
| | | | to be displayed unconditionally when IPsec support is globally disabled.
* Correct a the spelling of accessible in the IPsec mobile access page.Matthew Grooms2008-07-141-1/+1
|
* Fix a few bugs in the IPsec pages HTML output that were causing problemsMatthew Grooms2008-07-141-1/+1
| | | | with IE.
* Introduce a new and improved version of IPsec mobile client support. TheMatthew Grooms2008-07-131-323/+485
| | | | | | | mobile client tab is now used to configure user authentication (Xauth) and client configuration (mode-cfg) options. User authentication is currently limited to system password file entries. This will be extended to support external RADIUS and LDAP account DBs in a follow up comiit.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-2/+1
| | | | | | | | | | | | | | 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
|
* Fixing css layoutSeth Mos2007-09-011-11/+11
|
* Sync NATT support from m0n0wallScott Ullrich2007-08-041-0/+10
|
OpenPOWER on IntegriCloud