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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgrep parameters are out of order and it also needs -a to find sshd. While I'...
Renato Botelho
2014-08-22
1
-2
/
+1
*
delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occa...
Chris Buechler
2014-08-22
1
-0
/
+8
*
use pgrep here instead, previous way could wrongly show SSH as enabled where ...
Chris Buechler
2014-08-22
1
-3
/
+3
*
Remove extra noise from rc.shutdown
Renato Botelho
2014-08-20
1
-1
/
+1
*
Move the fetching of a package's config file and additional files to separate...
jim-p
2014-08-19
1
-63
/
+116
*
Correct the ipsec status pages to show proper information as needed.
Ermal
2014-08-18
1
-6
/
+2
*
Correct processing and assignment on ikeid variable so it does the right thing
Ermal
2014-08-18
1
-5
/
+5
*
Use proper path to setkey now that ipsec-tools are not used anymore
Ermal
2014-08-18
1
-3
/
+3
*
Correct the functions for returning tunnel status to use strongswan status re...
Ermal
2014-08-18
1
-25
/
+14
*
Allow HASH algorithms to be empty for phase2 in case the encryption one is AE...
Ermal
2014-08-18
1
-9
/
+27
*
Add filter.so to list of extensions loaded for 2.2
Matt Smith
2014-08-18
1
-0
/
+2
*
Do not allow duplicate subnet entries on left|rightsubnet specification since...
Ermal
2014-08-18
1
-6
/
+14
*
Do not accept proposal out of that configured even for IKEv2 even though ther...
Ermal
2014-08-18
1
-2
/
+1
*
Restore behaviour as with racoon to trigger tunnel startup from traffic that ...
Ermal
2014-08-18
1
-1
/
+2
*
Do not show errors from trying to delete a socket or similar
Ermal
2014-08-15
1
-1
/
+1
*
rightsourceip must be used with PSK+Xauth.
Chris Buechler
2014-08-14
1
-2
/
+3
*
This is required for PSK+Xauth. I'll commit that clarification in a bit.
Chris Buechler
2014-08-13
1
-1
/
+6
*
Revert "Fix assignment of tunnel IPs to mobile clients."
Ermal
2014-08-13
1
-6
/
+1
*
Actually disable this plugin for now. It was not really needed for solving th...
Ermal
2014-08-12
1
-3
/
+0
*
Move dhcp6c log to dhcpd.log, it fixes #3799
Renato Botelho
2014-08-11
1
-2
/
+2
*
Remove double defined 'localhost' on the list of networks to create outbound ...
Renato Botelho
2014-08-11
1
-1
/
+1
*
Do not create automatic outbound NAT rule for disabled openvpn servers and cl...
Renato Botelho
2014-08-11
1
-2
/
+2
*
Fix assignment of tunnel IPs to mobile clients.
Chris Buechler
2014-08-11
1
-1
/
+6
*
Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a ...
Matt Smith
2014-08-08
1
-5
/
+17
*
Avoid a "Cannot use string offset as an array" error if the packages section ...
jim-p
2014-08-08
1
-4
/
+7
*
Correct this so the dpdaction is created properly as restart
Ermal
2014-08-08
1
-1
/
+1
*
Do a reload on the cofniguration which is better than update. Also let the ke...
Ermal
2014-08-07
1
-2
/
+1
*
Change the logic of the vpn config generation to make connectivity more stabl...
Ermal
2014-08-07
1
-161
/
+166
*
Move the rekey to yes always to avoid issues.
Ermal
2014-08-07
1
-1
/
+1
*
Per the dhcpd.conf man page and other documentation from ISC, mclt must not b...
Chris Buechler
2014-08-06
1
-3
/
+2
*
Escape the individual dnsmasq advanced/custom options
jim-p
2014-08-06
1
-1
/
+1
*
Do not try to rekey for IKEv1.
Ermal
2014-08-01
1
-1
/
+6
*
Use a uniqid() to track phase2 entries to avoid confustion and various mistak...
Ermal
2014-08-01
3
-3
/
+17
*
Fix for #3785 - 'strongswan config being generated with ike SA lifetime set t...
Matt Smith
2014-07-30
1
-4
/
+6
*
Remove even the config.cache from /tmp to avoid issues while here
Ermal
2014-07-30
1
-0
/
+1
*
Fix #3781 - 'strongswan dpdtimeout value not generated correctly'
Matt Smith
2014-07-29
1
-1
/
+2
*
Fix for bug 3769
Matt Smith
2014-07-23
1
-2
/
+2
*
Fix #983 - Add IP aliases subnets to interface subnet macro on GUI, since I'm...
Renato Botelho
2014-07-22
1
-6
/
+52
*
Concat var before call escapeshellarg
Renato Botelho
2014-07-21
1
-1
/
+1
*
Make dhcpleases use unbound pid when it's configured
Renato Botelho
2014-07-21
1
-1
/
+5
*
Fix shell script syntax, it should fix #3361
Renato Botelho
2014-07-21
1
-3
/
+3
*
Detect when protocol changes and invalidate session to get a new cookie with ...
Renato Botelho
2014-07-18
1
-0
/
+5
*
Merge pull request #1247 from DasTestament/master
Renato Botelho
2014-07-18
1
-3
/
+12
|
\
|
*
fixes #3713
Dmitriy K.
2014-07-01
1
-3
/
+12
*
|
Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757
Renato Botelho
2014-07-15
1
-1
/
+1
*
|
Don't use pfsense name in comment
Adam Gibson
2014-07-11
1
-1
/
+1
*
|
Use $product instead of pfSense when logging the version to syslog
Adam Gibson
2014-07-11
1
-1
/
+1
*
|
Log pfsense version to syslog after bootup
Adam Gibson
2014-07-11
1
-0
/
+5
*
|
Make sure scripts have necessary attributes and use its shebang line instead ...
Renato Botelho
2014-07-11
1
-2
/
+8
*
|
In some cases, new /bin/sh binary doesn't work properly before reboot during ...
Renato Botelho
2014-07-11
1
-2
/
+2
[next]