You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2017/11/27 01:37:23 UTC

[2/3] directory-kerby git commit: Merge remote-tracking branch 'asf/trunk' into has-project

Merge remote-tracking branch 'asf/trunk' into has-project


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/90506c46
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/90506c46
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/90506c46

Branch: refs/heads/has-project
Commit: 90506c46464ea4289693702fad6c301c4a575b10
Parents: be58056 b5b538f
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Nov 20 09:10:06 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Nov 20 09:10:06 2017 +0800

----------------------------------------------------------------------
 .../identitybackend/JsonIdentityBackend.java    |   2 +-
 .../identitybackend/LdapIdentityBackend.java    |   2 +-
 .../org/apache/kerby/KrbIdentityComparator.java |   2 +-
 .../org/apache/kerby/KrbIdentitySerializer.java |   2 +-
 .../java/org/apache/kerby/MavibotBackend.java   |   2 +-
 .../apache/kerby/KrbIdentitySerializerTest.java |   2 +-
 .../org/apache/kerby/MavibotBackendTest.java    |   2 +-
 .../ZookeeperIdentityBackend.java               |   2 +-
 .../kerb/admin/kadmin/local/AdminHelper.java    |   2 +-
 .../kerb/admin/kadmin/local/LocalKadmin.java    |   2 +-
 .../admin/kadmin/local/LocalKadminImpl.java     |   2 +-
 .../kerberos/kerb/request/KdcClientRequest.java | 219 +++++++++++++++++++
 .../kerberos/kerb/request/KrbIdentity.java      | 188 ++++++++++++++++
 .../kerb/type/kdc/KdcClientRequest.java         | 117 ----------
 .../kerb/identity/backend/BackendTest.java      |   2 +-
 .../kerb/identity/backend/BackendTestUtil.java  |   2 +-
 kerby-kerb/kerb-identity/pom.xml                |   5 +
 .../kerberos/kerb/identity/BatchTrans.java      |   1 +
 .../kerb/identity/CacheableIdentityService.java |   3 +-
 .../kerberos/kerb/identity/IdentityService.java |   3 +-
 .../kerberos/kerb/identity/KrbIdentity.java     | 181 ---------------
 .../backend/AbstractIdentityBackend.java        |   4 +-
 .../identity/backend/MemoryIdentityBackend.java |   2 +-
 .../kerberos/kerb/server/request/AsRequest.java |   2 +-
 .../kerb/server/request/KdcRequest.java         |   2 +-
 .../kerb/server/request/TgsRequest.java         |   2 +-
 .../kerb/server/request/TicketIssuer.java       |  20 +-
 .../kadmin/command/GetPrincipalCommand.java     |   2 +-
 28 files changed, 455 insertions(+), 322 deletions(-)
----------------------------------------------------------------------