aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup
Commit message (Collapse)AuthorAgeFilesLines
* 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-59/+53
| | | | | | | - Move custom_php_resync_config_command() function to autoconfigbackup.inc and give it an unique prefix - Also give a unique prefix to custom_php_validation_command() - Fix copyright header - Fix file permissions (no need for these to be executable) - Whitespace fixes
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-182/+188
| | | | | | | - Fix copyright header - Code style and whitespace fixes - Replace deprecated split() with explode() - Replace backticks with shell_exec() - Some XHTML fixes
* 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 "Do not overwrite previous backups" option for now, it's not ↵Chris Buechler2014-11-271-8/+0
| | | | currently relevant. Ticket #4033
* AutoConfigBackup version bumpPhil Davis2014-11-261-1/+1
| | | | That is a bit of a pain how some packages also have their version in a package-specific XML and it gets out of date. I do not think it is really used for anything.
* AutoConfigBackup current host appears twice in dropdownPhil Davis2014-11-221-3/+10
| | | | | When building the lists of available host names on the Restore tab, the current host is listed twice if it already has some backups. This makes the code a bit smarter to not do that. IMHO not worth updating the version number, since this is purely cosmetic.
* remove the "test connection" box that doesn't do anything useful. update (c) ↵Chris Buechler2014-11-182-12/+3
| | | | while here
* Requested changesManuel Silvoso2014-07-254-24/+25
|
* Tabs to spaces and merged changes from crypt.php into crypt_acb.phpManuel Silvoso2014-07-252-12/+15
|
* removed: closing php tagsManuel Silvoso2014-07-255-5/+0
|
* added proxy configuration to autoconfigbackupManuel Silvoso2014-07-253-3/+50
|
* add input validation to force filling in all of the fields on the Settings ↵Chris Buechler2014-06-302-2/+11
| | | | | | tab of AutoConfigBackup. While here, touch up some of the text (point to Gold sub)
* Simplify logicRenato Botelho2014-05-283-9/+7
|
* Bump AutoConfigBackup version to 1.25 to include last changesRenato Botelho2014-05-281-1/+1
|
* Make sure filesystem is read/writeRenato Botelho2014-05-281-0/+2
|
* Trucate file using a better way than ugly exec() CallsRenato Botelho2014-05-282-2/+2
|
* Make sure filesystem is read/writeRenato Botelho2014-05-281-0/+2
|
* Fix a call-time pass-by-reference in ACB. Bump version.jim-p2014-05-072-3/+3
|
* remove outdated, unused certsChris Buechler2014-04-132-53/+0
|
* trim sha256 client-side on AutoConfigBackup, bump versionChris Buechler2014-04-111-1/+1
|
* Fix version test in ACB. Bump version of ACB.jim-p2014-04-105-12/+12
|
* Fixup URLs:Renato Botelho2014-03-181-7/+7
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Cleanup some unused variables.jim-p2014-02-111-22/+1
|
* Fix ACB stats page, toojim-p2014-02-111-3/+5
|
* version bump for ACBjim-p2014-02-111-1/+1
|
* Set credentials in headers for basic auth, rather than the URL. Corrects ↵jim-p2014-02-112-6/+12
| | | | issues with special characters in passwords.
* update ACB textChris Buechler2014-02-082-4/+4
|
* add missing AutoConfigBackup fileChris Buechler2013-05-281-0/+8
|
* Set the user credentials in curl rather than forming a URI with the ↵jim-p2012-09-072-2/+3
| | | | user:pass, as the latter has issues if the password contains certain symbols such as @.
* Run the decrypted backup through htmlentities, otherwise things like & ↵jim-p2011-10-111-1/+1
| | | | in the actual config get turned into their decoded counterparts (&, ", etc) and if that result is copy/pasted, saved, and restored, it is invalid XML and gets tossed out.
* 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
|
* Move this code to write_config pluginScott Ullrich2010-11-301-2/+2
|
* 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
|
* Silence errors /etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): ↵Scott Ullrich2009-10-271-8/+0
| | | | | | | SE in /etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): ^ in /etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): An Error
* Force item to string and crack the whip! Just whip it...Into shape.Scott Ullrich2009-10-161-1/+1
|
* Call conf_mount_rw() before restoreScott Ullrich2009-10-151-1/+3
|
* Fix spelling typo. Found by ErmalScott Ullrich2009-09-091-1/+1
|
* Unbreak ACB restoreScott Ullrich2009-08-233-7/+16
|
* Show errors when they occurScott Ullrich2009-08-232-1/+4
|