1. ba0ac4d Updating pax url by Colm O hEigeartaigh · 4 years, 5 months ago
  2. 92934c5 TreeDelete control (1.2.840.113556.1.4.805) by Radovan Semancik · 4 years, 6 months ago
  3. 172b65d [maven-release-plugin] prepare for next development iteration by emmanuel lecharny · 4 years, 6 months ago
  4. 763ad55 [maven-release-plugin] prepare release 2.0.0 by emmanuel lecharny · 4 years, 6 months ago 2.0.0
  5. b31451a Added schema files to the rat exclusion list by emmanuel lecharny · 4 years, 6 months ago
  6. aae4e17 Fixed javadoc by emmanuel lecharny · 4 years, 6 months ago
  7. 934b70d Fixed a missing javadoc parameter by emmanuel lecharny · 4 years, 6 months ago
  8. 264b8dc Bumped up some dependencies (commons-pool, hamcrest, wagon) by emmanuel lecharny · 4 years, 6 months ago
  9. 319f22b Avoid unnecessary autoboxing by Colm O hEigeartaigh · 4 years, 6 months ago
  10. f0c0968 Disable external DTD/schema access by Colm O hEigeartaigh · 4 years, 7 months ago
  11. 7a6cd62 Fixed a checkstyle error by emmanuel lecharny · 4 years, 7 months ago
  12. fa44430 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 4 years, 8 months ago
  13. cb403fa Removed an unused import by emmanuel lecharny · 4 years, 8 months ago
  14. 49f7659 Updating Commons Collections by Colm O hEigeartaigh · 4 years, 9 months ago
  15. d151bc3 Updating commons codec by Colm O hEigeartaigh · 4 years, 9 months ago
  16. 2a9cc7e Exclude bad behaving nodes by Stefan Seelmann · 4 years, 10 months ago
  17. b9c3f3d Fix the wait condition, no need to wait when already done or cancelled by Stefan Seelmann · 4 years, 10 months ago
  18. d51054d Fix the wait condition, no need to wait when already done or canceled by Stefan Seelmann · 4 years, 10 months ago
  19. e9ce528 Clarify that timeout is in milliseconds by Stefan Seelmann · 4 years, 10 months ago
  20. cac01a7 Update the Notice date by emmanuel lecharny · 4 years, 10 months ago
  21. cda4807 Fix the BindRequest toString() method which was not exposing the name by emmanuel lecharny · 4 years, 10 months ago
  22. ceeec29 Use the @TempDir annotation to delete the temporary file when the test ends by emmanuel lecharny · 4 years, 10 months ago
  23. 89b2cab Update forbiddenapis version by Stefan Seelmann · 4 years, 10 months ago
  24. c26ba4c Added the Internet Society License (in core.schema file) and the OpenLDAP license (schema files). Removed the ASF license from schema file by emmanuel lecharny · 4 years, 10 months ago
  25. 49621f5 Forgot to commit the Checkstyle suppression.xml file, as the Value file by emmanuel lecharny · 4 years, 10 months ago
  26. f7529b6 Fix for DIRAPI-349 by emmanuel lecharny · 4 years, 10 months ago
  27. 14d6b44 Also forgot to export the PasswordExpired package in extras-codec-api by emmanuel lecharny · 4 years, 11 months ago
  28. fac61dd Fixed a bad export of the PasswordExpired OSGi control package by emmanuel lecharny · 4 years, 11 months ago
  29. 814db68 Some missing modification for the PasswordExpired control by emmanuel lecharny · 4 years, 11 months ago
  30. 00bc38a Added the PasswordExpired control defined in by emmanuel lecharny · 4 years, 11 months ago
  31. 7827766 Retry number is total number of tries by Stefan Seelmann · 4 years, 11 months ago
  32. e9987a6 Tune Jenkins pipeline: skip tests on deploy, retry, notification when fixed by Stefan Seelmann · 4 years, 11 months ago
  33. 8be75ca Remove duplicate description attribute by Stefan Seelmann · 4 years, 11 months ago
  34. 493530c Typo by emmanuel lecharny · 4 years, 11 months ago
  35. 90c0e45 Using Files.createTempDir instead of File.createTempDir by Colm O hEigeartaigh · 4 years, 11 months ago
  36. ba35f89 Merge pull request #13 from apache/scm by Emmanuel Lécharny · 4 years, 11 months ago
  37. 2433934 Merge pull request #14 from apache/junit5 by Emmanuel Lécharny · 4 years, 11 months ago
  38. 9942102 Merge pull request #12 from apache/trustmanagers by Colm O hEigeartaigh · 4 years, 11 months ago
  39. ed695ce Various junit fixes by Colm O hEigeartaigh · 4 years, 11 months ago
  40. 84d3d4b Remove old scm information by Colm O hEigeartaigh · 4 years, 11 months ago
  41. 0a967ef Disallow setting the TrustManagers to null by Colm O hEigeartaigh · 4 years, 11 months ago
  42. 2a10bd4 Applied patch for DIRSERVER-1847 by emmanuel lecharny · 5 years ago
  43. c7524e0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 5 years ago
  44. 9ba50f5 Fix for DIRAPI-344 by emmanuel lecharny · 5 years ago
  45. 58a995e Allowing easier subclassing of DefaultSchemaManager by Radovan Semancik · 5 years ago
  46. 6572f3d Allowing easier subclassing of DefaultSchemaLoader by Radovan Semancik · 5 years ago
  47. b228f52 [maven-release-plugin] prepare for next development iteration by emmanuel lecharny · 5 years ago
  48. 721d4e9 [maven-release-plugin] prepare release 2.0.0.AM4 by emmanuel lecharny · 5 years ago 2.0.0.AM4
  49. 922f60f Bumped up some dependencies by emmanuel lecharny · 5 years ago
  50. a39077a o Used a CompletableFuture instead of a CountdownLatch o Refer to MINA 2.1.3 by emmanuel lecharny · 5 years ago
  51. 6aff0d2 Removed some spurious printStackTrace by emmanuel lecharny · 5 years ago
  52. 5c11bc1 Fixed for DIRAPI-342 by emmanuel lecharny · 5 years ago
  53. deb572c Revert "DIRAPI-342: Unbind/close breaks connection" by emmanuel lecharny · 5 years ago
  54. 125889b DIRAPI-342: Unbind/close breaks connection by Stefan Seelmann · 5 years ago
  55. 895607e Added some syntax checker for teh Bootparameter NIS AT; Updated the SCM part in pom.xml by emmanuel lecharny · 5 years ago
  56. c5b1158 Updated the SCM part by emmanuel lecharny · 5 years ago
  57. d6fc208 Switch to using https in the poms by Colm O hEigeartaigh · 5 years ago
  58. 5fb6aa1 Checkstyle fix by Colm O hEigeartaigh · 5 years ago
  59. 2e63641 Added the missing GroupParaleter syntax checker (DIRAPI-343, DIRSERVER-2264) by emmanuel lecharny · 5 years ago
  60. 2501a91 Added the missing NisNetGroupTriple syntax checker (DIRAPI-343, DIRSERVER-2264) by emmanuel lecharny · 5 years ago
  61. 194c648 [maven-release-plugin] prepare for next development iteration by emmanuel lecharny · 5 years ago
  62. 8063861 [maven-release-plugin] prepare release 2.0.0.AM3 by emmanuel lecharny · 5 years ago 2.0.0.AM3
  63. cd72895 Fixed a typo by emmanuel lecharny · 5 years ago
  64. 0e116e9 o Removed some calls to value.getString() which weren't necessary by emmanuel lecharny · 5 years ago
  65. ccb6586 o Added the <scope>test</scope> foe the junit dependency where it's by emmanuel lecharny · 5 years ago
  66. e5f2694 Fix test scope by Stefan Seelmann · 5 years ago
  67. 7a10892 Another attempt to fix jenkins pipeline... by emmanuel lecharny · 5 years ago
  68. 89845cc o Restaured the test to its previous state by emmanuel lecharny · 5 years ago
  69. c787edb Fixed a merge error by emmanuel lecharny · 5 years ago
  70. e3197fc Merge pull request #10 from gbatalski/DIRAPI-341 by Emmanuel Lécharny · 5 years ago
  71. 2b78267 Merge branch 'master' into DIRAPI-341 by Emmanuel Lécharny · 5 years ago
  72. 359f080 Seems like this test class's methods cannot be run in parallel. gathered by emmanuel lecharny · 5 years ago
  73. cb569e7 Applied patch submitted by Ghenadii Batalski (DIRMINA-341) by emmanuel lecharny · 5 years ago
  74. b9cb116 Trying to fix the failing test by emmanuel lecharny · 5 years ago
  75. 57b598a Removed a now useless class by emmanuel lecharny · 5 years ago
  76. a6d42bd Fixed random failures in tests (due to some Junit 5 concurrent tests by emmanuel lecharny · 5 years ago
  77. e8a4e86 Migrating LDAP API to Junit 5 by emmanuel lecharny · 5 years ago
  78. 79b27a2 DIRAPI-341 respecting strict/relaxed settings from SchemaLoader by Ghenadii Batalski · 5 years ago
  79. 3a43134 Fix for DIRAPI-340 by emmanuel lecharny · 5 years ago
  80. 104adb9 Applied fix for DIRAPI-300 (without the potential NPE ;-) by emmanuel lecharny · 5 years ago
  81. 821565d Applied fix for DIRAPI-300 by emmanuel lecharny · 5 years ago
  82. 13834c1 Split the connect() method in many methods to simplify the maintainance by emmanuel lecharny · 5 years ago
  83. c6989f3 DIRAPI-339: Handle connection errors and timeout for SSL/ldaps by Stefan Seelmann · 5 years ago
  84. 70588ac DIRAPI-339: Fix NullPointerException by Stefan Seelmann · 5 years ago
  85. 2f74af7 Fix extended response handling for responses without value, like StartTLS (OpenLDAP doesnt't add the responseName/OID so StartTLS wasn't working). by Stefan Seelmann · 5 years ago
  86. db3e53c Refered to MINA 2.1.2 which has been released by emmanuel lecharny · 5 years ago
  87. 721bef1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api by emmanuel lecharny · 5 years ago
  88. a9640f8 Added support for RFC 4525 (modify increment operation) by emmanuel lecharny · 5 years ago
  89. 9078db5 Updating NOTICE year by Colm O hEigeartaigh · 5 years ago
  90. 57e3875 Fixed the maven release plugin config so that the module's version is by emmanuel lecharny · 5 years ago
  91. d15cbb6 Fix m2 repo mount by Stefan Seelmann · 5 years ago
  92. 1adb624 Bumped up MINA dependency by emmanuel lecharny · 5 years ago
  93. f87ca9c Fix m2 repo mount by Stefan Seelmann · 5 years ago
  94. cbb32ee Remove retry by Stefan Seelmann · 5 years ago
  95. 71b7278 Attempt to stabilize OSGi tests with Java 12 by Stefan Seelmann · 5 years ago
  96. 56b69ba Enable tests for Java 12. Configure timeouts per stage. by Stefan Seelmann · 5 years ago
  97. 5bb4a03 Fix for DIRAPI-336 by emmanuel lecharny · 5 years ago
  98. 5b93e10 Bumped up the parent pom version, leveraged MINA 2.1 in LdapNetworkConnection by emmanuel lecharny · 5 years ago
  99. 4aa71f4 Added teh last missing messages, moved to I18n by emmanuel lecharny · 5 years ago
  100. f6eb1a0 o Changed some error message number o Added some more by emmanuel lecharny · 5 years ago