1. db3e53c Refered to MINA 2.1.2 which has been released by emmanuel lecharny · 5 years ago
  2. 721bef1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 5 years ago
  3. a9640f8 Added support for RFC 4525 (modify increment operation) by emmanuel lecharny · 5 years ago
  4. 9078db5 Updating NOTICE year by Colm O hEigeartaigh · 5 years ago
  5. 57e3875 Fixed the maven release plugin config so that the module's version is by emmanuel lecharny · 5 years ago
  6. d15cbb6 Fix m2 repo mount by Stefan Seelmann · 5 years ago
  7. 1adb624 Bumped up MINA dependency by emmanuel lecharny · 5 years ago
  8. f87ca9c Fix m2 repo mount by Stefan Seelmann · 5 years ago
  9. cbb32ee Remove retry by Stefan Seelmann · 5 years ago
  10. 71b7278 Attempt to stabilize OSGi tests with Java 12 by Stefan Seelmann · 5 years ago
  11. 56b69ba Enable tests for Java 12. Configure timeouts per stage. by Stefan Seelmann · 5 years ago
  12. 5bb4a03 Fix for DIRAPI-336 by emmanuel lecharny · 5 years ago
  13. 5b93e10 Bumped up the parent pom version, leveraged MINA 2.1 in LdapNetworkConnection by emmanuel lecharny · 5 years ago
  14. 4aa71f4 Added teh last missing messages, moved to I18n by emmanuel lecharny · 5 years ago
  15. f6eb1a0 o Changed some error message number o Added some more by emmanuel lecharny · 5 years ago
  16. 2d0c5eb Fixed many Javadoc issues by emmanuel lecharny · 5 years ago
  17. 2a77152 Improved the hashcode pre-computation protection: we use a temporary by emmanuel lecharny · 5 years ago
  18. 850dee0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 5 years ago
  19. 27e03ad bumped up dependencies by emmanuel lecharny · 5 years ago
  20. 95915c9 Added the LdapClientTrustStoreManager class that is used to check certificates by emmanuel lecharny · 5 years ago
  21. ac2adc1 bumped up MINA to 2.1.0 by emmanuel lecharny · 5 years ago
  22. b6a981f Added a printstacktrace to track errors by emmanuel lecharny · 5 years ago
  23. bbbcb5d Updating SLF4J by Colm O hEigeartaigh · 5 years ago
  24. 80b9c94 Updating DOM4J to 2.1.1 by Colm O hEigeartaigh · 5 years ago
  25. 9119e92 Don't run deploy within Docker, credentials not available by Stefan Seelmann · 5 years ago
  26. 373400a Remove deploy condition by Stefan Seelmann · 5 years ago
  27. a4769f8 Fix deploy and send notification by Stefan Seelmann · 5 years ago
  28. 8d24139 Removed the Mutable classes (AttributeType, ObjectClass, MatchingRule) by emmanuel lecharny · 5 years ago
  29. 8e2d017 Skip tests on Java 12, still flaky by Stefan Seelmann · 5 years ago
  30. 45c7963 Temporary add snapshot repository here to be able to resolve snapshot parent pom by Stefan Seelmann · 5 years ago
  31. 6464677 Update jenkins file by Stefan Seelmann · 5 years ago
  32. b14fa79 Removed files that should not have been committed by Emmanuel Lecharny · 5 years ago
  33. f439b5a As suggested by Stefan, throw a RTE instead of nothing by Emmanuel Lecharny · 5 years ago
  34. 51b35a6 Fix for DIRAPI-301: we use a default TrustManager, instead of a by Emmanuel Lecharny · 5 years ago
  35. 0cce09b Rename the Value.getValue() to Value.getString() (cf DIRAPI-328) by Emmanuel Lecharny · 5 years ago
  36. 0a198ab Improved the generics for Grammar by Emmanuel Lecharny · 5 years ago
  37. c783a2b o Used a TLS to store the encoding buffer by Emmanuel Lecharny · 5 years ago
  38. fb5720c o Added some missing hashcode methods by Emmanuel Lecharny · 5 years ago
  39. cb78ad6 Fixed 20 blocker issues (Sonar) by Emmanuel Lecharny · 5 years ago
  40. 0169c46 Fixing Sonar errors by Emmanuel Lecharny · 5 years ago
  41. 0df6b09 Made the Asn1Decoder class a static class by Emmanuel Lecharny · 5 years ago
  42. f5a7338 o Removed some dead code from LdapEncoder o Renamed some methods by Emmanuel Lecharny · 5 years ago
  43. e861d2c Fix some OSGi issues by Stefan Seelmann · 5 years ago
  44. ef9080f Renamed the LdapMessageContainerDirect to LdapMessageContainer by Emmanuel Lecharny · 5 years ago
  45. c414542 o Added the SyncStateValue factory in the list of response factories (it by Emmanuel Lecharny · 5 years ago
  46. 8c30eec o Added a NoD factory by Emmanuel Lecharny · 5 years ago
  47. e7e2049 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  48. ac9529e Removed some dead code by Emmanuel Lecharny · 5 years ago
  49. b23123d Rmoved Decorators from teh LDAP API by Emmanuel Lecharny · 5 years ago
  50. 9dce02b Fix license header by Stefan Seelmann · 5 years ago
  51. 648db0c Extract certificate exception classification to make it reusable by Stefan Seelmann · 5 years ago
  52. 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
  53. ddaa1d7 o Added a hashCode() method to the AttributeType class by Emmanuel Lecharny · 5 years ago
  54. f39c863 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  55. e49202a o Removed the normal encoding from tests, using only the reverse encoder by elecharny · 5 years ago
  56. a855de4 Fix OSGi by Stefan Seelmann · 5 years ago
  57. 378ccc3 DIRAPI-330: Improve TLS handshake error handling by Stefan Seelmann · 5 years ago
  58. d4c1805 o Don't write Decorated messages anymore o Minor cleanups by elecharny · 5 years ago
  59. 9fe1a5e o Added the reverse encoding for IntermediateResponse and extended by elecharny · 5 years ago
  60. aac27f7 o Added the IntermediateResponse reverse encoding by elecharny · 5 years ago
  61. 96afd5a Added some test with controls by elecharny · 5 years ago
  62. 502ba29 Completed the ExtendedResponse reverse encoding factories by elecharny · 5 years ago
  63. 3994466 o Added the EndTransacytionResponse reverse encoding by elecharny · 5 years ago
  64. 8126fd3 Added the reverse encoding for all the ExtendedRequest operations by elecharny · 5 years ago
  65. 3cca9d0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lécharny · 5 years ago
  66. 9223188 o Added a BerValue.encodeOctetString( Asn1Buffer, String ) method by elecharny · 5 years ago
  67. 5d8a54f o Added a BerValue.encodeOctetStriung( Asn1Buffer, String ) method by elecharny · 5 years ago
  68. 811a6be o Created a Asn1Buffer constructor by elecharny · 5 years ago
  69. 0289866 o Fixed the reverse encoding of controls by elecharny · 5 years ago
  70. c609508 o Completed the controls reverse encoding implementation. by elecharny · 5 years ago
  71. cc1c30c o Added the reverse encoding for VLV by elecharny · 5 years ago
  72. dca2e9f o Fixed the AdPolicyHints control, it can't be decoded by elecharny · 5 years ago
  73. 1db0ec8 o Added the SyncStateValue reverse encoding by elecharny · 5 years ago
  74. 19f60cb o Added the reverse encoding for SyncDoneValue and SyncRequestValue by elecharny · 5 years ago
  75. 53d31df Removed a checkstyle error by elecharny · 5 years ago
  76. 2f25bc5 o Split the PasswordPolicy control into request and response by elecharny · 5 years ago
  77. 5fc53d8 Improved the class header by elecharny · 5 years ago
  78. bef74d4 Fix OSGi by Stefan Seelmann · 5 years ago
  79. f69e476 Calling the correct Request/Response control crator method by Emmanuel Lecharny · 5 years ago
  80. 4e2f611 o Split the AdDirSync control into two classes: one for the request, by Emmanuel Lecharny · 5 years ago
  81. 02735e3 Set the secure processing feature on the TransformerFactory by Colm O hEigeartaigh · 5 years ago
  82. d41e19a Moved some constants from decorator to factory by Emmanuel Lecharny · 5 years ago
  83. e7f26dd o Rename 2 control Impl classes by Emmanuel Lecharny · 5 years ago
  84. 1422ea7 o Completed the reverse encoding for all the Model controls by Emmanuel Lecharny · 5 years ago
  85. 671f626 o Formatted tests for EntryChange control, and added checks for reverse encoding by Emmanuel Lecharny · 5 years ago
  86. 8fb2b00 o Added the reverse encoded value for PagedSearch Control (and the by Emmanuel Lecharny · 5 years ago
  87. a419be4 o Improved the Asn1Buffer toString() method by Emmanuel Lecharny · 5 years ago
  88. 558df68 o Implemented the SearchResultReference reverse encoding by Emmanuel Lecharny · 5 years ago
  89. 09a6dd8 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by Emmanuel Lecharny · 5 years ago
  90. 5afe024 o Implemented the SearchResultDone and SearchResultEntry reverse encoders by Emmanuel Lecharny · 5 years ago
  91. d230f99 o Added the Compare, Delete, Modify and ModifyDn factories by Emmanuel Lecharny · 5 years ago
  92. 2f9b21f o Added the AddResponse and BindResponse factories by Emmanuel Lecharny · 5 years ago
  93. 092ba13 o Added the AddResponse and BindResponse factories by Emmanuel Lecharny · 5 years ago
  94. 66e20f8 o Completed the SearchRequest test refactoring by Emmanuel Lecharny · 5 years ago
  95. 213ca63 o Added tests for Substring filters by Emmanuel Lecharny · 5 years ago
  96. 82b413d o Added the SearchRequest revert encoding by Emmanuel Lecharny · 5 years ago
  97. 6351d8b o Added the Modify and Unbind factories by Emmanuel Lecharny · 5 years ago
  98. e4a68e6 o Formatted request tests by Emmanuel Lecharny · 5 years ago
  99. d134a91 o Added the Abandon, Add, Bind and Delete request factories by Emmanuel Lecharny · 5 years ago
  100. 83e85e8 Added a second implementation of an Asn1Buffer, with linked internal buffers by Emmanuel Lecharny · 5 years ago