Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pfSense 2.1.x compatible boot check | doktornotor | 2015-09-21 | 1 | -1/+5 |
| | |||||
* | make pgtitle consistent with the rest of the tabs | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Use pfSense 2.1.x compatible boot check | doktornotor | 2015-09-16 | 1 | -2/+6 |
| | |||||
* | autoconfigbackup.inc Only remount if the file exists | doktornotor | 2015-08-24 | 1 | -3/+5 |
| | |||||
* | Remove closing php tag again | doktornotor | 2015-08-23 | 1 | -1/+0 |
| | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again. | ||||
* | Remove closing php tag again | doktornotor | 2015-08-23 | 1 | -1/+0 |
| | | | This was apparently removed intentionally in 653a43f for god knows what reason. Removing again. | ||||
* | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | Missing whitespace | ||||
* | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | Missing whitespace. | ||||
* | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -2/+1 |
| | | | Missing whitespace. | ||||
* | autoconfigbackup - code style fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -82/+74 |
| | | | | | - Fix copyright header - Code style and whitespace fixes - XHTML fixes | ||||
* | autoconfigbackup.- code style fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 fixes | doktornotor | 2015-08-23 | 1 | -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 calls | doktornotor | 2015-08-11 | 1 | -4/+0 |
| | | | This function does nothing but return. | ||||
* | remove "Do not overwrite previous backups" option for now, it's not ↵ | Chris Buechler | 2014-11-27 | 1 | -8/+0 |
| | | | | currently relevant. Ticket #4033 | ||||
* | AutoConfigBackup version bump | Phil Davis | 2014-11-26 | 1 | -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 dropdown | Phil Davis | 2014-11-22 | 1 | -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 Buechler | 2014-11-18 | 2 | -12/+3 |
| | | | | while here | ||||
* | Requested changes | Manuel Silvoso | 2014-07-25 | 4 | -24/+25 |
| | |||||
* | Tabs to spaces and merged changes from crypt.php into crypt_acb.php | Manuel Silvoso | 2014-07-25 | 2 | -12/+15 |
| | |||||
* | removed: closing php tags | Manuel Silvoso | 2014-07-25 | 5 | -5/+0 |
| | |||||
* | added proxy configuration to autoconfigbackup | Manuel Silvoso | 2014-07-25 | 3 | -3/+50 |
| | |||||
* | add input validation to force filling in all of the fields on the Settings ↵ | Chris Buechler | 2014-06-30 | 2 | -2/+11 |
| | | | | | | tab of AutoConfigBackup. While here, touch up some of the text (point to Gold sub) | ||||
* | Simplify logic | Renato Botelho | 2014-05-28 | 3 | -9/+7 |
| | |||||
* | Bump AutoConfigBackup version to 1.25 to include last changes | Renato Botelho | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Make sure filesystem is read/write | Renato Botelho | 2014-05-28 | 1 | -0/+2 |
| | |||||
* | Trucate file using a better way than ugly exec() Calls | Renato Botelho | 2014-05-28 | 2 | -2/+2 |
| | |||||
* | Make sure filesystem is read/write | Renato Botelho | 2014-05-28 | 1 | -0/+2 |
| | |||||
* | Fix a call-time pass-by-reference in ACB. Bump version. | jim-p | 2014-05-07 | 2 | -3/+3 |
| | |||||
* | remove outdated, unused certs | Chris Buechler | 2014-04-13 | 2 | -53/+0 |
| | |||||
* | trim sha256 client-side on AutoConfigBackup, bump version | Chris Buechler | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Fix version test in ACB. Bump version of ACB. | jim-p | 2014-04-10 | 5 | -12/+12 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -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-p | 2014-02-11 | 1 | -22/+1 |
| | |||||
* | Fix ACB stats page, too | jim-p | 2014-02-11 | 1 | -3/+5 |
| | |||||
* | version bump for ACB | jim-p | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Set credentials in headers for basic auth, rather than the URL. Corrects ↵ | jim-p | 2014-02-11 | 2 | -6/+12 |
| | | | | issues with special characters in passwords. | ||||
* | update ACB text | Chris Buechler | 2014-02-08 | 2 | -4/+4 |
| | |||||
* | add missing AutoConfigBackup file | Chris Buechler | 2013-05-28 | 1 | -0/+8 |
| | |||||
* | Set the user credentials in curl rather than forming a URI with the ↵ | jim-p | 2012-09-07 | 2 | -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-p | 2011-10-11 | 1 | -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 typo | Chris Buechler | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Make sure notices are included | Scott Ullrich | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | Increase timeouts by 20 seconds | Scott Ullrich | 2010-12-06 | 1 | -2/+5 |
| | |||||
* | Initial connect timeout should really answer before 10 seconds. 60 seconds ↵ | Scott Ullrich | 2010-11-30 | 1 | -1/+1 |
| | | | | overall timeout | ||||
* | Set CURLOPT_TIMEOUT to 60 | Scott Ullrich | 2010-11-30 | 1 | -1/+2 |
| | |||||
* | Set CURLOPT_CONNECTTIMEOUT to 35 seconds | Scott Ullrich | 2010-11-30 | 1 | -0/+2 |
| |