aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not queue backup, just invoke it.Scott Ullrich2008-10-111-4/+4
|
* Correct backup fieldnameScott Ullrich2008-10-111-2/+2
|
* Use input type of submitScott Ullrich2008-10-111-1/+1
|
* Use CDATAScott Ullrich2008-10-111-5/+7
|
* Version bump for Auto Configuration Backup package.Scott Ullrich2008-10-112-2/+2
|
* Remove stray */Scott Ullrich2008-10-111-1/+1
| | | | VS: ----------------------------------------------------------------------
* Note that a backup occurs when you save the settings.Scott Ullrich2008-10-112-0/+6
|
* Add "Backup now" buttonScott Ullrich2008-10-111-1/+11
|
* Add test connection featureScott Ullrich2008-10-112-1/+56
|
* Add verification encryption password (#2)Scott Ullrich2008-10-112-0/+10
|
* s/http/https/ - site doesn't allow HTTP (though it redirects to HTTPS)Chris Buechler2008-10-092-5/+5
|
* Cleanup success checkScott Ullrich2008-10-081-7/+11
|
* Remove spaceScott Ullrich2008-10-081-3/+3
|
* Pass along $hostnameScott Ullrich2008-10-081-7/+6
|
* No need to break here.Scott Ullrich2008-10-081-1/+1
|
* Version bump for AutoConfigBackupScott Ullrich2008-10-082-2/+2
|
* Version bump to 1.02Scott Ullrich2008-10-082-2/+2
|
* Hostname is required for restore operationsScott Ullrich2008-10-081-2/+4
|
* Use file_get_contents()Scott Ullrich2008-10-081-4/+1
|
* Do not copy CERTS for the moment.Scott Ullrich2008-10-081-10/+0
|
* Adding back AutoConfigBackupScott Ullrich2008-10-081-1/+12
|
* Write out file using fopen so that newlines are capableScott Ullrich2008-10-081-2/+4
|
* Accept $opt parmScott Ullrich2008-10-081-1/+1
|
* Remove str_replaceScott Ullrich2008-10-081-1/+0
| | | | Suggested-by: Matthew Grooms
* Remove str_replace and base64_decode()Scott Ullrich2008-10-081-2/+0
| | | | Suggested-by: Matthew Grooms
* Revise crypt_data() a bit to avoid hangingScott Ullrich2008-10-081-5/+27
|
* freeswitch_status.php get connection from config.xmlMark Crane2008-10-083-14/+12
|
* Download certificates for godaddy.comScott Ullrich2008-10-071-0/+10
|
* Adding godaddy.com certificatesScott Ullrich2008-10-072-0/+53
|
* freeswitch package goes liveMark Crane2008-10-071-0/+13
|
* Remove AutoConfigBackup. It appears that php4 on 1.2 is compiled somehowScott Ullrich2008-10-071-11/+0
| | | | where curl is not working with SSL.i
* Kick off a filter reload so that the config gets backed upScott Ullrich2008-10-071-0/+1
|
* freeswitch package filesMark Crane2008-10-0713-0/+2295
|
* Adding package AutoConfigBackup:Scott Ullrich2008-10-071-0/+11
| | | | Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from http://portal.pfsense.org
* Add php4 function stripos() which is found in php5Scott Ullrich2008-10-071-0/+4
|
* Reason is not 100% required.Scott Ullrich2008-10-071-1/+1
|
* Swap verion check fieldsScott Ullrich2008-10-071-1/+1
|
* Only set last backup time if we succeed.Scott Ullrich2008-10-071-5/+4
|
* * Use fread()Scott Ullrich2008-10-072-1/+10
| | | | * Touch last backup status file if it does not exist
* Swap argumentsScott Ullrich2008-10-072-2/+2
|
* Add missing /Scott Ullrich2008-10-071-1/+1
|
* Download and use crypt_acb.php which is a copy of crypt.php only included in ↵Scott Ullrich2008-10-074-12/+134
| | | | 1.3.
* Break on 1.2Scott Ullrich2008-10-071-1/+1
|
* Alert user when the proper items are not set for AutoConfiguration Backup.Scott Ullrich2008-10-071-57/+61
|
* AutoConfigBackup version bumpScott Ullrich2008-10-071-1/+1
|
* Really encrypt data and keep headerScott Ullrich2008-10-071-1/+1
|
* Set filter loading status during backup operationsScott Ullrich2008-10-061-0/+3
|
* Detect success, otherwise log the error and file an alert()Scott Ullrich2008-10-061-1/+7
|
* Add Hint:Scott Ullrich2008-10-061-0/+10
|
* Add tags before and after encyrpted dataScott Ullrich2008-10-062-3/+3
| | | | With-clarification-from: mgrooms