This is an automated email from the ASF dual-hosted git repository.
jfthomps pushed a change to branch VCL-1112_ssl_offload
in repository https://gitbox.apache.org/repos/asf/vcl.git.
from eee9889 added support for offloading SSL to loadbalancer. the vcl
application will not force HTTPS when config option SSLOFFLOAD is enabled
within conf.php
new b39cee2 VCL-1113 - image capture for Windows system configured as
domain controller fails
new 143bf04 VCL-1041 - Customer facing email notifications are ugly
new bb45324 VCL-1095 - Move unjoining of Windows VMs from Active
Directory to earlier in the deprovision process
new e677172 VCL-1117 - vcld fails to set fixed IP address for Linux
server reservations if management node not set to static
new b2cb0df added support for offloading SSL to loadbalancer. the vcl
application will not force HTTPS when config option SSLOFFLOAD is enabled
within conf.php
new 9fd87f5 VCL-1112 - SSL Offload
new cf06593 Merge branch 'VCL-1112_ssl_offload' of github.com:apache/vcl
into VCL-1112_ssl_offload
The 2564 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:
managementnode/bin/vclmessages.pl | 202 ++++++++++++++++++++++++++++
managementnode/lib/VCL/DataStructure.pm | 2 +
managementnode/lib/VCL/Module/OS.pm | 10 +-
managementnode/lib/VCL/Module/OS/Linux.pm | 34 +++--
managementnode/lib/VCL/Module/OS/Windows.pm | 76 ++++++++++-
managementnode/lib/VCL/utils.pm | 34 ++---
mysql/update-vcl.sql | 36 +++++
mysql/vcl.sql | 35 +++++
web/.ht-inc/addomain.php | 4 -
web/.ht-inc/siteconfig.php | 9 ++
web/js/siteconfig.js | 17 ++-
web/testsetup.php | 4 +-
12 files changed, 415 insertions(+), 48 deletions(-)
create mode 100755 managementnode/bin/vclmessages.pl