You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/01/26 16:55:31 UTC

[guacamole-client] branch master updated (ff6dc5f -> b51d2a8)

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

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from ff6dc5f  GUACAMOLE-784: Merge changes which tolerate the presence of a port number within X-Forwarded-For headers.
     add 15b6315  GUACAMOLE-938: Remove disconnect() utility function. Closing an LdapNetworkConnection cannot throw an IOException.
     add cb53b17  GUACAMOLE-938: Refactor LDAP connect/bind process such that the same code is used for all LDAP connection attempts, including referrals.
     add fe74922  GUACAMOLE-938: Use STARTTLS for "ldap://..." URLs if main LDAP connection uses STARTTLS.
     add a8b0189  GUACAMOLE-938: Correct typos in createLDAPConnection() documentation and copypasta repeating those typos.
     add ae4361a  GUACAMOLE-938: Merge unify bind/connect process for all LDAP connections.
     new b51d2a8  Merge staging/1.1.0 changes back to master.

The 1 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:
 .../auth/ldap/AuthenticationProviderService.java   |   6 +-
 .../guacamole/auth/ldap/LDAPConnectionService.java | 361 ++++++++++++++-------
 .../guacamole/auth/ldap/ObjectQueryService.java    |   9 +-
 3 files changed, 250 insertions(+), 126 deletions(-)


[guacamole-client] 01/01: Merge staging/1.1.0 changes back to master.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit b51d2a88b8415738f6fff19cc99bc2b3e4690da2
Merge: ff6dc5f ae4361a
Author: Virtually Nick <vn...@apache.org>
AuthorDate: Sun Jan 26 11:52:17 2020 -0500

    Merge staging/1.1.0 changes back to master.

 .../auth/ldap/AuthenticationProviderService.java   |   6 +-
 .../guacamole/auth/ldap/LDAPConnectionService.java | 361 ++++++++++++++-------
 .../guacamole/auth/ldap/ObjectQueryService.java    |   9 +-
 3 files changed, 250 insertions(+), 126 deletions(-)