summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
Commit message (Expand)AuthorAgeFilesLines
* Change ereg() to preg_match() functionccesario2012-06-301-1/+1
* Include util.inc and IPv6.inc before config.lib.inc.smos2012-06-011-3/+3
* Ensure timezone is setScott Ullrich2012-01-181-1/+1
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-10/+11
|\
| * Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-3/+10
| |\
| * | Implement gettext() calls on config.incCarlos Eduardo Ramos2010-08-161-11/+12
* | | Merge remote branch 'upstream/master'Seth Mos2010-12-201-3/+10
|\ \ \ | | |/ | |/|
| * | Use pfSense_sync()Scott Ullrich2010-11-301-2/+2
| * | Do not exec but use php_unameErmal2010-11-261-2/+2
| * | Nuke trailing c/rScott Ullrich2010-11-241-2/+2
| * | Set memory to 256M on amd64Scott Ullrich2010-11-241-2/+9
| * | Hopefully now the reinclusion of config will not override vars.Ermal2010-11-191-1/+1
| |/
* | Switch over the IPv6 functions from IPv6.inc, these are from the PHP PEAR lib...Seth Mos2010-10-261-1/+3
|/
* Move all console related configuration items to config.console.inc. This wil...Scott Ullrich2010-08-091-1/+1
* Set the timezone if available. This will minimize calls to the system for tz...Scott Ullrich2010-08-021-2/+6
* Remove trailing newlineScott Ullrich2010-07-271-1/+1
* Ticket #444. Use noatime even here.Ermal2010-05-251-1/+1
* Do not bail out when we write a new config. Seems that we can write some spec...Ermal2010-05-181-2/+2
* Do not try to upgrade from m0n0 config to pfSense config on every invocation ...Ermal Luçi2010-03-031-2/+2
* remove old lint checkChris Buechler2010-02-011-6/+2
* Fix errors because of the function is_file_included is not yet declared in so...Ermal Luçi2010-02-011-1/+1
* Ticket #309. Correctly fix the problems of intermediate config lost because o...Ermal Luçi2010-02-011-4/+2
* Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xml...Scott Ullrich2009-11-061-1/+4
* Call conf_mount_rw() and ro where neededScott Ullrich2009-10-151-1/+1
* remove functional code from config.inc and place it in a library file config....Erik2009-10-071-1203/+2
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+4
* Turn off auto assignment of interfaces code until the author can fix its issuesScott Ullrich2009-08-291-4/+5
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/techneck-auto_interfac...Scott Ullrich2009-08-241-108/+191
|\
| * Adds automated interface setup + sshd for installation only.Tim Allender2009-07-171-109/+192
* | * In config_install validate the file that will be installed not the already ...Ermal Luçi2009-08-241-6/+10
* | Unbreak config_restore()Scott Ullrich2009-08-231-4/+8
* | Fix another wrong code.Ermal Luçi2009-08-211-2/+3
* | Unbreak parse_config plugins and fix autoconfigbackupScott Ullrich2009-08-211-6/+10
* | Remove extra plugin infoScott Ullrich2009-08-201-4/+0
* | Check even if the file exists or not. Only checking filesize its not enough f...Ermal Luçi2009-08-131-2/+2
|/
* Set the memory limit to 128MScott Ullrich2009-07-091-1/+6
* Correct spacing for interfaces. Reload interfaces after assinging is changed ...Ermal Luçi2009-07-091-1/+1
* There is not necessity to launch mount commands for nothing.Ermal Luçi2009-07-081-0/+3
* Check for an array before doing anything else. The array handling has changed...Ermal Luçi2009-07-031-2/+4
* Print the correct interface name to be used. This is reported on Issue #19 as...Ermal Luçi2009-07-031-2/+2
* Convert even ssh key gen to the new subsystem_dirty calls.Ermal Luçi2009-07-011-1/+1
* Prevent recursive calls to conf_mount_*Ermal Luçi2009-07-011-1/+7
* Remove trailing /Scott Ullrich2009-07-011-1/+1
* Remove trailing /Scott Ullrich2009-07-011-1/+1
* Correct the name its parse_configScott Ullrich2009-06-301-4/+4
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-2/+2
* Teach config about nanobsd platformScott Ullrich2009-06-271-2/+2
* No need to call conf_mount_rw() to generate config cache, its written to /tmpScott Ullrich2009-06-251-3/+1
* s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-161-2/+2
* Include notices.inc to get the file_notice function.Ermal Luçi2009-06-101-2/+2
OpenPOWER on IntegriCloud