summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.lib.inc
Commit message (Expand)AuthorAgeFilesLines
* Stop spewing backup info on bootupScott Ullrich2011-01-071-1/+1
* Add back booting check that existed prior to refcount code. We will improve ...Scott Ullrich2011-01-071-1/+4
* Improve parse_config to not be recursive for no reason. This fixes some stran...Ermal2010-12-301-54/+52
* Add some more safe belts and remove code that is commented from long time now...Ermal2010-12-231-1/+4
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
* No need to output 'Loading new configuration'. We already have a line writte...Scott Ullrich2010-12-181-3/+0
* Do a fflush of file before closing and sync(2). Fix whitespace while here.Ermal2010-11-301-20/+21
* Use pfSense_sync()Scott Ullrich2010-11-301-3/+3
* Call sync after writing the file and before returning to continue processing.Scott Ullrich2010-11-301-18/+22
* Use product nameScott Ullrich2010-11-281-1/+1
* Check for pfsense root object name in config.xml as a fallback if the configu...Erik Fonnesbeck2010-11-261-2/+2
* Upon restoring a config, replacing whole sections, or editing config.xml in e...Erik Fonnesbeck2010-11-211-0/+32
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* Correctly call die() in the places needed. Also remove unused global.Ermal2010-10-191-36/+42
* Do not output duplicate doneScott Ullrich2010-08-221-2/+0
* Move all console related configuration items to config.console.inc. This wil...Scott Ullrich2010-08-091-492/+2
* Fix typo in interface name.Erik Fonnesbeck2010-08-021-1/+1
* Remove config.extra.xml, I will just merge the remote configuration areas rig...Scott Ullrich2010-07-281-21/+1
* Comment out this line for now, since it was preventing config saving.Erik Fonnesbeck2010-07-271-1/+3
* If config.extra.xml exists parse and merge its contents into the array as lon...Scott Ullrich2010-07-271-4/+34
* Correct ifconfig syntaxErmal2010-06-021-2/+2
* Do not set max_execution time here.Ermal2010-06-011-1/+1
* Refactor this function a little so it will also rebuild the cache if it does ...jim-p2010-05-191-49/+55
* Do not bail out when we write a new config. Seems that we can write some spec...Ermal2010-05-181-9/+10
* Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ...Ermal2010-05-131-14/+11
* Tag all config write cases with the username.jim-p2010-05-121-2/+2
* Include username of person making the change in config change description, an...jim-p2010-05-121-1/+2
* Correct file_notice usage.Ermal2010-05-061-1/+1
* Add enable bits.Ermal2010-03-271-0/+2
* backup_config() does not need to be wrapped with conf_mount_rw().Ermal2010-03-231-3/+0
* Unbreak ACBScott Ullrich2010-03-231-0/+3
* The user owner of /dev/pf is root the group will be left to proxy to allow pa...Ermal2010-03-231-1/+1
* Ticket #434. Do not die when parsing config since we know how to recover. Onl...Ermal2010-03-191-3/+4
* Ticket #417. Fix installation on embedded by using a refcount system for the ...Ermal2010-03-171-24/+8
* Move check upper to suit the platforms not needing it better.Ermal Luçi2010-03-081-4/+4
* Move call up to where it belongs.Ermal Luçi2010-03-081-2/+2
* Propperly initialize variables so they function is as expected.Ermal Luçi2010-03-051-0/+1
* Put safe_write_file to the include it belongs to.Ermal Luçi2010-03-031-0/+39
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+2
* Use safe_write_file() like RELENG_1_2 does. Not sure how this diverged?!Scott Ullrich2010-02-141-17/+4
* Write out config.xml.tmp first and then move into place after it is written t...Scott Ullrich2010-02-141-13/+17
* Align LAN and WAN interfaces print (just cosmetic)Renato Botelho2010-02-021-2/+2
* Set variable instead of using comparison operatorScott Ullrich2010-01-161-2/+1
* Be consistent where we write and where we read the new config.Ermal Luçi2009-12-281-3/+4
* Show Loading new configuration to make bootup text unfiormsullrich2009-12-071-2/+6
* Fix missing include for config upgrade 1.2 -> 2.0Seth Mos2009-12-031-1/+2
* Dedicate 6 characterssullrich2009-11-281-1/+1
* Do not dedicate 16 characters to interface namesullrich2009-11-281-1/+1
* remove functional code from config.inc and place it in a library file config....Erik2009-10-071-0/+1251
OpenPOWER on IntegriCloud