index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
vpn.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket...
jim-p
2012-02-14
1
-0
/
+9
*
Fix reference to PPTP secondary RADIUS server shared secret.
jim-p
2012-02-13
1
-1
/
+1
*
Only do foreach on the p2's if it's actually an array.
jim-p
2012-01-31
1
-24
/
+25
*
Ensure we always write out a blank spd.conf if there are no phase 2 entries. ...
jim-p
2011-12-09
1
-11
/
+10
*
Fix several issues in pppoe code and remove duplicated code.
Ermal
2011-08-30
1
-2
/
+2
*
Revert "Make initial changes to allow pfSense to work in a jail."
Andrew Thompson
2011-08-17
1
-7
/
+0
*
Make initial changes to allow pfSense to work in a jail.
Andrew Thompson
2011-08-17
1
-0
/
+7
*
Also escape \ in pptp passwords.
jim-p
2011-07-28
1
-1
/
+2
*
Prevent php from coring if the wrong parameters are passed to ip2long
Ermal
2011-07-27
1
-0
/
+5
*
Relax PPTP password restrictions, just prevent starting with a !, and limit t...
jim-p
2011-07-27
1
-2
/
+4
*
Always send the route delete command even if it fails its ok. This avoids hav...
Ermal
2011-07-25
1
-10
/
+3
*
Use the new change to be less distuptive
Ermal
2011-07-25
1
-1
/
+1
*
Correct event calling during bootup for rc.newipsecdns and also convert the c...
Ermal
2011-06-06
1
-1
/
+1
*
Add a GUI selection for racoon's generate_policy directive since it may be us...
jim-p
2011-06-03
1
-3
/
+3
*
Silence the route changing since it fills the logs with not needed info.
Ermal
2011-05-27
1
-2
/
+1
*
Don't put an empty PSK into the file, and try to avoid extra whitespace to be...
jim-p
2011-05-17
1
-1
/
+2
*
passive should always be on for mobile clients per racoon man page
Chris Buechler
2011-05-06
1
-1
/
+1
*
Disable this log message, as it can be extremely spammy in the logs.
jim-p
2011-05-04
1
-1
/
+1
*
Give time to filterdns to exit gracefully and after that start a new process.
Ermal
2011-05-02
1
-0
/
+1
*
Add missing fields for l2tp to define dns and wins servers
smos
2011-04-13
1
-2
/
+5
*
Add a toggle under System > Advanced on the misc tab to enable/disable debug ...
jim-p
2011-04-11
1
-1
/
+2
*
Fix the IPsec ping hosts file generation. This only worked for the last
smos
2011-03-16
1
-1
/
+1
*
Use racoonctl now that ipsec-0.8 is back to reload the config.
Ermal
2011-03-07
1
-3
/
+1
*
Always write out the filterdns-ipsec.hosts file, otherwise deleted tunnels wi...
smos
2011-03-02
1
-15
/
+15
*
Add a check that should prevent configuration of racoon with duplicate phase ...
smos
2011-03-02
1
-1
/
+4
*
Add more safeguards and IP address checks
smos
2011-02-21
1
-4
/
+4
*
Do not resolve the hostname during boot, also make really sure we have a IP a...
smos
2011-02-21
1
-2
/
+3
*
Prevent a empty remote gateway IP from ending up in the config
smos
2011-02-21
1
-0
/
+2
*
Make sure to initialize the remote gateway IP variable so that it does not en...
smos
2011-02-21
1
-0
/
+1
*
Do not resolve the dyndns hostnames during boot. With many tunnels that have ...
smos
2011-02-11
1
-2
/
+6
*
Fix typo (swapped parameters)
jim-p
2011-01-31
1
-1
/
+1
*
Fix typo
jim-p
2011-01-31
1
-1
/
+1
*
Correct configuration file name.
Ermal
2011-01-29
1
-1
/
+1
*
Use filterdns instead of dnswatch which will be retired.
Ermal
2011-01-26
1
-13
/
+14
*
Actually use sigkillbypid.
Ermal
2011-01-05
1
-1
/
+1
*
Send a HUP to racoon which is equivalent to the reload-config racoonctl comma...
Ermal
2011-01-05
1
-1
/
+3
*
Add radius port and radius accounting port to config if supplied.
Ermal
2010-12-28
1
-1
/
+7
*
Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's
Pierre POMES
2010-12-28
1
-2
/
+3
*
Prevent other types of interface for being added to ng_ether(4). It might be ...
Ermal
2010-12-22
1
-2
/
+4
*
nuke trailing carriage returns
Scott Ullrich
2010-12-22
1
-1
/
+1
*
Do not attach ng_etther(4) to every system interface. Instead do a search if ...
Ermal
2010-12-17
1
-0
/
+15
*
Some IPsec mobile changes to inch a little closer to working L2TP+IPsec. Tick...
jim-p
2010-12-10
1
-13
/
+20
*
Only print "sainfo anonymous" also for xauth-psk setups. See http://forum.pfs...
jim-p
2010-12-08
1
-2
/
+5
*
Do the setting earlier to not miss any code and make ipsec not work.
Ermal
2010-12-06
1
-2
/
+2
*
Remove trailing carriage return
Scott Ullrich
2010-11-10
1
-1
/
+2
*
Activate code to allow ipsec to work normally.
Ermal
2010-11-03
1
-2
/
+2
*
More VPN log fixes, for consistency. Ticket #912
jim-p
2010-11-02
1
-6
/
+6
*
Fix typo (standart -> standard)
jim-p
2010-11-02
1
-2
/
+2
*
Switch to a unified vpn-linkup and vpn-linkdown.
jim-p
2010-11-02
1
-6
/
+6
*
Fix l2tp interface naming. Fixes #985
jim-p
2010-11-02
1
-1
/
+1
[next]