aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup/autoconfigbackup.inc
Commit message (Collapse)AuthorAgeFilesLines
* More ACB SSL_VERIFYPEER fixes. Fixes #5560jim-p2015-12-031-2/+6
|
* Enable VERIFYPEER for AutoConfigBackup on 2.2 and newer. Ticket #5560Chris Buechler2015-12-011-0/+6
|
* Use pfSense 2.1.x compatible boot checkdoktornotor2015-09-211-1/+5
|
* Use pfSense 2.1.x compatible boot checkdoktornotor2015-09-161-2/+6
|
* autoconfigbackup.inc Only remount if the file existsdoktornotor2015-08-241-3/+5
|
* Remove closing php tag againdoktornotor2015-08-231-1/+0
| | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again.
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-1/+15
| | | | - Move custom_php_resync_config_command() function from XML to autoconfigbackup.inc and give it an unique prefix - Also give an unique prefix to custom_php_validation_command()
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-140/+152
| | | | | | - Update copyright header - Code style and whitespace fixes - Use platform_booting() - Replace backticks with shell_exec()
* autoconfigbackup.inc - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+0
| | | This function does nothing but return.
* remove the "test connection" box that doesn't do anything useful. update (c) ↵Chris Buechler2014-11-181-4/+1
| | | | while here
* Requested changesManuel Silvoso2014-07-251-14/+15
|
* removed: closing php tagsManuel Silvoso2014-07-251-1/+0
|
* added proxy configuration to autoconfigbackupManuel Silvoso2014-07-251-1/+21
|
* add input validation to force filling in all of the fields on the Settings ↵Chris Buechler2014-06-301-1/+10
| | | | | | tab of AutoConfigBackup. While here, touch up some of the text (point to Gold sub)
* Simplify logicRenato Botelho2014-05-281-7/+5
|
* Fix a call-time pass-by-reference in ACB. Bump version.jim-p2014-05-071-1/+1
|
* Fix version test in ACB. Bump version of ACB.jim-p2014-04-101-2/+2
|
* Set credentials in headers for basic auth, rather than the URL. Corrects ↵jim-p2014-02-111-2/+3
| | | | issues with special characters in passwords.
* update ACB textChris Buechler2014-02-081-1/+1
|
* Set the user credentials in curl rather than forming a URI with the ↵jim-p2012-09-071-1/+2
| | | | user:pass, as the latter has issues if the password contains certain symbols such as @.
* fix typoChris Buechler2011-03-301-1/+1
|
* Make sure notices are includedScott Ullrich2011-01-171-0/+1
|
* Increase timeouts by 20 secondsScott Ullrich2010-12-061-2/+5
|
* Initial connect timeout should really answer before 10 seconds. 60 seconds ↵Scott Ullrich2010-11-301-1/+1
| | | | overall timeout
* Set CURLOPT_TIMEOUT to 60Scott Ullrich2010-11-301-1/+2
|
* Set CURLOPT_CONNECTTIMEOUT to 35 secondsScott Ullrich2010-11-301-0/+2
|
* Nuke items in parse_config plugin folderScott Ullrich2010-11-301-4/+4
|
* Nuke old pluginScott Ullrich2010-11-301-0/+6
|
* make variable g a globalScott Ullrich2010-04-201-1/+1
|
* No need to backup during bootupScott Ullrich2010-04-171-0/+8
|
* Turn off no backup required message that can spam the logsScott Ullrich2009-11-071-1/+2
|
* Force item to string and crack the whip! Just whip it...Into shape.Scott Ullrich2009-10-161-1/+1
|
* Unbreak ACB restoreScott Ullrich2009-08-231-1/+1
|
* Show errors when they occurScott Ullrich2009-08-231-1/+0
|
* Fix commentScott Ullrich2009-08-211-1/+1
|
* Unbreak package on 2.0 now that the includes have been shuffledScott Ullrich2009-08-091-0/+2
|
* * Axe upload routine during filter run (we use parse config hook now)Scott Ullrich2009-03-011-1/+1
| | | | * Do not file error either
* Do not file notice when package is not configuredScott Ullrich2009-03-011-1/+1
|
* mv packages to config dir to match web layoutBill Marquette2009-02-061-0/+219