aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup
Commit message (Collapse)AuthorAgeFilesLines
* More ACB SSL_VERIFYPEER fixes. Fixes #5560jim-p2015-12-034-9/+43
|
* Enable VERIFYPEER for AutoConfigBackup on 2.2 and newer. Ticket #5560Chris Buechler2015-12-011-0/+6
|
* Version bump ACB again. Issue #5250jim-p2015-11-121-1/+1
|
* Convert save message date as well. Fixes #5250jim-p2015-11-121-5/+7
|
* Server operations need the original timestamp, but keep the pretty one for ↵jim-p2015-11-122-5/+5
| | | | local presentation. Fixes #5250
* Add timezone conversion for ACB timestamps, server always returns time in US ↵jim-p2015-11-122-1/+12
| | | | Central time, convert to locally set TZ. Fixes #5250
* Use pfSense 2.1.x compatible boot checkdoktornotor2015-09-211-1/+5
|
* make pgtitle consistent with the rest of the tabsdoktornotor2015-09-161-1/+1
|
* 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.
* 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-2/+1
| | | Missing whitespace
* autoconfigbackup - code style fixesdoktornotor2015-08-231-2/+1
| | | Missing whitespace.
* autoconfigbackup - code style fixesdoktornotor2015-08-231-2/+1
| | | Missing whitespace.
* autoconfigbackup - code style fixesdoktornotor2015-08-231-110/+110
| | | | | | - Fix copyright header - Code style and whitespace fixes N.B.: This code produces "Fatal error: Cannot redeclare stripos()" on any PHP5+ version, really no idea why's it still here for which prehistoric pfS versions. Not touching it otherwise.
* autoconfigbackup - code style fixesdoktornotor2015-08-231-105/+98
| | | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes - Replace deprecated split() with explode(); still one split() occurrence left - cannot be simply replaced with explode() since that changes the output and I have no clue what the code is supposed to do plus no way to test it without subscription account.
* autoconfigbackup - code style fixesdoktornotor2015-08-231-82/+74
| | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes
* 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.