This is an automated email from the ASF dual-hosted git repository.
jfthomps pushed a change to branch
VCL-1116_use_database_hostnames_for_ad_joined_computers
in repository https://gitbox.apache.org/repos/asf/vcl.git.
from ec5078b updated database with shorter name
add b39cee2 VCL-1113 - image capture for Windows system configured as
domain controller fails
add 143bf04 VCL-1041 - Customer facing email notifications are ugly
add bb45324 VCL-1095 - Move unjoining of Windows VMs from Active
Directory to earlier in the deprovision process
add e677172 VCL-1117 - vcld fails to set fixed IP address for Linux
server reservations if management node not set to static
add b2cb0df added support for offloading SSL to loadbalancer. the vcl
application will not force HTTPS when config option SSLOFFLOAD is enabled
within conf.php
add 9fd87f5 VCL-1112 - SSL Offload
add eee9889 added support for offloading SSL to loadbalancer. the vcl
application will not force HTTPS when config option SSLOFFLOAD is enabled
within conf.php
add cf06593 Merge branch 'VCL-1112_ssl_offload' of github.com:apache/vcl
into VCL-1112_ssl_offload
add aeb81d1 VCL-1086 - improve modularization of authentication
add 0eda523 VCL-1119 - wrong day submitted for future reservations made
in the evening
add 80705e8 VCL-1120 - image conversion from vmdk to qcow2 always done
twice
new 101b535 Merge branch 'develop' into
VCL-1116_use_database_hostnames_for_ad_joined_computers
add e17dae7 VCL-1106 - make PHP code compatible with PHP 7
new df80209 Merge branch 'develop' into
VCL-1116_use_database_hostnames_for_ad_joined_computers
new 0589919 VCL-1116 - use database hostnames for ad joined computers
The 3 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 | 4 +-
managementnode/lib/VCL/Module/OS.pm | 10 +-
managementnode/lib/VCL/Module/OS/Linux.pm | 34 ++-
managementnode/lib/VCL/Module/OS/Windows.pm | 78 ++++-
.../lib/VCL/Module/Provisioning/libvirt/KVM.pm | 2 +-
managementnode/lib/VCL/utils.pm | 34 +--
mysql/update-vcl.sql | 37 +++
mysql/vcl.sql | 37 ++-
web/.ht-inc/addomain.php | 19 +-
web/.ht-inc/authentication.php | 249 +++++++--------
web/.ht-inc/authmethods/itecsauth.php | 73 +++++
web/.ht-inc/authmethods/ldapauth.php | 137 +++++++++
web/.ht-inc/authmethods/shibauth.php | 340 ++++++++++++++++++++-
web/.ht-inc/conf-default.php | 5 +-
web/.ht-inc/siteconfig.php | 9 +
web/.ht-inc/utils.php | 102 ++-----
web/index.php | 9 +-
web/js/requests.js | 3 +-
web/js/resources/addomain.js | 10 +-
web/js/siteconfig.js | 17 +-
web/shibauth/index.php | 263 +---------------
web/testsetup.php | 4 +-
23 files changed, 1117 insertions(+), 561 deletions(-)
create mode 100755 managementnode/bin/vclmessages.pl