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
/
config.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pfSense_sync()
Scott Ullrich
2010-11-30
1
-2
/
+2
*
Do not exec but use php_uname
Ermal
2010-11-26
1
-2
/
+2
*
Nuke trailing c/r
Scott Ullrich
2010-11-24
1
-2
/
+2
*
Set memory to 256M on amd64
Scott Ullrich
2010-11-24
1
-2
/
+9
*
Hopefully now the reinclusion of config will not override vars.
Ermal
2010-11-19
1
-1
/
+1
*
Move all console related configuration items to config.console.inc. This wil...
Scott Ullrich
2010-08-09
1
-1
/
+1
*
Set the timezone if available. This will minimize calls to the system for tz...
Scott Ullrich
2010-08-02
1
-2
/
+6
*
Remove trailing newline
Scott Ullrich
2010-07-27
1
-1
/
+1
*
Ticket #444. Use noatime even here.
Ermal
2010-05-25
1
-1
/
+1
*
Do not bail out when we write a new config. Seems that we can write some spec...
Ermal
2010-05-18
1
-2
/
+2
*
Do not try to upgrade from m0n0 config to pfSense config on every invocation ...
Ermal Luçi
2010-03-03
1
-2
/
+2
*
remove old lint check
Chris Buechler
2010-02-01
1
-6
/
+2
*
Fix errors because of the function is_file_included is not yet declared in so...
Ermal Luçi
2010-02-01
1
-1
/
+1
*
Ticket #309. Correctly fix the problems of intermediate config lost because o...
Ermal Luçi
2010-02-01
1
-4
/
+2
*
Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xml...
Scott Ullrich
2009-11-06
1
-1
/
+4
*
Call conf_mount_rw() and ro where needed
Scott Ullrich
2009-10-15
1
-1
/
+1
*
remove functional code from config.inc and place it in a library file config....
Erik
2009-10-07
1
-1203
/
+2
*
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Scott Ullrich
2009-09-12
1
-0
/
+4
*
Turn off auto assignment of interfaces code until the author can fix its issues
Scott Ullrich
2009-08-29
1
-4
/
+5
*
Merge branch 'master' of git://rcs.pfsense.org/pfsense/techneck-auto_interfac...
Scott Ullrich
2009-08-24
1
-108
/
+191
|
\
|
*
Adds automated interface setup + sshd for installation only.
Tim Allender
2009-07-17
1
-109
/
+192
*
|
* In config_install validate the file that will be installed not the already ...
Ermal Luçi
2009-08-24
1
-6
/
+10
*
|
Unbreak config_restore()
Scott Ullrich
2009-08-23
1
-4
/
+8
*
|
Fix another wrong code.
Ermal Luçi
2009-08-21
1
-2
/
+3
*
|
Unbreak parse_config plugins and fix autoconfigbackup
Scott Ullrich
2009-08-21
1
-6
/
+10
*
|
Remove extra plugin info
Scott Ullrich
2009-08-20
1
-4
/
+0
*
|
Check even if the file exists or not. Only checking filesize its not enough f...
Ermal Luçi
2009-08-13
1
-2
/
+2
|
/
*
Set the memory limit to 128M
Scott Ullrich
2009-07-09
1
-1
/
+6
*
Correct spacing for interfaces. Reload interfaces after assinging is changed ...
Ermal Luçi
2009-07-09
1
-1
/
+1
*
There is not necessity to launch mount commands for nothing.
Ermal Luçi
2009-07-08
1
-0
/
+3
*
Check for an array before doing anything else. The array handling has changed...
Ermal Luçi
2009-07-03
1
-2
/
+4
*
Print the correct interface name to be used. This is reported on Issue #19 as...
Ermal Luçi
2009-07-03
1
-2
/
+2
*
Convert even ssh key gen to the new subsystem_dirty calls.
Ermal Luçi
2009-07-01
1
-1
/
+1
*
Prevent recursive calls to conf_mount_*
Ermal Luçi
2009-07-01
1
-1
/
+7
*
Remove trailing /
Scott Ullrich
2009-07-01
1
-1
/
+1
*
Remove trailing /
Scott Ullrich
2009-07-01
1
-1
/
+1
*
Correct the name its parse_config
Scott Ullrich
2009-06-30
1
-4
/
+4
*
* Reorganize the 'apply' button infrustructure in the GUI.
Ermal Luçi
2009-06-30
1
-2
/
+2
*
Teach config about nanobsd platform
Scott Ullrich
2009-06-27
1
-2
/
+2
*
No need to call conf_mount_rw() to generate config cache, its written to /tmp
Scott Ullrich
2009-06-25
1
-3
/
+1
*
s/./_/ for vlans since netgraph does not like .(dots) in the path names.
Ermal Luci
2009-06-16
1
-2
/
+2
*
Include notices.inc to get the file_notice function.
Ermal Luçi
2009-06-10
1
-2
/
+2
*
Use $RealIf.vlan$tag interface names for vlans. This makes them more userfrie...
Ermal Luçi
2009-06-08
1
-2
/
+2
*
Revert "Do not use tags for vlan interface names since there might be same vl...
Ermal Luçi
2009-06-08
1
-4
/
+4
*
Do not use tags for vlan interface names since there might be same vlan tags ...
Ermal Luçi
2009-06-08
1
-4
/
+4
*
Move Sync of config from filter.inc filter_reload to write_config and all the...
Ermal Luçi
2009-05-22
1
-0
/
+4
*
Some more locking fixes.
Ermal Luçi
2009-05-11
1
-0
/
+3
*
Match the logic with other functions.
Ermal Luçi
2009-05-11
1
-5
/
+5
*
Fix logic.
Ermal Luçi
2009-05-09
1
-2
/
+2
*
* Create two new functions lock($subsystem)/unlock() to have more reliable lo...
Ermal Luçi
2009-05-08
1
-105
/
+73
[next]