You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by gm...@apache.org on 2021/03/12 15:42:55 UTC

[vcl] branch vcl-perl-5.26 updated (5c3ecdb -> 4d31b30)

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

gmjennin pushed a change to branch vcl-perl-5.26
in repository https://gitbox.apache.org/repos/asf/vcl.git.


    from 5c3ecdb  VCL-1132 Added logic to skip character l and L when generating passwords
     new 74b8ad6  Adding in initial changes for management node and removing mangaement node
     new 788dedd  Fixing issues with ENV variables
     new ac87f91  Adding in session to windows and vcld
     new 4d31b30  Merge pull request #12 from gjenning/vcl-perl-5.26

The 2630 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:
 .gitignore                                         |   2 +-
 managementnode/bin/.gitignore                      |   3 +
 managementnode/bin/vcld                            |  94 +--
 managementnode/lib/VCL/DataStructure.pm            |  83 ++-
 managementnode/lib/VCL/Module.pm                   |  27 +-
 managementnode/lib/VCL/Module/OS.pm                |  28 +-
 .../lib/VCL/Module/OS/Linux/firewall/iptables.pm   |  17 +-
 managementnode/lib/VCL/Module/OS/Windows.pm        |  25 +-
 .../lib/VCL/Module/Provisioning/docker.pm          |   8 +-
 managementnode/lib/VCL/Module/State.pm             |  32 +-
 managementnode/lib/VCL/blockrequest.pm             |   6 +-
 managementnode/lib/VCL/utils.pm                    | 720 +++++++++++++--------
 12 files changed, 672 insertions(+), 373 deletions(-)
 create mode 100644 managementnode/bin/.gitignore