[Box Backup-commit] [boxbackup/boxbackup] d7330c: BackupStoreContext: remove unused GetClientID() AP...

GitHub noreply at github.com
Fri Jun 15 23:58:41 BST 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: d7330ca363287cc08c97b83b28ba669a77e73324
      https://github.com/boxbackup/boxbackup/commit/d7330ca363287cc08c97b83b28ba669a77e73324
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
    M lib/backupstore/BackupStoreContext.h

  Log Message:
  -----------
  BackupStoreContext: remove unused GetClientID() API method


  Commit: 6502c83ebec32702fd389b6fdaa5e12a01f5e297
      https://github.com/boxbackup/boxbackup/commit/6502c83ebec32702fd389b6fdaa5e12a01f5e297
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
    M lib/backupstore/StoreTestUtils.cpp
    M lib/backupstore/StoreTestUtils.h
    M test/backupstore/testbackupstore.cpp

  Log Message:
  -----------
  testbackupstore: test that client ID must match SSL certificate


  Commit: dc2580ea2c50483d9c72cdfc2830f6b10c819a68
      https://github.com/boxbackup/boxbackup/commit/dc2580ea2c50483d9c72cdfc2830f6b10c819a68
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
    M bin/bbackupquery/bbackupquery.cpp
    A lib/backupclient/ConfiguredBackupClient.cpp
    A lib/backupclient/ConfiguredBackupClient.h
    M lib/bbackupd/BackupClientContext.cpp
    M lib/bbackupd/BackupClientContext.h
    M lib/bbackupd/BackupDaemon.cpp
    M lib/bbackupd/BackupDaemon.h
    M lib/common/CommonException.txt
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Refactor client connection code into ConfiguredBackupClient.{cpp,h}

Add support for configuring a client to connect to S3 instead of bbstored, with
StorageBackend set to "s3" instead of "bbstored" (the default, for backwards
compatibility).

Use this code to set up connections in bbackupd and bbackupquery. Refactor TLS,
connection setup and connection logging out of BackupDaemon and
BackupClientContext.


  Commit: 656502603dab4228c7e8df7e81d2e3a7f382e2f5
      https://github.com/boxbackup/boxbackup/commit/656502603dab4228c7e8df7e81d2e3a7f382e2f5
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-06-15 (Fri, 15 Jun 2018)

  Changed paths:
    M lib/server/makeprotocol.pl.in

  Log Message:
  -----------
  Refactor generated protocol classes

Simplify hierarchy slightly, document it in comments, and fix the bug where
mLastError* were shadowed in Wrapper classes, causing reply error checking to
fail.


Compare: https://github.com/boxbackup/boxbackup/compare/c401f649db75...656502603dab
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Boxbackup-commit mailing list