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/04/19 20:28:58 UTC

[vcl] branch develop updated (cf06593 -> aeb81d1)

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

jfthomps pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git.


    from 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

No new revisions were added by this update.

Summary of changes:
 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          |   2 +-
 web/.ht-inc/utils.php                 |  96 +++-------
 web/shibauth/index.php                | 263 +-------------------------
 7 files changed, 669 insertions(+), 491 deletions(-)