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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Corrections gettext implementation on diag_backup.php
Carlos Eduardo Ramos
2010-07-08
1
-1
/
+1
*
|
Corrections gettext implementation on diag_backup.php
Carlos Eduardo Ramos
2010-07-08
1
-1
/
+1
*
|
Merge remote branch 'mainline/master' into 1_diag
Renato Botelho
2010-07-07
13
-35
/
+224
|
\
\
|
|
/
|
*
duplicate logic
Scott Ullrich
2010-07-06
1
-1
/
+1
|
*
Allow forwarded domains to be queried.
Scott Ullrich
2010-07-06
1
-7
/
+8
|
*
Check for locally configured IPs in DNS rebind checks, so people who port for...
jim-p
2010-07-06
1
-0
/
+14
|
*
Add a text box where someone can enter in alternate hostnames for the system ...
jim-p
2010-07-06
2
-0
/
+31
|
*
Delete an accidentally duplicated line.
jim-p
2010-07-06
1
-1
/
+0
|
*
Add a checkbox to disable DNS rebinding checks if needed.
jim-p
2010-07-06
2
-1
/
+20
|
*
Remove extra }
Erik Fonnesbeck
2010-07-06
1
-1
/
+1
|
*
More fixes for DNS rebinding checks (Most of this code is Scott's, with some ...
jim-p
2010-07-06
1
-10
/
+17
|
*
Fix up checks for changing wireless regulatory settings.
Erik Fonnesbeck
2010-07-06
1
-11
/
+7
|
*
Correct check
Scott Ullrich
2010-07-06
1
-1
/
+1
|
*
Correct check
Scott Ullrich
2010-07-06
1
-1
/
+1
|
*
Check for 127.0.0.1 as well
Scott Ullrich
2010-07-06
1
-0
/
+2
|
*
Oops, correct check
Scott Ullrich
2010-07-06
1
-1
/
+1
|
*
Add localhost as a valid host for SSH forwarding cases
Scott Ullrich
2010-07-06
1
-0
/
+2
|
*
Wrap the dns rebind check in a test to see if our error function exists. If i...
jim-p
2010-07-06
1
-12
/
+16
|
*
Move the skel dir to /etc/skel, where it's easier to manage from a build poin...
jim-p
2010-07-06
2
-1
/
+1
|
*
Add ssh_tunnel_shell to /etc/shells
jim-p
2010-07-06
1
-0
/
+1
|
*
Slight fix to dyndns check
jim-p
2010-07-06
1
-2
/
+2
|
*
Check dyndns hostnames as well for DNS Rebind issues
Scott Ullrich
2010-07-06
1
-5
/
+12
|
*
Add per-rule NAT reflection override.
Erik Fonnesbeck
2010-07-05
3
-10
/
+47
|
*
Add the missing VPN types to the interface list on port forwards and add the ...
Erik Fonnesbeck
2010-07-05
3
-2
/
+60
|
*
Fixes #698. Always check if we are dealing with an ip value to then store the...
Ermal
2010-07-05
1
-1
/
+1
|
*
Adding back --rebind-localhost-ok now that dnsmasq version is bumped.
Scott Ullrich
2010-07-02
1
-1
/
+1
|
*
Only unset if this is actually set. Ticket #710
jim-p
2010-07-02
1
-1
/
+2
|
*
Do not include --rebind-localhost-ok it appears to not be in our version. W...
Scott Ullrich
2010-07-01
1
-1
/
+2
|
*
This code returned the size in kilobytes, while the part usually used returns...
Erik Fonnesbeck
2010-07-01
1
-1
/
+2
|
*
^ Potential
Scott Ullrich
2010-07-01
1
-1
/
+1
|
*
Binding -> Rebinding
Scott Ullrich
2010-07-01
1
-1
/
+1
|
*
Comment what we are doing here and add the ticket #.
Scott Ullrich
2010-07-01
1
-0
/
+1
|
*
More dns-rebind checks. Ticket #708
Scott Ullrich
2010-07-01
1
-1
/
+8
|
*
Adding --rebind-localhost-ok Suggested-by: BillM
Scott Ullrich
2010-07-01
1
-1
/
+1
|
*
Do not allow dns rebinding
Scott Ullrich
2010-07-01
1
-1
/
+1
*
|
Merge remote branch 'mainline/master' into 1_diag
Renato Botelho
2010-07-01
4
-8
/
+25
|
\
\
|
|
/
|
*
Update this with the new color prompt.
jim-p
2010-06-30
1
-2
/
+4
|
*
Show the CPU Frequency on the dashboard if it's not running at full speed (du...
jim-p
2010-06-30
1
-1
/
+13
|
*
Reorg this test a little, and make sure we only add client-to-client for remo...
jim-p
2010-06-30
1
-4
/
+3
|
*
Hide the inter-client comm. option for peer-to-peer openvpn connections.
jim-p
2010-06-30
1
-1
/
+5
*
|
Merge remote branch 'mainline/master' into 1_diag
Renato Botelho
2010-06-30
12
-35
/
+182
|
\
\
|
|
/
|
*
Give users with ssh access a real shell, but make sure that admin still gets ...
jim-p
2010-06-29
1
-0
/
+3
|
*
Add the standard .tcshrc to the skel files.
jim-p
2010-06-29
1
-0
/
+5
|
*
Set a skeleton directory for pw
jim-p
2010-06-29
1
-1
/
+1
|
*
Let pw handle the creation of the home directory rather than do it in php.
jim-p
2010-06-29
1
-5
/
+1
|
*
Give users who have "all" privileges shell access. Part of ticket #614
jim-p
2010-06-29
1
-1
/
+1
|
*
Fix this test, properly test if a variable is set. Fixes #691
jim-p
2010-06-29
1
-1
/
+1
|
*
Forward back to system_advanced_admin.php and not system.php
jim-p
2010-06-29
1
-1
/
+1
|
*
Load cpufreq on nanobsd when enabling powerd. It's in the kernel on full inst...
jim-p
2010-06-29
1
-1
/
+3
|
*
Use the real interface list in setup_microcode() Fixes #705
jim-p
2010-06-29
1
-2
/
+2
[prev]
[next]