X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdolby_doremi_certificate_panel.cc;h=e30ef30a4396bac5ae01b9a8f42b49588968a7ca;hb=HEAD;hp=bd6edefa97750691a078a7cf76226abac5bc3a82;hpb=002132b296e7f40a9aca3bb09530895c53bd74ba;p=dcpomatic.git diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc index bd6edefa9..4d8845402 100644 --- a/src/wx/dolby_doremi_certificate_panel.cc +++ b/src/wx/dolby_doremi_certificate_panel.cc @@ -1,89 +1,147 @@ /* - Copyright (C) 2014-2015 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ + #include "dolby_doremi_certificate_panel.h" #include "download_certificate_dialog.h" #include "wx_util.h" #include "lib/compose.hpp" -#include "lib/util.h" -#include "lib/signal_manager.h" #include "lib/internet.h" +#include "lib/signal_manager.h" +#include "lib/util.h" #include #include #include -#include -#include +#include + +using std::function; using std::string; -using std::cout; -using std::list; -using boost::function; +using std::vector; +using namespace boost::algorithm; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif +using dcp::raw_convert; -DolbyDoremiCertificatePanel::DolbyDoremiCertificatePanel (wxWindow* parent, DownloadCertificateDialog* dialog) - : DownloadCertificatePanel (parent, dialog) + +class Location { - add_label_to_sizer (_table, this, _("Serial number"), true); - _serial = new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxSize (300, -1)); - _table->Add (_serial, 1, wxEXPAND); +public: + Location(string url_, string file_) + : url(url_) + , file(file_) + {} + + string url; + string file; +}; - _serial->Bind (wxEVT_COMMAND_TEXT_UPDATED, boost::bind (&DownloadCertificateDialog::setup_sensitivity, _dialog)); - layout (); +DolbyDoremiCertificatePanel::DolbyDoremiCertificatePanel (DownloadCertificateDialog* dialog) + : DownloadCertificatePanel (dialog) +{ + } -void -DolbyDoremiCertificatePanel::download (wxStaticText* message) + +static void +try_dcp2000(vector& locations, string prefix, string serial) { - message->SetLabel (_("Downloading certificate")); + locations.push_back({ + String::compose("%1%2xxx/Dolby-DCP2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial) + }); - /* Hack: without this the SetLabel() above has no visible effect */ - wxMilliSleep (200); + locations.push_back({ + String::compose("%1%2xxx/Dolby-DCP2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial) + }); - signal_manager->when_idle (boost::bind (&DolbyDoremiCertificatePanel::finish_download, this, wx_to_std (_serial->GetValue ()), message)); + locations.push_back({ + String::compose("%1%2xxx/Dolby-DCP2000-%3.certs.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-DCP2000-%1.cert.sha256.pem", serial) + }); + + locations.push_back({ + String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("dcp2000-%1.cert.sha256.pem", serial) + }); + + locations.push_back({ + String::compose("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("dcp2000-%1.cert.sha256.pem", serial) + }); + + locations.push_back({ + String::compose("%1%2xxx/dcp2000-%3.certs.zip", prefix, serial.substr(0, 3), serial), + String::compose("dcp2000-%1.cert.sha256.pem", serial) + }); } -void -DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* message) + +static void +try_imb(vector& locations, string prefix, string serial) { - /* Try dcp2000, imb and ims prefixes (see mantis #375) */ + locations.push_back({ + String::compose("%1%2xxx/Dolby-IMB-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-IMB-%1.cert.sha256.pem", serial) + }); + + locations.push_back({ + String::compose("%1%2xxx/imb-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("imb-%1.cert.sha256.pem", serial) + }); +} - string const prefix = "ftp://anonymous@ftp.cinema.dolby.com/Certificates/"; - list urls; - list files; - urls.push_back (String::compose ("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial)); - files.push_back (String::compose ("dcp2000-%1.cert.sha256.pem", serial)); +static void +try_ims(vector& locations, string prefix, string serial) +{ + locations.push_back({ + String::compose("%1%2xxx/Dolby-IMS1000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-IMS1000-%1.cert.sha256.pem", serial) + }); - urls.push_back (String::compose ("%1%2xxx/dcp2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial)); - files.push_back (String::compose ("dcp2000-%1.cert.sha256.pem", serial)); + locations.push_back({ + String::compose("%1%2xxx/Dolby-IMS2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("Dolby-IMS2000-%1.cert.sha256.pem", serial) + }); - urls.push_back (String::compose ("%1%2xxx/dcp2000-%3.certs.zip", prefix, serial.substr(0, 3), serial)); - files.push_back (String::compose ("dcp2000-%1.cert.sha256.pem", serial)); + locations.push_back({ + String::compose("%1%2xxx/cert_Dolby-IMS3000-%3-SMPTE.zip", prefix, serial.substr(0, 3), serial), + String::compose("cert_Dolby-IMS3000-%1-SMPTE.pem", serial) + }); - urls.push_back (String::compose ("%1%2xxx/imb-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial)); - files.push_back (String::compose ("imb-%1.cert.sha256.pem", serial)); + locations.push_back({ + String::compose("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial), + String::compose("ims-%1.cert.sha256.pem", serial) + }); +} - urls.push_back (String::compose ("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial)); - files.push_back (String::compose ("ims-%1.cert.sha256.pem", serial)); - int const serial_int = dcp::raw_convert (serial); +static void +try_cat862(vector& locations, string prefix, string serial) +{ + int const serial_int = raw_convert (serial); string cat862; if (serial_int <= 510999) { @@ -95,8 +153,17 @@ DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* messa cat862 = String::compose ("CAT862_%1-%2", lower, lower + 999); } - urls.push_back (String::compose ("%1%2/cert_Dolby256-CAT862-%3.zip", prefix, cat862, serial_int)); - files.push_back (String::compose ("cert_Dolby256-CAT862-%1.pem.crt", serial_int)); + locations.push_back({ + String::compose("%1%2/cert_Dolby256-CAT862-%3.zip", prefix, cat862, serial_int), + String::compose("cert_Dolby256-CAT862-%1.pem.crt", serial_int) + }); +} + + +static void +try_dsp100(vector& locations, string prefix, string serial) +{ + int const serial_int = raw_convert(serial); string dsp100; if (serial_int <= 999) { @@ -108,15 +175,102 @@ DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* messa dsp100 = String::compose ("DSP100_%1_thru_%2", lower, lower + 999); } - urls.push_back (String::compose ("%1%2/cert_Dolby256-DSP100-%3.zip", prefix, dsp100, serial_int)); - files.push_back (String::compose ("cert_Dolby256-DSP100-%1.pem.crt", serial_int)); + locations.push_back({ + String::compose("%1%2/cert_Dolby256-DSP100-%3.zip", prefix, dsp100, serial_int), + String::compose("cert_Dolby256-DSP100-%1.pem.crt", serial_int) + }); +} + + +static void +try_cat745(vector& locations, string prefix, string serial) +{ + int const serial_int = raw_convert(serial.substr (1)); + + string cat745; + if (serial_int <= 999) { + cat745 = "CAT745_1_thru_999"; + } else if (serial_int >= 6000) { + cat745 = "CAT745_6000_and_higher"; + } else { + int const lower = serial_int - (serial_int % 1000); + cat745 = String::compose("CAT745_%1_thru_%2", lower, lower + 999); + } + + locations.push_back({ + String::compose("%1%2/cert_Dolby-CAT745-%3.zip", prefix, cat745, serial_int), + String::compose("cert_Dolby-CAT745-%1.pem.crt", serial_int) + }); +} + + +static void +try_cp850(vector& locations, string prefix, string serial) +{ + int const serial_int = raw_convert (serial.substr (1)); + + int const lower = serial_int - (serial_int % 1000); + locations.push_back({ + String::compose ("%1CP850_CAT1600_F%2-F%3/cert_RMB_SPB_MDE_FMA.Dolby-CP850-F%4.zip", prefix, lower, lower + 999, serial_int), + String::compose ("cert_RMB_SPB_MDE_FMA.Dolby-CP850-F%1.pem.crt", serial_int) + }); +} + + +static void +try_ims3000(vector& locations, string prefix, string serial) +{ + locations.push_back({ + String::compose ("%1%2xxx/cert_Dolby-IMS3000-%3-SMPTE.zip", prefix, serial.substr(0, 3), serial), + String::compose("cert_Dolby-IMS3000-%1-SMPTE.pem", serial) + }); +} + + +void +DolbyDoremiCertificatePanel::do_download () +{ + string serial = wx_to_std(_serial->GetValue()); + trim(serial); + + /* Try dcp2000, imb and ims prefixes (see mantis #375) */ + + string const prefix = "ftp://ftp.cinema.dolby.com/Certificates/"; + vector locations; + + bool starts_with_digit = false; + optional starting_char; + + if (!serial.empty()) { + if (isdigit (serial[0])) { + starts_with_digit = true; + } else { + starting_char = serial[0]; + } + } + + vector errors; + + if (starts_with_digit) { + try_dcp2000(locations, prefix, serial); + try_imb(locations, prefix, serial); + try_ims(locations, prefix, serial); + try_cat862(locations, prefix, serial); + try_dsp100(locations, prefix, serial); + try_ims3000(locations, prefix, serial); + } else if (starting_char == 'H') { + try_cat745(locations, prefix, serial); + } else if (starting_char == 'F') { + try_cp850(locations, prefix, serial); + } else { + errors.push_back(wx_to_std(_("Unrecognised serial number format (does not start with a number, H or F)"))); + } - list errors; bool ok = false; - list::const_iterator i = urls.begin (); - list::const_iterator j = files.begin (); - while (!ok && i != urls.end ()) { - optional error = get_from_zip_url (*i++, *j++, true, boost::bind (&DownloadCertificatePanel::load, this, _1)); + auto location = locations.begin(); + while (!ok && location != locations.end()) { + auto error = get_from_zip_url(location->url, location->file, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2)); + ++location; if (error) { errors.push_back (error.get ()); } else { @@ -125,22 +279,23 @@ DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* messa } if (ok) { - message->SetLabel (_("Certificate downloaded")); + _dialog->message()->SetLabel (_("Certificate downloaded")); _dialog->setup_sensitivity (); } else { - message->SetLabel (wxT ("")); + _dialog->message()->SetLabel (wxT ("")); - SafeStringStream s; - BOOST_FOREACH (string e, errors) { - s << e << "\n"; + string s; + for (auto e: errors) { + s += e + "\n"; } - error_dialog (this, std_to_wx (s.str ())); + error_dialog (this, std_to_wx (s)); } } -bool -DolbyDoremiCertificatePanel::ready_to_download () const + +wxString +DolbyDoremiCertificatePanel::name () const { - return !_serial->IsEmpty (); + return _("Dolby / Doremi"); }