You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2015/07/01 15:13:41 UTC

[3/3] directory-kerby git commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/directory-kerby

Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/directory-kerby


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

Branch: refs/heads/master
Commit: cdfbc825f5d9a6868c329a8f22d446c420d1cf69
Parents: 81f69a0 eeb3c59
Author: Kiran Ayyagari <ka...@apache.org>
Authored: Wed Jul 1 21:08:58 2015 +0800
Committer: Kiran Ayyagari <ka...@apache.org>
Committed: Wed Jul 1 21:08:58 2015 +0800

----------------------------------------------------------------------
 .../kerberos/kdc/WithTokenKdcTestBase.java      |  4 +-
 .../kerby/kerberos/kerb/client/KrbClient.java   | 26 +++++++-
 .../kerb/spec/ticket/AbstractServiceTicket.java | 49 ----------------
 .../kerberos/kerb/spec/ticket/KrbTicket.java    | 49 ++++++++++++++++
 .../kerb/spec/ticket/ServiceTicket.java         |  2 +-
 .../kerberos/kerb/spec/ticket/TgtTicket.java    |  2 +-
 .../kerby/kerberos/kerb/ccache/Credential.java  |  6 +-
 .../kerberos/kerb/ccache/CredentialCache.java   | 33 ++++++++---
 .../kerby/kerberos/tool/kinit/KinitTool.java    | 41 +++++--------
 .../java/org/apache/kerby/util/HexUtil.java     |  7 ++-
 .../java/org/apache/kerby/util/NetworkUtil.java |  3 +-
 .../main/java/org/apache/kerby/util/OSUtil.java | 62 ++++++++++++++++++++
 .../java/org/apache/kerby/util/SysUtil.java     | 35 +++++++++++
 .../main/java/org/apache/kerby/util/Utf8.java   | 22 ++++++-
 14 files changed, 245 insertions(+), 96 deletions(-)
----------------------------------------------------------------------