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
*
Fix variable name
jim-p
2014-05-31
1
-1
/
+2
*
remove openbgpd bits from system_gateways_edit and system.inc. The package
Chris Buechler
2014-05-30
1
-2
/
+2
*
Bring in proper gmirror support for the GUI and notifications.
jim-p
2014-05-30
2
-0
/
+322
*
glob() is already called by unlink_if_exists
Renato Botelho
2014-05-30
1
-2
/
+2
*
client-config-dir is also useful when using OpenVPN's internal DHCP while bri...
jim-p
2014-05-30
1
-0
/
+1
*
Add @ to silent any possible return of posix_kill
Renato Botelho
2014-05-30
1
-1
/
+1
*
Fix typo
Renato Botelho
2014-05-30
1
-1
/
+1
*
Improve /etc/sshd:
Renato Botelho
2014-05-30
1
-24
/
+36
*
Include the v4 prefix on the v6 netmask to make routing more sane and alos tr...
Ermal
2014-05-29
1
-0
/
+4
*
Update rrd.inc
nagyrobi
2014-05-28
1
-2
/
+2
*
Make sure check_reload_status is stopped so it can be upgraded and no events ...
Ermal
2014-05-28
1
-1
/
+3
*
Remove the space here which probably is preventing from calling sshd from fcgi
Ermal
2014-05-27
1
-1
/
+1
*
Make logging of pass rules opt-in rather than opt-out
Ermal
2014-05-27
1
-1
/
+1
*
Split the setting of logging pass and block into 2 separate settings. Maybe t...
Ermal
2014-05-27
1
-92
/
+93
*
Add ICMP to filter parser, it should fix #3663
Renato Botelho
2014-05-27
1
-0
/
+48
*
Add (self) keyword for specifying "any IP address on this firewall" as a rule...
jim-p
2014-05-23
1
-0
/
+6
*
Merge pull request #1149 from phil-davis/patch-7
Renato Botelho
2014-05-22
2
-5
/
+6
|
\
|
*
Use function_exists test
Phil Davis
2014-05-09
1
-1
/
+2
|
*
Use require_once in more places
Phil Davis
2014-05-09
1
-1
/
+1
|
*
Use require_once in more places
Phil Davis
2014-05-09
1
-4
/
+4
*
|
Merge pull request #1205 from ExolonDX/branch_master_59
Renato Botelho
2014-05-22
1
-2
/
+2
|
\
\
|
*
|
Update SCRIPT tags.
Colin Fleming
2014-05-19
1
-2
/
+2
*
|
|
Properly handle this rename, and squelch errors if it fails.
jim-p
2014-05-21
1
-1
/
+1
*
|
|
Delete all ip aliases when interface is disabled, it should fix #3650
Renato Botelho
2014-05-21
1
-7
/
+21
*
|
|
fix variable typo. ticket #3669
Chris Buechler
2014-05-20
1
-1
/
+1
*
|
|
Correct variable test here, too. Ticket #3662
jim-p
2014-05-20
1
-1
/
+1
*
|
|
Restore 989d361e88d08bd9e71bf7daafcb3b39af65bd3d to preserve a scenario that ...
Ermal
2014-05-20
1
-0
/
+2
*
|
|
Remove commented out code since long time
Ermal
2014-05-20
1
-11
/
+0
*
|
|
Remove a line spotted by @fitchner which is not needed at all
Ermal
2014-05-20
1
-1
/
+0
*
|
|
Put a line on logs when this situation happens!
Ermal
2014-05-20
1
-0
/
+1
*
|
|
Fix test (variable is a checkbox, not an array/string). Fixes #3662
jim-p
2014-05-19
1
-1
/
+1
*
|
|
Use correct variable name here.
jim-p
2014-05-19
1
-1
/
+1
*
|
|
Make some fixes related to Ticket #3662. Its mostly cleanup.
Ermal
2014-05-17
1
-3
/
+2
*
|
|
Spell that correctly
Ermal
2014-05-16
1
-1
/
+1
*
|
|
Handle enc0->IPSec convertion. Should help Ticket #3664
Ermal
2014-05-16
1
-0
/
+3
*
|
|
Actually make this correct
Ermal
2014-05-16
1
-7
/
+2
*
|
|
Use subnet rather than address/netmask to allow multiple clients to behave pr...
Ermal
2014-05-16
1
-2
/
+1
|
/
/
*
|
/etc/version_kernel and /etc/version_base no longer exist, use php_uname to g...
jim-p
2014-05-16
1
-2
/
+4
*
|
Move duplicated code into a function; Include local ID on mobile tunnel key l...
jim-p
2014-05-15
2
-66
/
+63
*
|
Use the right specification for ahnding over the subnet to mobile clients
Ermal
2014-05-15
1
-8
/
+6
*
|
Do not specify the rightid in mobile tunnels since it makes things not work
Ermal
2014-05-15
1
-2
/
+1
*
|
Give needed +x flag to make working xauth proper
Ermal
2014-05-15
1
-0
/
+0
*
|
Oops this was moved accidentally
Ermal
2014-05-15
1
-6
/
+6
*
|
Correct sense of match and move the code up to since it makes more sense
Ermal
2014-05-15
1
-11
/
+11
*
|
Actually this should be rightauth2 since they should send the extra infor to ...
Ermal
2014-05-15
1
-2
/
+2
*
|
bind HTTP->HTTPS redirect to IPv6 too. Ticket #3437
Chris Buechler
2014-05-14
1
-0
/
+5
*
|
Allow to use PSK+agressive mode since user should have the choice even though...
Ermal
2014-05-09
1
-0
/
+3
*
|
PBIs are crashing without LOGNAME being defined in the environment, define it...
Renato Botelho
2014-05-09
1
-0
/
+1
*
|
This slipped in wrongly
Ermal
2014-05-09
1
-4
/
+1
*
|
Allow a key to specified for all users as for exmpale when connecting from Ap...
Ermal
2014-05-09
1
-31
/
+21
[next]