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

tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from e1d1428  IMPALA-9384: Improve Impala shell usability by enabling 
live_progress in interactive mode
     new e858aba  IMPALA-9430: always pass through kerberos configs
     new 151754a  IMPALA-9359: recover from corrupt kerberos ccache
     new f66874e  IMPALA-9456: allow disabling kerberos selectively

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:
 be/src/common/global-flags.cc         |  18 +++-
 be/src/kudu/rpc/client_negotiation.cc |   7 ++
 be/src/kudu/security/init.cc          | 117 ++++++++++++-------------
 be/src/kudu/security/kinit_context.h  |  85 ++++++++++++++++++
 be/src/kudu/security/test/mini_kdc.cc |  11 ++-
 be/src/kudu/security/test/mini_kdc.h  |   3 +
 be/src/rpc/auth-provider.h            |  14 +--
 be/src/rpc/authentication-test.cc     |  18 ++--
 be/src/rpc/authentication.cc          | 157 +++++++++++++++++++---------------
 be/src/rpc/authentication.h           |   5 +-
 be/src/rpc/rpc-mgr-kerberized-test.cc | 130 ++++++++++++++++++++++++++++
 be/src/rpc/rpc-mgr.cc                 |   4 +-
 be/src/util/auth-util.h               |  12 +++
 13 files changed, 422 insertions(+), 159 deletions(-)
 create mode 100644 be/src/kudu/security/kinit_context.h

Reply via email to