1. e3197ce DIRKRB-486. Initial work for the support, introducing toStr() method by Kai Zheng · 8 years ago
  2. 1d93856 ASN1. Introduced Asn1Constructed for support of some primitive types using constructed encoding by Kai Zheng · 8 years ago
  3. 949104f Minor grammatical fix by Colm O hEigeartaigh · 8 years ago
  4. 0138b2a Remove logging output from console during build by Colm O hEigeartaigh · 8 years ago
  5. 54c10a3 ASN1. Simplified a bit some codes for collection types by Kai Zheng · 8 years ago
  6. f98e113 ASN1. Added Asn1Util for those static functions in Asn1Object by Kai Zheng · 8 years ago
  7. a74ee67 ASN1. Getting rid of LimitedByteBuffer, use ByteBuffer directly by Kai Zheng · 8 years ago
  8. 8b0ef71 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  9. 66fce42 ASN1. Use Tag class to simplify by Kai Zheng · 8 years ago
  10. dbc73db DIRKRB-484 Refactor configuration items for TokenPreauth in KDC side by Lin · 8 years ago
  11. 27038b8 Fixed two style issues by Kai Zheng · 8 years ago
  12. ca1e8c1 Consolidate the relevant hex-bytes converting utilities for more tests by Kai Zheng · 8 years ago
  13. 78f67dc Better supporting any type by Kai Zheng · 8 years ago
  14. 8483322 Renamed spec package to type for Kerberos types defined in kerb-core module to be consistent with ASN1/X509/CMS by Kai Zheng · 8 years ago
  15. 1d41d3a More refactoring using SGT by Kai Zheng · 8 years ago
  16. 5372621 DIRKRB-481 Refine some API functions favoring SGT (Service Granting Ticket) by Kai Zheng · 8 years ago
  17. d10bf63 DIRKRB-480 Separate PKINIT client out of KrbClient by Kai Zheng · 8 years ago
  18. 759f26f DIRKRB-479 Separate token client out of KrbClient by Kai Zheng · 8 years ago
  19. 105dc25 Moved some classes out of the asn1 type package by Kai Zheng · 8 years ago
  20. 9601a5a Separate encode/decode specific stuffs from AbstractAsn1Type into Asn1Object by Kai Zheng · 8 years ago
  21. af7deb6 Removed unused x509 package. by plusplusjiajia · 8 years ago
  22. e00fa4e Fixed some checking styles by Kai Zheng · 8 years ago
  23. ac93a20 DIRKRB-463 Cryptographic Message Syntax (CMS) support. by plusplusjiajia · 8 years ago
  24. 93bcd6f DIRKRB-473. Initially added X509 ASN1 types by Kai Zheng · 8 years ago
  25. 0cac182 DIRKRB-476 Added enumerated type by Kai Zheng · 8 years ago
  26. 4d4be89 Added some javadoc by Kai Zheng · 8 years ago
  27. a8a0769 DIRKRB-476 Allow to define explicit and implicit fields more easily for collection types by Kai Zheng · 8 years ago
  28. 28bb76d Renamed the method: getIntValue to getValue by Kai Zheng · 8 years ago
  29. 1f4b21c DIRKRB-474 Refined asn1 APIs, getting rid of the questionable encoding option; Made it more general, not too friendly to Kerberos, considering CMS & X509 types by Kai Zheng · 8 years ago
  30. b7a062e Use StandardCharsets.UTF_8 to avoid handling of UnsupportedEncodingException by Stefan Seelmann · 8 years ago
  31. 8194b21 DIRKRB-475 The decoded asn1 object with the wrong tagFlags. by plusplusjiajia · 8 years ago
  32. e69ab4d Revert "DIRKRB-475 The decoded asn1 object with the wrong tagFlags." by plusplusjiajia · 8 years ago
  33. 5706da2 DIRKRB-475 The decoded asn1 object with the wrong tagFlags. by plusplusjiajia · 8 years ago
  34. c307970 Merge with latest changes by Kai Zheng · 8 years ago
  35. 57d63f2 DIRKRB-474 Moved KrbFlags to asn1 module as Asn1Flags since it's also desired by X509 and CMS by Kai Zheng · 8 years ago
  36. eeff107 Fix the failure of KrbFlagsTest. by plusplusjiajia · 8 years ago
  37. 1fbaebc Merge remote-tracking branch 'asf/master' by plusplusjiajia · 8 years ago
  38. 4865679 Fix the KrbFlag issue. by plusplusjiajia · 8 years ago
  39. 4bc0369 Removed unused imports by Drankye · 8 years ago
  40. df6ba15 DIRKRB-469 & DIRKRB-470 setting vno & cksum fields when making authenticator by Drankye · 8 years ago
  41. fe97606 DIRKRB-467 Allow to kdc_port to be set for both tcp and udp ports by Drankye · 8 years ago
  42. 63d7ff1 DIRKRB-466 [KinitTool] conf option should be optional as it is specified by Drankye · 8 years ago
  43. f7cff59 DIRKRB-465 Avoid setting an invalid kvno (-1) when not available while encrypting authenticator by Kai Zheng · 8 years ago
  44. f883b55 DIRKRB-464 Correcting the principal name type for the TGS principal by Kai Zheng · 8 years ago
  45. c7b42ba DIRKRB-462 Enhance kadmin to support add random key principal. by plusplusjiajia · 8 years ago
  46. 675d5c0 Get rid of a stacktrace dumping by Kai Zheng · 8 years ago
  47. f8ddb69 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  48. ea2cd2e DIRKRB-460 Categorize KrbOptions by adding group info by Kai Zheng · 8 years ago
  49. 9063089 Merge remote-tracking branch 'asf/master' by plusplusjiajia · 8 years ago
  50. 3fc6706 Add the mvn dependency in README.md. by plusplusjiajia · 8 years ago
  51. b071833 A minor fixup by Kai Zheng · 8 years ago
  52. a9799ac Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  53. ea74f8d DIRKRB-461 Support getting an item from multiple sections by Kai Zheng · 8 years ago
  54. a902861 Updating the README.md. by plusplusjiajia · 8 years ago
  55. 02e97e8 DIRKRB-450 Allow to pass KdcOption related options from KinitTool down to KrbClient. Contributed by Steve. by plusplusjiajia · 8 years ago
  56. d18ad29 Enable assembly plugin to create tar.gz and zip packages for tool-dist by yaningxu · 8 years ago
  57. e7ac62b Enable assembly plugin to create tar.gz and zip packages by yaningxu · 8 years ago
  58. abe9daa DIRKRB-448 Enhance AbstractInternalKrbClient and AsRequest to insert a provided server name. Contributed by Steve. by plusplusjiajia · 8 years ago
  59. c3c778f DIRKRB-449 Fix the bit manipulation functions in KrbFlags. Contributed by Steve. by plusplusjiajia · 8 years ago
  60. cf6e39b Handling default config value in better way and solved DIRKRB-457 by Kai Zheng · 8 years ago
  61. 955a845 DIRKRB-456 KinitTool doesn't work to use keytab file by Kai Zheng · 8 years ago
  62. cae0be3 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  63. 5ffd0a2 DIRKRB-455 Configuring kdc_host in client krb5.conf doesn't work by Kai Zheng · 8 years ago
  64. 9f4c1fe fix linux shell scripts run errors by yaningxu · 8 years ago
  65. 0295395 DIRKRB-447 Fix multiple SLF4J bindings. by plusplusjiajia · 8 years ago
  66. 2daee23 refine persistTofile() method in JsonIdentityBackend.java and close the FileInputStream after used in IOUtil.java by yaningxu · 8 years ago
  67. 44f40d1 refine persistTofile() method in JsonIdentityBackend.java and close the FileInputStream after used in IOUtil.java by yaningxu · 8 years ago
  68. df2539b fix json backend problem that a new json backend database file will be created when new identities added by yaningxu · 8 years ago
  69. ed68699 kinit is enhanced to request a service ticket by yaningxu · 8 years ago
  70. 8123246 wip by yaningxu · 8 years ago
  71. 6006704 DIRKRB-438 Build failure with maven-surefire-plugin error. by plusplusjiajia · 8 years ago
  72. 8ee7c59 DIRKRB-439 Refactor the TokenEncoder and TokenDecoder. by plusplusjiajia · 8 years ago
  73. 487043c Revert "DIRKRB-437 Update the assertj version to 3.2.0." by plusplusjiajia · 8 years ago
  74. 9ce2a55 DIRKRB-437 Update the assertj version to 3.2.0. by plusplus_jiajia · 8 years ago
  75. 103de43 Merge remote-tracking branch 'asf/master' by plusplus_jiajia · 8 years ago
  76. 0365e57 DIRKRB-435 JWT Audience restriction validation is not working. Add check Access Token Audience. by plusplus_jiajia · 8 years ago
  77. 8ad5f32 Updating some dependencies by Colm O hEigeartaigh · 9 years ago
  78. 23eee00 DIRKRB-436 KDC accepts an unsigned JWT token. by plusplus_jiajia · 9 years ago
  79. e567dfd More tests by Colm O hEigeartaigh · 9 years ago
  80. b58fb7f Add support for decrypting JWT tokens in the KDC by Colm O hEigeartaigh · 9 years ago
  81. c3ada0c Fixed a NPE on a bad JWT signature validation + added tests. by Colm O hEigeartaigh · 9 years ago
  82. 3cec9dc DIRKRB-435 JWT Audience restriction validation is not working. by plusplus_jiajia · 9 years ago
  83. b4c2b2d Adding some JWT tests by Colm O hEigeartaigh · 9 years ago
  84. 49482c4 DIRKRB-431 Check NotBeforeTime when processing JWT. by plusplus_jiajia · 9 years ago
  85. d61b6ee DIRKRB-429 Token issuer must be trusted as one of preconfigured issuers. by plusplus_jiajia · 9 years ago
  86. 0500943 DIRKRB-428 Signed token in TokenLoginTestBase and WithTokenKdcTestBase. by plusplusjiajia · 9 years ago
  87. 0df9588 DIRKRB-434 Get the verify key for signed JWT token from kdc config. by plusplusjiajia · 9 years ago
  88. 91f6e71 DIRKRB-433 Load the private key and public key from file. by plusplusjiajia · 9 years ago
  89. a180614 Run the Token Pre Auth integration tests as part of the maven build! by Colm O hEigeartaigh · 9 years ago
  90. 93485f4 Renaming by Colm O hEigeartaigh · 9 years ago
  91. 657a5b5 Minor fix by Colm O hEigeartaigh · 9 years ago
  92. 6ad6984 Avoid NPE by Colm O hEigeartaigh · 9 years ago
  93. b283dec Adding ability to encrypt and sign using non-RSA keys by Colm O hEigeartaigh · 9 years ago
  94. eff5d0c DIRKRB-424 Need to initialize the log4j system properly. by plusplusjiajia · 9 years ago
  95. bbed4ef DIRKRB-427 Add appropriate SLF4J binding in kerby-config module. by plusplusjiajia · 9 years ago
  96. b301875 DIRKRB-426. KrbClient wont accept principal name not of realm part by Kai Zheng · 9 years ago
  97. 59a6b65 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 9 years ago
  98. 3b5a446 DIRKRB Default KDC network repeatedly reports socket timeout exception unnecessarily by Kai Zheng · 9 years ago
  99. f9d9974 Checkstyle fix by Stefan Seelmann · 9 years ago
  100. 3dd63f3 DIRKRB-422. Enhance json backend to support transaction for reasonable efficiency, allowing flush only when commit by Kai Zheng · 9 years ago