summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
Commit message (Collapse)AuthorAgeFilesLines
* diag_ipsec.php - show button for child SAs only when some are established. ↵Matt Smith2015-11-101-2/+2
| | | | Fix ID used by child SA disconnect button.
* Fix syntaxRenato Botelho2015-11-091-2/+2
|
* Let the code ready for strongswan 5.3.4, where key used to track nat were ↵Renato Botelho2015-11-091-2/+14
| | | | committed with a different name
* Only call pfSense_ipsec_list_sa() when IPsec is enabledRenato Botelho2015-11-031-1/+1
|
* Remove a redundant if and fix indentation accordingly. Fix is_array that ↵Matt Smith2015-10-301-51/+49
| | | | should be an isset on the remote SPI field.
* Update license on diag_ipsec.php. Keep required attributions and referenceMatt Smith2015-10-301-29/+54
| | | | the original m0n0wall BSD 2 clause.
* Remove port information from diag_ipsec.php since it's not available on ↵Renato Botelho2015-10-301-6/+4
| | | | VICI, also use local-nat-t and remote-nat-t to detect when NAT-T is being used
* Make IPsec status page retrieve status with VICI instead of SMPMatt Smith2015-10-301-107/+117
|
* 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
|
* Allow for old settings that have no iketypePhil Davis2014-12-301-1/+1
| | | | | | This bit of code looks like it could do with the same test as https://github.com/pfsense/pfsense/pull/1412 This is executed when the "Connect" button is pressed from Status->IPsec Somebody with these problematic old IPsec entries could test this - with current code I suspect that disconnect followed by connect - it will not connect. With this change it will (might?) connect again.
* Fix displaying description for IKEv1 connected tunnelsErmal LUÇI2014-12-241-3/+4
|
* Correct display of tunnel status on ikev1 with multiple phase2Ermal LUÇI2014-12-221-1/+5
|
* Correct ipsec status page to make connect button workErmal LUÇI2014-12-221-2/+14
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* skip disabled phase 1 entries in status outputChris Buechler2014-11-041-0/+2
|
* fix NAT-T status. The 'nat' in the status array just tells how the ↵Chris Buechler2014-11-041-4/+4
| | | | connection is configured, not what it's actually using. Port seems to be the best way to determine what it's using. Fix up some other text while here
* Improve IPsec status page for mobile. It fixes #3917Renato Botelho2014-10-141-1/+20
|
* Add missing gettext callRenato Botelho2014-10-141-1/+1
|
* Add missing gettext callsRenato Botelho2014-10-141-30/+36
|
* Fix indent and spacesRenato Botelho2014-10-141-196/+222
|
* Provide a page on IPSec:status t check the leases to mobile clientsErmal2014-09-111-3/+4
|
* Display all new information on ipsec:status and also fix displaying of some ↵Ermal2014-09-111-25/+62
| | | | previous statistics
* Remove traces of older implementation still presentErmal2014-09-101-6/+18
|
* Put some more statistics and the user that gets connected now that we canErmal2014-09-091-1/+34
|
* Ticket #3826 correct point number 2) by showing not connected tunnels in the ↵Ermal2014-09-081-3/+75
| | | | end of the status page
* Show properly a setting of any for Identifiers to use in the status pageErmal2014-09-081-6/+12
|
* Fix subnet display for IPsec status. Ticket #3826Renato Botelho2014-09-021-2/+2
|
* id changes every time ipsec tunnel disconnects and reconnect, need to use ↵Renato Botelho2014-09-021-3/+7
| | | | peerconfig to get correct description. Ticket #3826
* Correct the ipsec status pages to show proper information as needed.Ermal2014-08-181-16/+39
|
* Fix #3665, show IPSec tunnel description on status pageRenato Botelho2014-06-121-1/+1
|
* Fix td classRenato Botelho2014-06-121-1/+1
|
* Tidy up "diag_ipsec" XHTMLColin Fleming2014-05-161-25/+28
| | | | | | | | Add SUMMARY to TABLES Move NOWRAP into CLASS statement Close INPUT and IMG tags and add ALT to IMG tag Add dummy row to TBODY but don't display it Deprecate Ampersand in ANCHOR tag
* 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-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Make the IPSec status page work with strongswanErmal2014-02-271-110/+150
|
* Add a function to read the status of connections/SAs/SPDs from smp plugin of ↵Ermal2014-02-261-3/+1
| | | | StrongSWAN. No need to go through the setkey dumps
* Try to use standard interface to find the source for connecting a tunnel. ↵Ermal2013-02-111-15/+11
| | | | Also if a ping host is defined for the configuration used that for remoteid since its known to be reachble
* Add IPv6 support to diag_ipsec.php connect buttonbcyrill2013-02-061-4/+9
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-251-16/+56
| | | | Implements #1986
* Moved status text to img title (tooltip)Cristian Feldman2012-05-171-1/+1
|
* Added description text for IPSec tunnel status in "Status: IPsec" pageCristian Feldman2012-05-171-4/+8
|
* Feature #1864 "Start" button for IPsec should be available for IP alias networksDarren Embry2012-04-131-2/+16
| | | | | | might need more testing. http://redmine.pfsense.org/issues/1864
* Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ↵jim-p2010-11-081-0/+26
| | | | ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet.
* show red X if IPsec is completely disabledChris Buechler2010-08-141-0/+2
|
* gettext() fixes on diag_ipsec.phpCarlos Eduardo Ramos2010-08-111-1/+1
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-13/+13
|
* Reset diag_ filesRenato Botelho2010-06-301-13/+13
|
OpenPOWER on IntegriCloud