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
/
system.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'upstream/master'
jim-p
2011-06-21
1
-1
/
+3
|
\
|
*
Do not create blank domain lines if domain is gone from config.xml. It break...
Scott Ullrich
2011-06-19
1
-1
/
+3
*
|
Merge remote-tracking branch 'upstream/master'
jim-p
2011-06-19
1
-17
/
+20
|
\
\
|
|
/
|
*
Fix formatting of fastcgi params in lighty config.
jim-p
2011-06-17
1
-13
/
+13
|
*
Add a GUI field to adjust the max number of processes for lighttpd.
jim-p
2011-06-17
1
-4
/
+7
*
|
Merge remote branch 'upstream/master'
jim-p
2011-06-10
1
-3
/
+29
|
\
\
|
|
/
|
*
Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342
jim-p
2011-06-08
1
-3
/
+29
*
|
Merge remote branch 'upstream/master'
jim-p
2011-06-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Disable this until it can be properly fixed.
jim-p
2011-06-01
1
-1
/
+1
*
|
Merge remote branch 'upstream/master'
jim-p
2011-06-01
1
-1
/
+7
|
\
\
|
|
/
|
*
Prevent races on resovlconf generation as well by adding a lock.
Ermal
2011-05-30
1
-1
/
+6
|
*
Ticket #1534. Try to stop packages during reboot of system.
Ermal
2011-05-27
1
-0
/
+1
*
|
Comment out the interface_gif_configure(). It is causing more issues then it ...
Seth Mos
2011-05-21
1
-1
/
+1
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-04-28
1
-1
/
+6
|
\
\
|
|
/
|
*
Don't just blindly echo to the ntpd.log, it's a clog file and that will break...
jim-p
2011-04-26
1
-1
/
+1
|
*
Harden SSL settings a bit. Verified OK with @cmb and @billm
Scott Ullrich
2011-04-19
1
-0
/
+5
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-04-15
1
-3
/
+0
|
\
\
|
|
/
|
*
Drop the ntpdate sync in favor of using ntpd -s, which should have the same n...
jim-p
2011-04-12
1
-3
/
+0
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-04-12
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix variable name
jim-p
2011-04-05
1
-2
/
+2
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-03-24
1
-19
/
+15
|
\
\
|
|
/
|
*
Generate the config file in a variable then write it as a whole to a file.
Ermal
2011-03-18
1
-19
/
+15
*
|
Properly configure lighty with the configured port when attached to the v6 so...
Seth Mos
2011-03-14
1
-9
/
+8
*
|
Correct one more variable in the process
Seth Mos
2011-03-04
1
-3
/
+3
*
|
Fix broken gateway logic that mixed up v4 and v6
Seth Mos
2011-03-04
1
-5
/
+5
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-01-26
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix url. Do not include mod_accesslog twice
Scott Ullrich
2011-01-25
1
-1
/
+1
|
*
Add the empty check otherwise all static routes are skipped. Reported-by: Seth
Ermal
2011-01-20
1
-1
/
+1
*
|
Unbreak static routes
Seth Mos
2011-01-21
1
-2
/
+0
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-01-20
1
-1
/
+3
|
\
\
|
|
/
|
*
This logic was reversed fix it. Reported-by: Seth
Ermal
2011-01-19
1
-1
/
+1
|
*
Prevent a IPv6 address from breaking system routing. This is a hack because w...
smos
2011-01-19
1
-0
/
+2
*
|
Fix broken merge, change variable name to define inet family
Seth Mos
2011-01-18
1
-11
/
+4
*
|
Merge remote branch 'upstream/master'
Seth Mos
2011-01-18
1
-20
/
+38
|
\
\
|
|
/
|
*
Specify the -inet family so that accidental IPv6 addresses here don't break t...
smos
2011-01-17
1
-3
/
+3
|
*
Remove extra brace
jim-p
2011-01-14
1
-1
/
+1
|
*
Better test for an empty CA to avoid writing out an empty CA file (some on th...
jim-p
2011-01-14
1
-2
/
+2
|
*
Unbreak dns server colletion. Pointyhat: myself
Ermal
2011-01-04
1
-6
/
+16
|
*
Oops remove forgotten line and correct variable name error that seems to have...
Ermal
2011-01-03
1
-2
/
+1
|
*
Use glob instead of forking cat with glob patterns. Also use file() instead ...
Ermal
2011-01-03
1
-10
/
+12
|
*
nuke trailing carriage returns
Scott Ullrich
2010-12-22
1
-1
/
+1
|
*
Make the CP locking more granular and make use correctly of exclusive/shared ...
Ermal
2010-12-22
1
-1
/
+1
*
|
call interfaces_gif_configure() before proceeding with system routing configu...
Seth Mos
2010-12-26
1
-0
/
+3
*
|
Merge remote branch 'upstream/master'
Seth Mos
2010-12-20
1
-20
/
+17
|
\
\
|
|
/
|
*
Do not spam console, spam log
Scott Ullrich
2010-12-18
1
-1
/
+1
|
*
use is_dir(). Sometimes php lack of uniform function names can be annoying.
Scott Ullrich
2010-12-18
1
-1
/
+1
|
*
Ensure log directory exists before invoking syslogd
Scott Ullrich
2010-12-18
1
-0
/
+5
|
*
Add missing - in syslogd command line parameters, fixes #1111
jim-p
2010-12-17
1
-1
/
+1
|
*
Hard code maxlockouts to 15 until GUI portion is ready
Scott Ullrich
2010-12-10
1
-1
/
+1
|
*
Correct webConfgurator auth/error messages
Scott Ullrich
2010-12-10
1
-4
/
+4
[next]