1. 09 2月, 2018 2 次提交
    • D
      storage: extract storage file backend from main storage driver backend · 3be2d168
      Daniel P. Berrangé 提交于
      The storage driver backends are serving the public storage pools API,
      while the storage file backends are serving the internal QEMU driver and
      / or libvirt utility code.
      
      To prep for moving this storage file backend framework into the utility
      code, split out the backend definitions.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      3be2d168
    • T
      fix regex to check CN from server certificate · d0a60771
      Tiago M. Vieira 提交于
      Currently when the script validates the PKI files and
      the certificate 'Subject:' field contains RDNs after
      the Common Name (CN), these values are also included,
      creating a false result that the CN is not correct.
      
      A small change to the sed regex fixes this issue, by
      extracting only the value for CN and nothing else. The
      regex is replaced with the exact same regex used to
      extract the CN value from the client certificate.
      d0a60771
  2. 08 2月, 2018 1 次提交
  3. 07 2月, 2018 8 次提交
  4. 06 2月, 2018 12 次提交
  5. 05 2月, 2018 10 次提交
  6. 03 2月, 2018 7 次提交