summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/config.lib.inc
Commit message (Collapse)AuthorAgeFilesLines
* php fatal error loggingPiBa-NL2016-12-071-1/+3
| | | | (cherry picked from commit ae3463540ea0a3cc94c18ad9c7b829b2645e8910)
* Change safe_write_file $content parameter to accept an arrayRenato Botelho2016-10-141-2/+10
|
* Make $force_binary parameter optional, default to falseRenato Botelho2016-10-141-2/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix handling of backup config count. Fixes #6771jim-p2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-55/+55
|
* Use global backup count instead of hardcoded value and remove redundant functionstilez2016-06-221-12/+1
| | | | (cherry picked from commit 01b5410ae8391998ba560d40f447c7f556472c5b)
* Check for is_array here to avoid possible issues if the config.cache is ↵Chris Buechler2016-05-101-1/+1
| | | | invalid. Adapted from PR 2925
* Skip ro mounting to make nanobsd permanent rw mode regardless of config. ↵Chris Buechler2016-05-041-0/+3
| | | | Ticket #6184
* Merge pull request #2831 from NOYB/Includes_-_Remove_PersonalizationsStephen Beaver2016-04-041-3/+3
| | | | (cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)
* Write_Config Function Notes UpdateNOYB2016-02-211-0/+1
| | | | Add write_config_only input arg to write_config function notes.
* Merge pull request #2660 from phil-davis/gtetc1Renato Botelho2016-02-171-1/+1
|\
| * Internationalize etc inc a-i filesPhil Davis2016-02-171-1/+1
| |
* | Call conf_mount_rw() before run pfSense-upgrade to avoid doing it twiceRenato Botelho2016-02-161-2/+2
| |
* | Break long linesRenato Botelho2016-02-161-4/+7
|/
* Remove all additional packages from the system before reset to factory ↵Renato Botelho2016-02-011-0/+4
| | | | default. Fixes #5829
* Update license on files from /etc/incRenato Botelho2016-01-151-25/+42
|
* Merge pull request #2309 from phil-davis/tiwRenato Botelho2015-12-211-4/+9
|\
| * Avoid triggering initial wizard before rebootPhil Davis2015-12-211-4/+9
| | | | | | | | | | | | | | | | | | | | | | If you use the the webGUI to reset to factory defaults, then while the existing system is shutting down you navigate off to the dashboard, the initial setup wizard will start. The trigger_initial_wizard flag file is deleted, and so after the reboot the initial setup wizard will not be triggered. This change fixes that sequence of events by using a different flag file across the reboot, and switching it back to the usual flag file name during the subsequent boot up.
* | Redmine #5613 avoid Reset to Factory Defaults PHP warningsPhil Davis2015-12-201-1/+1
|/ | | | | | | | | | | | On Reset to Factory Defaults there are some warnings given when unlink_if_exists() tries to unlink() directories in /conf - /conf/backup and /conf/sshd. unlink does not work on directories. This PR avoids the PHP warnings by not trying to remove the directories inside /conf. As has been the case before this PR, the following things are thus left on the system after Reset to Factory Defaults: /conf/backup - old config backups, which contain configs of the previous system. /conf/sshd - old ssh keys. For testing, this is handy. But for real "reset" should these be deleted? In addition to this PR, should there be code to delete everything in /conf/backup and/or /conf/sshd?
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Write Config Only OptionNOYB2015-12-071-1/+7
| | | | Add write_config function option to only write the config. Sometimes syncing firewall is not necessary or desirable. ex: changing log display options.
* Use product_name global variable in more placesRenato Botelho2015-09-301-3/+3
|
* White space and minor bits in etcPhil Davis2015-09-161-1/+1
| | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1020
OpenPOWER on IntegriCloud