This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from d1aa2a5  MINIFICPP-1790 - Change default agent property update lifetime
     new bc46482  MINIFICPP-1779 Verify multiple C2 commands in HB response
     new aa65430  MINIFICPP-1783 Encrypted values in agent manifest should 
remain in encrypted form
     new 163c7c2  MINIFICPP-1789 - Log checking is wrong in integration tests
     new 1d3b2fc  MINIFICPP-1792 Fix build with cmake 3.23.0
     new 4700087  MINIFICPP-1788 flush old bins on expiration

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cmake/BundledAwsSdkCpp.cmake                       |  60 +++++-----
 cmake/BundledAzureSdkCpp.cmake                     |  24 ++--
 cmake/BundledCivetWeb.cmake                        |  10 +-
 cmake/BundledLibSSH2.cmake                         |   4 +-
 cmake/BundledLibcURL.cmake                         |   4 +-
 cmake/BundledOpen62541.cmake                       |   4 +-
 cmake/BundledOpenCV.cmake                          |  64 +++++-----
 cmake/BundledRocksDB.cmake                         |   4 +-
 cmake/BundledSpdlog.cmake                          |   6 +-
 cmake/BundledYamlCpp.cmake                         |   8 +-
 .../integration/MiNiFi_integration_test_driver.py  |   4 +-
 docker/test/integration/features/mqtt.feature      |   6 +-
 docker/test/integration/steps/steps.py             |   4 +-
 .../http-curl/tests/C2DescribeManifestTest.cpp     |  10 ++
 .../http-curl/tests/C2MultipleCommandsTest.cpp     | 130 +++++++++++++++++++++
 extensions/http-curl/tests/CMakeLists.txt          |   1 +
 extensions/http-curl/tests/HTTPHandlers.h          |  65 +++++++----
 extensions/libarchive/BinFiles.cpp                 |   2 +
 libminifi/src/FlowController.cpp                   |   2 +-
 libminifi/src/c2/C2Client.cpp                      |   2 +-
 libminifi/test/integration/IntegrationBase.h       |   4 +
 21 files changed, 303 insertions(+), 115 deletions(-)
 create mode 100644 extensions/http-curl/tests/C2MultipleCommandsTest.cpp

Reply via email to