1. 2d0c5eb Fixed many Javadoc issues by emmanuel lecharny · 5 years ago
  2. 2a77152 Improved the hashcode pre-computation protection: we use a temporary by emmanuel lecharny · 5 years ago
  3. 850dee0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 5 years ago
  4. 27e03ad bumped up dependencies by emmanuel lecharny · 5 years ago
  5. 95915c9 Added the LdapClientTrustStoreManager class that is used to check certificates by emmanuel lecharny · 5 years ago
  6. ac2adc1 bumped up MINA to 2.1.0 by emmanuel lecharny · 5 years ago
  7. b6a981f Added a printstacktrace to track errors by emmanuel lecharny · 5 years ago
  8. bbbcb5d Updating SLF4J by Colm O hEigeartaigh · 5 years ago
  9. 80b9c94 Updating DOM4J to 2.1.1 by Colm O hEigeartaigh · 5 years ago
  10. 9119e92 Don't run deploy within Docker, credentials not available by Stefan Seelmann · 5 years ago
  11. 373400a Remove deploy condition by Stefan Seelmann · 5 years ago
  12. a4769f8 Fix deploy and send notification by Stefan Seelmann · 5 years ago
  13. 8d24139 Removed the Mutable classes (AttributeType, ObjectClass, MatchingRule) by emmanuel lecharny · 5 years ago
  14. 8e2d017 Skip tests on Java 12, still flaky by Stefan Seelmann · 5 years ago
  15. 45c7963 Temporary add snapshot repository here to be able to resolve snapshot parent pom by Stefan Seelmann · 5 years ago
  16. 6464677 Update jenkins file by Stefan Seelmann · 5 years ago
  17. b14fa79 Removed files that should not have been committed by Emmanuel Lecharny · 5 years ago
  18. f439b5a As suggested by Stefan, throw a RTE instead of nothing by Emmanuel Lecharny · 5 years ago
  19. 51b35a6 Fix for DIRAPI-301: we use a default TrustManager, instead of a by Emmanuel Lecharny · 5 years ago
  20. 0cce09b Rename the Value.getValue() to Value.getString() (cf DIRAPI-328) by Emmanuel Lecharny · 5 years ago
  21. 0a198ab Improved the generics for Grammar by Emmanuel Lecharny · 5 years ago
  22. c783a2b o Used a TLS to store the encoding buffer by Emmanuel Lecharny · 5 years ago
  23. fb5720c o Added some missing hashcode methods by Emmanuel Lecharny · 5 years ago
  24. cb78ad6 Fixed 20 blocker issues (Sonar) by Emmanuel Lecharny · 5 years ago
  25. 0169c46 Fixing Sonar errors by Emmanuel Lecharny · 5 years ago
  26. 0df6b09 Made the Asn1Decoder class a static class by Emmanuel Lecharny · 5 years ago
  27. f5a7338 o Removed some dead code from LdapEncoder o Renamed some methods by Emmanuel Lecharny · 5 years ago
  28. e861d2c Fix some OSGi issues by Stefan Seelmann · 5 years ago
  29. ef9080f Renamed the LdapMessageContainerDirect to LdapMessageContainer by Emmanuel Lecharny · 5 years ago
  30. c414542 o Added the SyncStateValue factory in the list of response factories (it by Emmanuel Lecharny · 5 years ago
  31. 8c30eec o Added a NoD factory by Emmanuel Lecharny · 5 years ago
  32. e7e2049 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  33. ac9529e Removed some dead code by Emmanuel Lecharny · 5 years ago
  34. b23123d Rmoved Decorators from teh LDAP API by Emmanuel Lecharny · 5 years ago
  35. 9dce02b Fix license header by Stefan Seelmann · 5 years ago
  36. 648db0c Extract certificate exception classification to make it reusable by Stefan Seelmann · 5 years ago
  37. 1118e2d Fix race condition in intermediate response handling. The incomplete intermediate response object was already passed to the future, response name and value were set afterwards, the consumer of the future queue hence saw sometimes null values. by Stefan Seelmann · 5 years ago
  38. ddaa1d7 o Added a hashCode() method to the AttributeType class by Emmanuel Lecharny · 5 years ago
  39. f39c863 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  40. e49202a o Removed the normal encoding from tests, using only the reverse encoder by elecharny · 5 years ago
  41. a855de4 Fix OSGi by Stefan Seelmann · 5 years ago
  42. 378ccc3 DIRAPI-330: Improve TLS handshake error handling by Stefan Seelmann · 5 years ago
  43. d4c1805 o Don't write Decorated messages anymore o Minor cleanups by elecharny · 5 years ago
  44. 9fe1a5e o Added the reverse encoding for IntermediateResponse and extended by elecharny · 5 years ago
  45. aac27f7 o Added the IntermediateResponse reverse encoding by elecharny · 5 years ago
  46. 96afd5a Added some test with controls by elecharny · 5 years ago
  47. 502ba29 Completed the ExtendedResponse reverse encoding factories by elecharny · 5 years ago
  48. 3994466 o Added the EndTransacytionResponse reverse encoding by elecharny · 5 years ago
  49. 8126fd3 Added the reverse encoding for all the ExtendedRequest operations by elecharny · 5 years ago
  50. 3cca9d0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lécharny · 5 years ago
  51. 9223188 o Added a BerValue.encodeOctetString( Asn1Buffer, String ) method by elecharny · 5 years ago
  52. 5d8a54f o Added a BerValue.encodeOctetStriung( Asn1Buffer, String ) method by elecharny · 5 years ago
  53. 811a6be o Created a Asn1Buffer constructor by elecharny · 5 years ago
  54. 0289866 o Fixed the reverse encoding of controls by elecharny · 5 years ago
  55. c609508 o Completed the controls reverse encoding implementation. by elecharny · 5 years ago
  56. cc1c30c o Added the reverse encoding for VLV by elecharny · 5 years ago
  57. dca2e9f o Fixed the AdPolicyHints control, it can't be decoded by elecharny · 5 years ago
  58. 1db0ec8 o Added the SyncStateValue reverse encoding by elecharny · 5 years ago
  59. 19f60cb o Added the reverse encoding for SyncDoneValue and SyncRequestValue by elecharny · 5 years ago
  60. 53d31df Removed a checkstyle error by elecharny · 5 years ago
  61. 2f25bc5 o Split the PasswordPolicy control into request and response by elecharny · 5 years ago
  62. 5fc53d8 Improved the class header by elecharny · 5 years ago
  63. bef74d4 Fix OSGi by Stefan Seelmann · 5 years ago
  64. f69e476 Calling the correct Request/Response control crator method by Emmanuel Lecharny · 5 years ago
  65. 4e2f611 o Split the AdDirSync control into two classes: one for the request, by Emmanuel Lecharny · 5 years ago
  66. 02735e3 Set the secure processing feature on the TransformerFactory by Colm O hEigeartaigh · 5 years ago
  67. d41e19a Moved some constants from decorator to factory by Emmanuel Lecharny · 5 years ago
  68. e7f26dd o Rename 2 control Impl classes by Emmanuel Lecharny · 5 years ago
  69. 1422ea7 o Completed the reverse encoding for all the Model controls by Emmanuel Lecharny · 5 years ago
  70. 671f626 o Formatted tests for EntryChange control, and added checks for reverse encoding by Emmanuel Lecharny · 5 years ago
  71. 8fb2b00 o Added the reverse encoded value for PagedSearch Control (and the by Emmanuel Lecharny · 5 years ago
  72. a419be4 o Improved the Asn1Buffer toString() method by Emmanuel Lecharny · 5 years ago
  73. 558df68 o Implemented the SearchResultReference reverse encoding by Emmanuel Lecharny · 5 years ago
  74. 09a6dd8 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  75. 5afe024 o Implemented the SearchResultDone and SearchResultEntry reverse encoders by Emmanuel Lecharny · 5 years ago
  76. d230f99 o Added the Compare, Delete, Modify and ModifyDn factories by Emmanuel Lecharny · 5 years ago
  77. 2f9b21f o Added the AddResponse and BindResponse factories by Emmanuel Lecharny · 5 years ago
  78. 092ba13 o Added the AddResponse and BindResponse factories by Emmanuel Lecharny · 5 years ago
  79. 66e20f8 o Completed the SearchRequest test refactoring by Emmanuel Lecharny · 5 years ago
  80. 213ca63 o Added tests for Substring filters by Emmanuel Lecharny · 5 years ago
  81. 82b413d o Added the SearchRequest revert encoding by Emmanuel Lecharny · 5 years ago
  82. 6351d8b o Added the Modify and Unbind factories by Emmanuel Lecharny · 5 years ago
  83. e4a68e6 o Formatted request tests by Emmanuel Lecharny · 5 years ago
  84. d134a91 o Added the Abandon, Add, Bind and Delete request factories by Emmanuel Lecharny · 5 years ago
  85. 83e85e8 Added a second implementation of an Asn1Buffer, with linked internal buffers by Emmanuel Lecharny · 5 years ago
  86. 80304cb Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  87. 7c7f2ec o Some fix for Asn1Buffer by elecharny · 5 years ago
  88. 4f0e88d Added the Asn1Buffer class. It's not being used atm. by elecharny · 5 years ago
  89. 5029247 Merge pull request #3 from solomax/master by Emmanuel Lécharny · 5 years ago
  90. 1378a30 Applied patch from DIRAPI-324 by elecharny · 5 years ago
  91. 518b4b4 o Made the LdapEncoder class a static class by elecharny · 5 years ago
  92. 6f9b650 Fix for DIRSERVER-2256 (which is an API issue) by elecharny · 5 years ago
  93. 3238886 [DIRAPI-324] commons-lang and commons-collections are updated by Maxim Solodovnik · 6 years ago
  94. 293d659 Remove superfluous plugin configuration. OSGi tests anyway spawn a new JVM because is used. by Stefan Seelmann · 6 years ago
  95. 22d9d13 Fixed wrong access to Syntax member instead of getter by Radovan Semancik · 6 years ago
  96. 2e0a68d o Removed unused abstract classes by Emmanuel Lécharny · 6 years ago
  97. e0d873d Restore the previous switch for requests/response to make ApacheDS happy by Emmanuel Lécharny · 6 years ago
  98. a0b0e58 The AbstractRequest class should be abstract by Emmanuel Lécharny · 6 years ago
  99. 78a0662 Fixed the compilation errors by Emmanuel Lécharny · 6 years ago
  100. 4fba86c o Formatting tests o Using a decorator instead of a plain message by Emmanuel Lécharny · 6 years ago