summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jim-p2012-12-071-1/+1
| | | | valid/special config.
* 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 ↵Ermal2012-11-211-6/+22
| | | | php keeping data in memory
* 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
| | | "path pre_shared_key \"{$g['varetc_path']}/psk.txt\";\n\n"; is incorrected, ammended to "path pre_shared_key \"{$g['varetc_path']}/ipsec/psk.txt\";\n\n";
* Remove none per Jim since it is confusingErmal2012-11-151-1/+1
|
* Allow other system authentication types to be used with ipsec. ↵Ermal2012-11-141-126/+75
| | | | LDAP/RADIUS/local acc
* Fixes #2394. If an entry of 0.0.0.0/0 is configured than use the first ↵Ermal2012-10-301-2/+4
| | | | interface ip matching. Also do a microptimization to not retrieve the interface list every ping host entry
* 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 ↵jim-p2012-10-221-1/+1
| | | | docs recommend setting this, may as well make it the default)
* Correct the config generationErmal2012-10-051-3/+2
|
* config.xml might have some elusive data so do not fail sainfo section for ↵Ermal2012-10-051-8/+6
| | | | localside if there is an empty nat address. Just do not put the nat side in there
* Correctly build the sainfo to avoid errorsErmal2012-10-051-5/+5
|
* Use .= for strings rather than +=jim-p2012-10-051-4/+4
|
* Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules ↵Ermal2012-10-041-3/+29
| | | | on enc interface
* Add forgotten part of the IPsec split dns fix from yesterdayjim-p2012-09-271-1/+8
|
* Ticket #2635: during ipsec reload, do not generate spd for disabled ph1Pierre POMES2012-09-251-8/+10
|
* Don't add ldapcfg to racoon.conf since we're not using racoon's built-in ↵jim-p2012-09-061-24/+27
| | | | LDAP support now. Moving to external script-based auth, see ticket #1112
* Restructure these IP/subnet tests so they don't break transport mode.jim-p2012-08-271-5/+5
|
* Fixes #2364. On busy pppoe servers it might take some time before mpd exits. ↵Ermal2012-05-231-0/+4
| | | | Check for this before trying to restart
* Make sure that we match multiple characters.smos2012-05-221-1/+1
| | | | Ticket #2415
* First round of CARP vip renaming changessmos2012-05-221-1/+1
| | | | Ticket #2415
* routes should not be skipped when IPsec is on WAN, as WAN may not be the ↵Chris Buechler2012-04-231-3/+2
| | | | default gateway.
* this is only valid in mpd5 (really?...) Revert "RADIUS accounting updates ↵Chris Buechler2012-04-111-2/+0
| | | | | | are needed for PPPoE and L2TP too" This reverts commit 02b14dcb49da8dc278e87785bb3f811336bf1fd0.
* RADIUS accounting updates are needed for PPPoE and L2TP tooChris Buechler2012-04-111-0/+2
|
* Don't let an empty subnet into racoon.conf, it can cause parse errors. ↵jim-p2012-02-141-0/+9
| | | | Ticket #2201
* Fix reference to PPTP secondary RADIUS server shared secret.jim-p2012-02-131-1/+1
| | | | See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html
* Only do foreach on the p2's if it's actually an array.jim-p2012-01-311-40/+39
|
* Ensure we always write out a blank spd.conf if there are no phase 2 entries. ↵jim-p2011-12-091-11/+10
| | | | If you delete the last phase 2 and then apply, it will still be in spd.conf and used by racoon even with no phase 2's configured.
* Fix several issues in pppoe code and remove duplicated code.Ermal2011-08-301-2/+2
|
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-0/+7
| | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing.
* Also escape \ in pptp passwords.jim-p2011-07-281-1/+2
|
* Correct whitespace and some problems in the just merged ldap auth sorce for ↵Ermal2011-07-271-23/+24
| | | | racoon
* Merge pull request #8 from ninja76/masterErmal Luçi2011-07-271-1/+25
|\ | | | | IPSec xAuth allowing LDAP to be used as a backend
| * Improved ipsec ldap xauthBryan Haase2011-07-271-2/+3
| |
| * format errorBryan Haase2011-07-221-2/+2
| |
| * More sanity checkingBryan Haase2011-07-221-9/+16
| |
| * Ipsec xAuth patchBryan Haase2011-07-221-0/+16
| |
* | Prevent php from coring if the wrong parameters are passed to ip2longErmal2011-07-271-0/+5
| |
* | Relax PPTP password restrictions, just prevent starting with a !, and limit ↵jim-p2011-07-271-2/+4
| | | | | | | | to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
* | Always send the route delete command even if it fails its ok. This avoids ↵Ermal2011-07-251-10/+3
| | | | | | | | having to dump the routing table.
* | Use the new change to be less distuptiveErmal2011-07-251-1/+1
|/
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-1/+1
|
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-31/+31
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-071-6/+5
| |\ | | | | | | | | | | | | | | | Conflicts: etc/inc/voucher.inc usr/local/www/fbegin.inc
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-1/+2
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-2/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/upgrade_config.inc etc/inc/vpn.inc
OpenPOWER on IntegriCloud