summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
Commit message (Collapse)AuthorAgeFilesLines
* Ensure process is running before killingsullrich2009-12-021-1/+2
|
* oops, remove stray ;Scott Ullrich2009-10-121-1/+1
|
* Do not allow mounting of RO mode when the firmware update manual mode is ↵Scott Ullrich2009-10-121-0/+4
| | | | engaged (RW)
* Unbreak parse_config plugins and fix autoconfigbackupScott Ullrich2009-08-211-8/+10
|
* needs to be a global nowScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of serial + full installScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of a serial console. The kernel gets very cranky and ↵Scott Ullrich2009-07-151-1/+9
| | | | dishes cannot control tty errors
* Increase the PHP running memory limit to 128MB from 32MB, on 1.5MB largeSeth2009-07-091-2/+2
| | | | config XML files we run out of memory.
* Remove trailing /Scott Ullrich2009-07-011-2/+2
|
* Correct the name its parse_configScott Ullrich2009-06-301-1/+1
|
* Correct the name its parse_configScott Ullrich2009-06-301-2/+2
|
* Teach config about nanobsdScott Ullrich2009-06-271-2/+2
|
* No need to call conf_mount_rw() when generating config.cache, it is on /tmpScott Ullrich2009-06-251-3/+0
|
* Exclude ppp from interface mismatch checkScott Ullrich2009-06-061-1/+4
|
* Use $g['product_name'] instead of pfSenseScott Ullrich2009-01-201-15/+15
|
* The MS-Dos filesystem was renamed from msdos to msdosfs in 6.3.Scott Ullrich2009-01-181-1/+1
|
* Update firmware lock (upgrade) variableScott Ullrich2008-11-231-5/+1
|
* Do not allow ro mount when an upgrade is in progressScott Ullrich2008-11-231-0/+4
|
* Remove newlines at end of filesScott Ullrich2008-11-091-1/+1
|
* The function find_number_of_created_bridges() returns the actual number of ↵Seth Mos2008-11-061-1/+0
| | | | | | bridges. Don't increment this number. This prevents running the command without having anything configured.
* Add mute flag for killallSeth Mos2008-11-061-2/+2
|
* * Add run_plugins() functionScott Ullrich2008-10-191-1/+15
| | | | | * Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
* Move the ini_set() to bump the PHP memory limit to 32MB into config.incSeth Mos2008-09-051-0/+7
| | | | which is the first place this will trigger the memory limit.
* Output . instead of random jibberish on bootup.Scott Ullrich2008-07-231-1/+1
|
* MFC of changeset [22584]Bill Marquette2008-05-171-9/+3
| | | | | Atomic file writing Patch-by: David Rees
* Make sure we sync before mounting ro.Scott Ullrich2008-02-141-0/+7
|
* text cleanupChris Buechler2007-12-251-10/+8
|
* Move update bogons script to 3am.Scott Ullrich2007-11-281-3/+3
| | | | Discussed on pfSense-support@
* Log when we change the bogons frequency hour.Scott Ullrich2007-11-281-6/+7
|
* Move special case fixes before we return so that it can be processed.Scott Ullrich2007-11-281-12/+12
|
* Change bogons update script frequency to 2am.Scott Ullrich2007-11-281-2/+3
|
* Change bogons update script frequency to 2am.Scott Ullrich2007-11-281-1/+12
|
* Remove blank c/rScott Ullrich2007-10-131-1/+1
|
* Allow the interface assignment code to exit from its strict checking. This ↵Scott Ullrich2007-10-131-0/+4
| | | | allows Netboot installation services to work correctly.
* MFC RELENG_1. Make it possible to disable RRD graphs. Bump config so it's on ↵Seth Mos2007-09-171-1/+8
| | | | by default if it wasn't already.
* CAPS kills. Literally. Do not set the description to upper case LAN when ↵Scott Ullrich2007-07-071-1/+1
| | | | we are looking for lower case.
* Kill off old pftpx processes correctlyScott Ullrich2007-07-071-12/+12
|
* Close STDIN ($fp) handle before returning back to shell. Major doh's.Scott Ullrich2007-06-021-1/+4
|
* Keep 5 backups on embedded. Keep 30 on full installations.Scott Ullrich2007-04-301-7/+3
|
* Write out an entry to the logging system when we write_config() on bootup.Scott Ullrich2007-04-271-0/+3
| | | | This will help us track down stray items writing out on bootup.
* File a notice when we restore a previous configuration file.Scott Ullrich2007-04-241-0/+6
|
* Detect 0 byte config.xml cases and attempt to restore a previous backup. ↵Scott Ullrich2007-04-241-0/+9
| | | | With this change my wrap that has been panicing for 30 hours straight boots right back off and we will continue the panic torture test.
* Detect 0 byte config.xml cases and attempt to restore a previous backup.Scott Ullrich2007-04-241-0/+10
|
* * Use is_interface_mismatch() function * Do not allow configuration to ↵Scott Ullrich2007-04-241-0/+22
| | | | continue until the interfaces are setup correctly * When restoring a configuration via the webConfigurator detect that a interface mismatch has occured and redirect the user to the assign interface screen. Once the assign interface Save button has been pressed go ahead and reboot. This might just prevent someone from throwing a fit since they do not have console access.
* Call sync with the lock held before allowing a new party to come along and ↵Scott Ullrich2007-04-221-2/+2
| | | | start writing to config.xml.
* Debug out when a lock recursion issue is present. This might expose some ↵Scott Ullrich2007-04-211-0/+2
| | | | missing unlocks and lead to performance speedups.
* Correct the copy() logicScott Ullrich2007-04-211-1/+1
|
* * Use copy instead of system() * Lock the configuration before doing this ↵Scott Ullrich2007-04-211-1/+5
| | | | operation * Unlink config.cache if it exists * Send the image to RO after this operation
* xmlparse now returns -1 when a file is corrupt. Detect this situation ↵Scott Ullrich2007-04-211-0/+8
| | | | during parse_config() and trigger a backup. Note to the user this occurance.
* xmlparse now returns -1 when a file is corrupt. Detect this situatioon and ↵Scott Ullrich2007-04-211-0/+5
| | | | notify the user that we are unlinking the file.
OpenPOWER on IntegriCloud