1. b8d4d87 Fixed server-config javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  2. 30b512c Ignored javadoc lint in installers-maven-plugin by Emmanuel Lécharny · 6 years ago
  3. 37be382 Core-Jndi and protocol-ldap javadoc fixes by Emmanuel Lécharny · 6 years ago
  4. caadb1d Fixed some merge issue by Emmanuel Lécharny · 6 years ago
  5. 14bbb14 Some more ApacheDS javadoc errors/warnings fixes by Emmanuel Lécharny · 6 years ago
  6. 28fd771 Some more ApacheDS javadoc errors/warnings fixes by Emmanuel Lécharny · 6 years ago
  7. 84cab1d One more file with Javadoc fixes by Emmanuel Lécharny · 6 years ago
  8. bc917ba Hundreds of Javadoc fixes... More to come (Around 2 000) by Emmanuel Lécharny · 6 years ago
  9. cfb8673 Fixed some ApacheDS Javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  10. afae463 Add Jenkinsfile by Stefan Seelmann · 6 years ago
  11. fbf65dd DIRSERVER-2242: Keystore change from JKS to PKCS12 by Stefan Seelmann · 6 years ago
  12. f6e08c4 DIRSERVER-2244: Support AES Encryption with HMAC-SHA2 for Kerberos 5 defined in RFC 8009 by Stefan Seelmann · 6 years ago
  13. f43be07 Update to LDAP API release by Stefan Seelmann · 6 years ago
  14. 8ecbf60 Fix test with java 9/10/11, behaviour of LdapContext.reconnect() has changed by Stefan Seelmann · 6 years ago
  15. 8fb5a14 Remove tests not working with Java8+ by Stefan Seelmann · 6 years ago
  16. 25d4617 Bumped up to 'project' version 42' by Emmanuel Lécharny · 6 years ago
  17. 41a98c8 Fixed a LDAP API call, as the API has changed by Emmanuel Lécharny · 6 years ago
  18. 2aa383e Removed a useless 'final' by Emmanuel Lécharny · 6 years ago
  19. 030791a Fixed some error messages by Emmanuel Lécharny · 6 years ago
  20. 1d6d8cb un-ignoring some tests by Emmanuel Lécharny · 6 years ago
  21. e49a170 o Using MINA 2.0.18 by Emmanuel Lécharny · 6 years ago
  22. af4c072 o Extending IoHandlerAdapter instead of implementing IoHandler by Emmanuel Lécharny · 6 years ago
  23. e9d808c Fixed a toString() method by Emmanuel Lécharny · 6 years ago
  24. f0e6f06 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  25. 0179ba9 Added the missing session.closeNow() call when the inputClosed event is by Emmanuel Lécharny · 6 years ago
  26. eab1260 Add tests that add and delete member attributes with DN values by Stefan Seelmann · 6 years ago
  27. 3e75194 Change the import package name to commons-pool 2 by Stefan Seelmann · 6 years ago
  28. 57213b2 Fixed ApacheDS to use commons-pool 2.5 by Emmanuel Lécharny · 6 years ago
  29. 4918ebc Fixed apacheDS now that the Fast schema parser is teh default parser by Emmanuel Lécharny · 6 years ago
  30. 445196a Fixed some I18n bad codes by Emmanuel Lécharny · 6 years ago
  31. f739ec5 Fixed compilation error caused by some LDAP API package renaming by Emmanuel Lécharny · 6 years ago
  32. 7124084 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  33. 4a0a6b0 Fix for DIRSERVER-2231. If the entryDnCache is not existing, we don't by Emmanuel Lécharny · 6 years ago
  34. 732138c Merge pull request #4 from khmarbaise/DIRSERVER-2230 by Colm O hEigeartaigh · 6 years ago
  35. 9b359b3 Merge pull request #3 from khmarbaise/DIRSERVER-2229 by Colm O hEigeartaigh · 6 years ago
  36. cc016df Applied patch for DIRSERVER-2229 - Remove duplicated declaration of version-maven-plugin by Emmanuel Lécharny · 6 years ago
  37. 353425e Applied patch from [DIRSERVER-2230] - SCM pointing to gitbox instead of svn by Emmanuel Lécharny · 6 years ago
  38. 0438719 [DIRSERVER-2230] - SCM pointing to gitbox instead of svn by Karl Heinz Marbaise · 6 years ago
  39. 655264c [DIRSERVER-2229] - Remove duplicated declaration of versions-maven-plugin in pom.xml by Karl Heinz Marbaise · 6 years ago
  40. c810c1e Switched back to MINA 2.0.17 now that the startTLS issue is fixed by Emmanuel Lécharny · 6 years ago
  41. b89589c Don't initiate the handshake on the server side by Emmanuel Lécharny · 6 years ago
  42. 8e228c2 Applied the suggested change in by Emmanuel Lécharny · 6 years ago
  43. 9978097 Reverted to MINA 2.0.16, as the new version is causing some failure in SSL tests by Emmanuel Lécharny · 6 years ago
  44. cda85b2 Bumped up a few dependencies : by Emmanuel Lécharny · 6 years ago
  45. 1260c13 Add missing import by Stefan Seelmann · 6 years ago
  46. 94c7d9d Fix uber jar generation, bcprov signature file names have changed by Stefan Seelmann · 6 years ago
  47. 6200fa2 Update bouncycastle, new version fixes OSGi BREE issue with Studio/Tycho (see https://www.bouncycastle.org/jira/browse/BJA-669) by Stefan Seelmann · 6 years ago
  48. 83e7c47 Fix startup scripts: by Stefan Seelmann · 6 years ago
  49. 9e4c4ed o Fixed replication to use the SyncInfoValue intermediateResponse by Emmanuel Lécharny · 6 years ago
  50. 2ea9990 o Added support for operation transaction by Emmanuel Lécharny · 6 years ago
  51. cb7fd64 Update TlsKeyGenerator.java by mchoma · 6 years ago
  52. f754bea Upgrade signature hash of generate key by mchoma · 6 years ago
  53. 1399b77 Fix for DIRSERVER-2220 by Emmanuel Lécharny · 6 years ago
  54. f62c716 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  55. be82b0c Adding transaction to partitions by Emmanuel Lécharny · 6 years ago
  56. 1a6205e o Fixed Java 8 warnings by Emmanuel Lécharny · 6 years ago
  57. b18ea82 o Added a test for PersisteSearch that uses the LDAP API o Fixed a typo by Emmanuel Lécharny · 6 years ago
  58. 6ae7af2 Try to use new JVM for each test class by Stefan Seelmann · 6 years ago
  59. 4ad6223 Fix checkstyle error by Stefan Seelmann · 6 years ago
  60. 770e88f Update parent pom by Stefan Seelmann · 6 years ago
  61. 19af188 Merge branch 'master' into apacheds-value by Stefan Seelmann · 6 years ago
  62. 40fc8e4 Fix OSGi imports/exports by Stefan Seelmann · 6 years ago apacheds-value
  63. 7d4eee0 DIRSERVER-2109: Enable tests and assertions by Stefan Seelmann · 6 years ago
  64. 8fb0666 Add .gitignore file by Stefan Seelmann · 6 years ago
  65. 20a76cf Add package imports to fix OSGi tests by Stefan Seelmann · 6 years ago
  66. 8edd92a Git test by Stefan Seelmann · 6 years ago
  67. 54f1170 Removed a useless import by Emmanuel Lécharny · 7 years ago
  68. 4077a74 Fixing a few typos by Colm O hEigeartaigh · 7 years ago trunk
  69. 88a85ff Solved a compilation error by Emmanuel Lécharny · 7 years ago
  70. a6ea1fc Fixed some sonar issues, renamed a method parameter by Emmanuel Lécharny · 7 years ago
  71. 62acdb9 Added some check for Attribute which value is null by Emmanuel Lécharny · 7 years ago
  72. 4d12c58 Revert a previous change made for DIRSERVER-2077 : the ads-baseDn Attribute is not optional, it's part of an ObjectClass MUST by Emmanuel Lécharny · 7 years ago
  73. bba29ac Made the "ads-baseDn" attribute not mandatory to avoid NPEs by Emmanuel Lécharny · 7 years ago
  74. 2602ec8 Added some Export-Package and Import-Package by Emmanuel Lécharny · 7 years ago
  75. d24a195 added test for DIRSERVER-2206 by Kiran Ayyagari · 7 years ago
  76. 9a1c092 Added one more missing Import-Package by Emmanuel Lécharny · 7 years ago
  77. 0e97511 Added a missing Import-Package, fixed some checkstyle errors, used non deprecated API by Emmanuel Lécharny · 7 years ago
  78. d3fed1f o Declare a range for slf4j by Emmanuel Lécharny · 7 years ago
  79. 9b3ca30 o Added the OSGi Import-Package/Export-Package elements by Emmanuel Lécharny · 7 years ago
  80. 155bd94 Get rid of a deprecated mina function by Emmanuel Lécharny · 7 years ago
  81. 905c6e9 minor formating by Emmanuel Lécharny · 7 years ago
  82. b22fbbe Switched the apacheds value to 2.0.0-M25-SNAPSHOT by Emmanuel Lécharny · 7 years ago
  83. d672316 Added a bind(SaslRequest) method by Emmanuel Lécharny · 7 years ago
  84. 916b67e Formatting by Emmanuel Lécharny · 7 years ago
  85. e492451 Fixed a checkstyle error by Emmanuel Lécharny · 7 years ago
  86. 42e76ad Fixed a checkstyle error by Emmanuel Lécharny · 7 years ago
  87. 2142f74 Applied patch for DIRSERVER-2007 by Emmanuel Lécharny · 7 years ago
  88. 9aa7e4b Fixed some compilation failure (missing '+') by Emmanuel Lécharny · 7 years ago
  89. 878bec7 No need to create the temp file twice... by Emmanuel Lécharny · 7 years ago
  90. 081964a Fixed a double definition of a variable by Emmanuel Lécharny · 7 years ago
  91. 19974b1 Added a log to tell when the server ca't create a temporary file (DIRSERVER-2091/DIRSERVER-2007) by Emmanuel Lécharny · 7 years ago
  92. 761a6eb [maven-release-plugin] prepare for next development iteration by Emmanuel Lécharny · 7 years ago
  93. 887f022 [maven-release-plugin] prepare release 2.0.0-M24 by Emmanuel Lécharny · 7 years ago
  94. 6183232 Commented the osgi-test module as it fails randomly, and bumped up the felix dependency to 5.6.4 by Emmanuel Lécharny · 7 years ago
  95. ebb4372 Moved back to felix-5.6.1, and enabled the osgi-integ module, as it seems that felix 5.6.4 is randomly failing by Emmanuel Lécharny · 7 years ago
  96. 6f02ec4 Bumped up felix dependency again by Emmanuel Lécharny · 7 years ago
  97. 3646d7d Forgot to uncomment the osgi-integ module... by Emmanuel Lécharny · 7 years ago
  98. 85300e3 retried with an older version fo felix, to see if teh osgi tests are passing by Emmanuel Lécharny · 7 years ago
  99. 5124273 Used the latest project version by Emmanuel Lécharny · 7 years ago
  100. d18def8 Swicthed to LDAP API 1.0.0 by Emmanuel Lécharny · 7 years ago