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
...
*
Use php function to get hostname instead of exec()
Renato Botelho
2014-02-04
1
-5
/
+4
*
Add {} between variables inside quotes
Renato Botelho
2014-02-04
1
-2
/
+2
*
Use php function to get hostname instead of exec()
Renato Botelho
2014-02-04
1
-5
/
+4
*
Add {} between variables inside quotes
Renato Botelho
2014-02-04
1
-2
/
+2
*
Using "limited" for ntp in this way denies client access. Issue #3384
jim-p
2014-02-03
1
-2
/
+2
*
Merge pull request #897 from N0YB/RELENG_2_1
Renato Botelho
2014-02-03
1
-1
/
+1
|
\
|
*
XHTML Compliance - Status: System logs: Firewall
N0YB
2014-01-27
1
-1
/
+1
*
|
Fix typo on variable name, it fixes #3414
Renato Botelho
2014-01-28
1
-2
/
+2
|
/
*
The service status icon (get_service_status_icon) is not always in a table.
N0YB
2014-01-26
1
-4
/
+2
*
Fix typo on variable name
Renato Botelho
2014-01-21
1
-3
/
+3
*
Obsolete old ntp binaries
Renato Botelho
2014-01-20
1
-0
/
+9
*
Bump version
jim-p
2014-01-16
1
-1
/
+1
*
ports ntp moved to sbin, follow
jim-p
2014-01-15
1
-2
/
+2
*
Use "disable monitor" in NTP config to mitigate CVE-2013-5211.
jim-p
2014-01-10
1
-1
/
+1
*
Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from der...
Chris Buechler
2014-01-09
1
-3
/
+1
*
Merge pull request #882 from derelict-pf/cp-nohttpsforwards
Chris Buechler
2014-01-09
1
-1
/
+3
|
\
|
*
Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)
derelict-pf
2013-12-20
1
-1
/
+3
*
|
Add 'limited' to ntpd restrict list to workaround CVE-2013-5211. It fixes #3384
Renato Botelho
2014-01-07
1
-2
/
+2
*
|
This might also say "icmpv6" here and lead to a bad rule.
jim-p
2014-01-06
1
-1
/
+1
*
|
Do not allocate the same pipe to everyone rather give each person its own!
Ermal
2014-01-03
1
-9
/
+9
*
|
Use empty here for testing even if the setting is unset
Ermal
2014-01-03
1
-1
/
+1
*
|
Correct the check to what was intended
Ermal
2013-12-27
1
-1
/
+1
*
|
Make sense of interface mtu handling code. No need to do unneeded operations....
Ermal
2013-12-27
1
-104
/
+48
*
|
No reason to set the same value to ipprotocol
Renato Botelho
2013-12-27
1
-2
/
+0
*
|
Use empty even here
Ermal
2013-12-26
1
-1
/
+1
*
|
Check if there is a value before trying to do any operation
Ermal
2013-12-26
1
-1
/
+1
*
|
Use intval even here
Ermal
2013-12-24
1
-1
/
+1
*
|
Use intval here to not trust php and also use empty which gives more protections
Ermal
2013-12-24
1
-3
/
+3
*
|
Remove /var/run/booting early to be consistent with $g['booting']
Renato Botelho
2013-12-24
1
-1
/
+4
*
|
Revert "Make sure functions called by rc.start_packages can see $g['booting']...
Renato Botelho
2013-12-24
1
-7
/
+0
*
|
Revert "Only unset $g['booting'] when it was set here"
Renato Botelho
2013-12-24
1
-5
/
+2
*
|
Only unset $g['booting'] when it was set here
Renato Botelho
2013-12-24
1
-2
/
+5
*
|
Make sure functions called by rc.start_packages can see $g['booting'] when we...
Renato Botelho
2013-12-24
1
-0
/
+7
*
|
unset these values to not confuse php
Ermal
2013-12-24
1
-0
/
+1
*
|
Properly initialize this
Ermal
2013-12-24
1
-0
/
+1
*
|
Switch to a while loop to make things clear and readble. Also properly set zo...
Ermal
2013-12-24
1
-35
/
+54
*
|
Remove not relevant comment now. Also make the operation clear to avoid prior...
Ermal
2013-12-24
1
-7
/
+2
*
|
Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...
Renato Botelho
2013-12-23
1
-3
/
+0
*
|
Make sure to give the zone a name during the upgrade, or else it comes throug...
jim-p
2013-12-23
1
-0
/
+1
|
/
*
Use proper function to check for ipaddr and also do not call the module ip se...
Ermal
2013-12-18
1
-3
/
+3
*
Correct removing the ip addresses from an interface!
Ermal
2013-12-18
1
-2
/
+2
*
Reduce the total minutes by the remote minutes used, do not use the value dir...
jim-p
2013-12-17
1
-1
/
+1
*
Check that DHCP end IP is >= DHCP start IP
Phil Davis
2013-12-09
1
-23
/
+29
*
Use correct vars for IPv6 when checking subnet start and end
Phil Davis
2013-12-09
1
-3
/
+3
*
Fix checking DHCP end IP is in range
Phil Davis
2013-12-09
1
-1
/
+1
*
Load only the options rather than clearing the whole ruleset. This solves a p...
Ermal
2013-12-06
1
-1
/
+1
*
Check if dhcp start and end addresses are inside interface subnet, helps #3196
Renato Botelho
2013-12-06
1
-3
/
+11
*
Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordingly
Renato Botelho
2013-12-06
1
-0
/
+5
*
When user attempt to set network or broadcast address, ask again for the IP a...
Renato Botelho
2013-12-06
1
-64
/
+69
*
Prevent network or broadcast address to be set on interface (console, GUI and...
Renato Botelho
2013-12-04
1
-1
/
+12
[prev]
[next]