summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
Commit message (Expand)AuthorAgeFilesLines
* Better just use start here seems to be more reliableErmal2014-03-061-1/+1
* Correct the generation of the config for mobile tunnels as wellErmal2014-03-061-4/+3
* Push log changes for IPSec and fix generation of strongswan.conf and ipsec.se...Ermal2014-02-251-3/+18
* * Correct logging to syslog and proper file for ipsec from strongswanErmal2014-02-251-3/+19
* Be specific on the authentication method to use since xauth-eap will be activ...Ermal2014-02-121-3/+3
* Correct script pathErmal2014-02-121-1/+1
* Remove references to racoon and correct some handling of ipsec configurationErmal2014-02-121-13/+10
* Remove copy paste leftoverErmal2014-02-121-1/+1
* If specified add authentication script configuration to strongswan.confErmal2014-02-121-0/+16
* First swing at converting from racoon to StrongSWAN.Ermal2014-02-061-855/+458
* Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-191-1/+1
* Use current racoon.conf syntax to avoid issues when deprecated one is removed...Renato Botelho2013-12-101-1/+2
* Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa...Ermal2013-12-061-1/+5
* Remove references to _vip interface and provide proper configuration for carp...Ermal2013-11-281-7/+2
* Remove SPD when disable phase2, it fixes #2719Renato Botelho2013-09-031-1/+1
* Delete old route for remote gateway when its IP changes. It fixes #3155Renato Botelho2013-08-221-0/+3
* Don't print this message for a mobile IPsec setup. It's normal for it to not ...jim-p2013-08-061-1/+4
* Remove extra parenthesisRenato Botelho2013-06-041-1/+1
* Also consider 0.0.0.0/0 here since it fails on is_subnet() but is a valid/spe...Renato Botelho2013-06-041-1/+1
* vpn.inc calls functions from ipsec.inc but doesn't actually include it in all...jim-p2013-06-031-0/+2
* Remove unecessary ifRenato Botelho2013-05-221-14/+12
* This didn't fix anything, made another syntax error. Revert "Seems to be miss...jim-p2013-05-161-1/+1
* Seems to be missing a semicolon here.jim-p2013-05-161-1/+1
* Fix indent and whitespaceRenato Botelho2013-05-151-41/+40
* Make return value of vpn_ipsec_configure() have a meaning when ipsec is enabl...Ermal2013-04-221-3/+3
* Only reload racoon when there is at least one tunnel enabled on the interface...Renato Botelho2013-04-041-3/+16
* Fix #2818. Last change didn't work, it needs to be one more step out of the l...Renato Botelho2013-02-161-2/+2
* Fix #2818. Save information about all phase1 on ipsecpinghosts instead of onl...Renato Botelho2013-02-151-2/+2
* Remove redundant variablebcyrill2013-02-121-1/+0
* Properly generate all address data based on configuration selectedErmal2013-02-111-23/+18
* Kill filterdns when not being usedbcyrill2013-02-021-1/+3
* Update etc/inc/vpn.incbcyrill2013-01-221-28/+33
* Delete SPDs when an IPSec tunnel is deleted.Rafael Abdo2013-01-091-0/+51
* Tell filterdns to reload the config rather than restart if its runningErmal2013-01-021-3/+6
* Also consider 0.0.0.0/0 here since it fails both these tests but is still a v...jim-p2012-12-071-1/+1
* If the old configuration is present there use the new one for local usersErmal2012-12-061-0/+2
* Fix location of banner file for ipsec and also sprinkle some unset to avoid p...Ermal2012-11-211-6/+22
* Correct path even for generated certs for ipsecErmal2012-11-201-3/+3
* Correct path to certificates as wellErmal2012-11-171-1/+1
* Corrected racoon path to psk.txt. caseyr2322012-11-171-2/+2
* Remove none per Jim since it is confusingErmal2012-11-151-1/+1
* Allow other system authentication types to be used with ipsec. LDAP/RADIUS/lo...Ermal2012-11-141-126/+75
* Fixes #2394. If an entry of 0.0.0.0/0 is configured than use the first interf...Ermal2012-10-301-2/+4
* Fixes #2300. Take into consideration ip aliases on carpErmal2012-10-301-5/+8
* Fixes #2300. Add static route even for ip aliases selected to avoid issues.Ermal2012-10-301-1/+4
* Use a proposal check value of obey for all mobile, not just pure-PSK. (The do...jim-p2012-10-221-1/+1
* Correct the config generationErmal2012-10-051-3/+2
* config.xml might have some elusive data so do not fail sainfo section for loc...Ermal2012-10-051-8/+6
* Correctly build the sainfo to avoid errorsErmal2012-10-051-5/+5
* Use .= for strings rather than +=jim-p2012-10-051-4/+4
OpenPOWER on IntegriCloud