You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/05/21 18:59:36 UTC

[vcl] 01/03: Merge branch 'develop' into VCL-1116_use_database_hostnames_for_ad_joined_computers

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

jfthomps pushed a commit to branch VCL-1116_use_database_hostnames_for_ad_joined_computers
in repository https://gitbox.apache.org/repos/asf/vcl.git

commit 101b5352f4a783591fdd6ae462f67c2f832f7481
Merge: ec5078b 80705e8
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Tue May 7 15:16:49 2019 -0400

    Merge branch 'develop' into VCL-1116_use_database_hostnames_for_ad_joined_computers

 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 ++++-
 .../lib/VCL/Module/Provisioning/libvirt/KVM.pm     |   2 +-
 managementnode/lib/VCL/utils.pm                    |  34 +--
 mysql/update-vcl.sql                               |  36 +++
 mysql/vcl.sql                                      |  35 +++
 web/.ht-inc/addomain.php                           |   4 -
 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                              |  96 ++----
 web/index.php                                      |   9 +-
 web/js/requests.js                                 |   3 +-
 web/js/siteconfig.js                               |  17 +-
 web/shibauth/index.php                             | 263 +---------------
 web/testsetup.php                                  |   4 +-
 22 files changed, 1096 insertions(+), 544 deletions(-)