summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.lib.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix #3235Renato Botelho2013-10-241-5/+5
* Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-031-8/+10
* Track user/time a firewall rule was created and last updated, and show this i...jim-p2013-03-201-23/+36
* Better test if we're running at the cli or in lighty. Also suppress output fo...jim-p2013-01-151-2/+2
* Put protection for session functions even hereErmal2013-01-051-1/+2
* Make the logic a bit more robust and readbleErmal2013-01-051-1/+8
* While here try to hint the user from _ENV['USER'] if no session infoErmal2013-01-051-1/+1
* Since php_sapi_name() is useless in pfSense test if argc has been registered ...Ermal2013-01-051-7/+9
* Always commit the session fast to allow other consumers to proceed to their r...Ermal2013-01-031-1/+8
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ...jim-p2012-11-121-4/+7
* Make sure admin can always write the configjim-p2012-10-091-1/+1
* Add initial support for a privilege that denies write access to the config.jim-p2012-10-091-0/+5
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-1/+1
* Add version to backup.cache in one more placejim-p2011-11-221-1/+4
* Also show the config version in the backup history.jim-p2011-11-221-3/+5
* Setup the serial port in the factory reset as well, in case the default confi...jim-p2011-11-211-1/+1
* Ticket #1279. Decrease the refcount even though we're in booting phase. This ...Ermal2011-08-171-2/+2
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-0/+2
|\
| * Use empty() so we don't use it if it's defined but blank.jim-p2011-07-011-1/+1
| * If available, also track the IP used by a user making a config change.jim-p2011-07-011-0/+2
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-201-1/+3
|\ \ | |/
| * Do a more thorough check for platform on the ro call, or factory reset blows up.jim-p2011-06-161-1/+3
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-151-2/+9
|\ \ | |/
| * Fixup text.jim-p2011-04-061-2/+2
| * Actually re-parse the config if a valid config was not written. (Should help ...jim-p2011-04-061-2/+9
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-311-1/+2
|\ \ | |/
| * Check for function existence before calling it.Ermal2011-03-301-1/+2
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-291-7/+4
|\ \ | |/
| * Backing this out to see if it unbreaks NanoBSD upgrades with packages involve...jim-p2011-03-261-8/+5
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-4/+12
|\ \ | |/
| * Workaround for conf_mount_rw/ro during boot to only allow it to change at the...Erik Fonnesbeck2011-03-221-5/+8
| * Add code to allow custom upgrade code to run after the pfSense upgrade code f...Ermal2011-03-151-1/+6
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-52/+10
|\ \ | |/
| * When doing conf_mount_ro/rw on NanoBSD, pass sync,noatime to mount to preserv...jim-p2011-03-071-6/+6
| * Comment out the "config write on bootup" error. This is normal now with the p...jim-p2011-02-161-0/+4
* | Merge branch 'master' into incVinicius Coque2011-01-281-33/+82
|\ \ | |/
| * Better way to determine the username for config descrsjim-p2011-01-181-2/+4
| * Fix variable name referencejim-p2011-01-181-1/+1
| * 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
* | Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-22/+59
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud