1. 1ea037f Fixed some compilation errors following the abstract classes renaming in LDAP API by Emmanuel Lécharny · 6 years ago
  2. 8dba015 o Using Decorator in handlers to avoid using a big switch while encoding by Emmanuel Lécharny · 6 years ago
  3. 861aff2 Formating by Emmanuel Lécharny · 6 years ago
  4. e5d1491 o Fixed the StartTransaction implementation: we now generate a by Emmanuel Lécharny · 6 years ago
  5. 6db80d9 Removed useless cursor on reverse index, they are never used by Emmanuel Lécharny · 6 years ago
  6. 86929a0 Added the beginTransaction support in the server by Emmanuel Lécharny · 6 years ago
  7. 0b95bc1 Bumped up the commons-pool2 version by Emmanuel Lécharny · 6 years ago
  8. b882feb Updated the copyright date, changed some outdated AL 2.0 license headers by Emmanuel Lécharny · 6 years ago
  9. 1878659 o Fixed many Sonarlint errors by Emmanuel Lécharny · 6 years ago
  10. 66f8cfb rolled back to surefire 2.19 for osgi-test, to speedup them. Bumped up some dependencies. Refering to LDAP API 2.0.0.1M2-SNAPSHOT by Emmanuel Lécharny · 6 years ago
  11. a19cb97 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  12. 351f253 Some more sonarLint fixes by Emmanuel Lécharny · 6 years ago
  13. 9ba3865 Some more sonarLint fixes by Emmanuel Lécharny · 6 years ago
  14. 3dd90c3 Fixed many SonarLint issues (and some potential bugs) by Emmanuel Lécharny · 6 years ago
  15. c9d8aed Update the ctxCsnChanged flag when we have written the contextCsn on disk. This saves a lot of useless writes by Emmanuel Lécharny · 6 years ago
  16. 8ba2d05 Use a Dn method to see if an entry is a descendant, instead of checking using the Rdn index by Emmanuel Lécharny · 6 years ago
  17. 5396c62 bypass the iteration on attributeTypes by Emmanuel Lécharny · 6 years ago
  18. 7963f3b Moved the reporting parts out of the maven-site plugin configuration by Emmanuel Lécharny · 6 years ago
  19. 2c7a1b9 [maven-release-plugin] prepare for next development iteration by Emmanuel Lécharny · 6 years ago
  20. 40ab08d [maven-release-plugin] prepare release 2.0.0.AM25 by Emmanuel Lécharny · 6 years ago 2.0.0.AM25
  21. 9eca5ab Added some missing N&L by Emmanuel Lécharny · 6 years ago
  22. e674273 Activate javadoc with lint, make it so warnings limit is above 100 by Emmanuel Lécharny · 6 years ago
  23. 17bf80c Fixed some of the kerberos-codec javadoc warnings by Emmanuel Lécharny · 6 years ago
  24. 4b2353d Fixed the xdbm-partition javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  25. ee4383a Fixed core-annotations javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  26. ca3b275 Fixed server-annotations javadoc errors/warnings by Emmanuel Lécharny · 6 years ago
  27. b8d4d87 Fixed server-config javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  28. 30b512c Ignored javadoc lint in installers-maven-plugin by Emmanuel Lécharny · 6 years ago
  29. 37be382 Core-Jndi and protocol-ldap javadoc fixes by Emmanuel Lécharny · 6 years ago
  30. caadb1d Fixed some merge issue by Emmanuel Lécharny · 6 years ago
  31. 14bbb14 Some more ApacheDS javadoc errors/warnings fixes by Emmanuel Lécharny · 6 years ago
  32. 28fd771 Some more ApacheDS javadoc errors/warnings fixes by Emmanuel Lécharny · 6 years ago
  33. 84cab1d One more file with Javadoc fixes by Emmanuel Lécharny · 6 years ago
  34. bc917ba Hundreds of Javadoc fixes... More to come (Around 2 000) by Emmanuel Lécharny · 6 years ago
  35. cfb8673 Fixed some ApacheDS Javadoc errors and warnings by Emmanuel Lécharny · 6 years ago
  36. afae463 Add Jenkinsfile by Stefan Seelmann · 6 years ago
  37. fbf65dd DIRSERVER-2242: Keystore change from JKS to PKCS12 by Stefan Seelmann · 6 years ago
  38. f6e08c4 DIRSERVER-2244: Support AES Encryption with HMAC-SHA2 for Kerberos 5 defined in RFC 8009 by Stefan Seelmann · 6 years ago
  39. f43be07 Update to LDAP API release by Stefan Seelmann · 6 years ago
  40. 8ecbf60 Fix test with java 9/10/11, behaviour of LdapContext.reconnect() has changed by Stefan Seelmann · 6 years ago
  41. 8fb5a14 Remove tests not working with Java8+ by Stefan Seelmann · 6 years ago
  42. 25d4617 Bumped up to 'project' version 42' by Emmanuel Lécharny · 6 years ago
  43. 41a98c8 Fixed a LDAP API call, as the API has changed by Emmanuel Lécharny · 6 years ago
  44. 2aa383e Removed a useless 'final' by Emmanuel Lécharny · 6 years ago
  45. 030791a Fixed some error messages by Emmanuel Lécharny · 6 years ago
  46. 1d6d8cb un-ignoring some tests by Emmanuel Lécharny · 6 years ago
  47. e49a170 o Using MINA 2.0.18 by Emmanuel Lécharny · 6 years ago
  48. af4c072 o Extending IoHandlerAdapter instead of implementing IoHandler by Emmanuel Lécharny · 6 years ago
  49. e9d808c Fixed a toString() method by Emmanuel Lécharny · 6 years ago
  50. f0e6f06 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  51. 0179ba9 Added the missing session.closeNow() call when the inputClosed event is by Emmanuel Lécharny · 6 years ago
  52. eab1260 Add tests that add and delete member attributes with DN values by Stefan Seelmann · 6 years ago
  53. 3e75194 Change the import package name to commons-pool 2 by Stefan Seelmann · 6 years ago
  54. 57213b2 Fixed ApacheDS to use commons-pool 2.5 by Emmanuel Lécharny · 6 years ago
  55. 4918ebc Fixed apacheDS now that the Fast schema parser is teh default parser by Emmanuel Lécharny · 6 years ago
  56. 445196a Fixed some I18n bad codes by Emmanuel Lécharny · 6 years ago
  57. f739ec5 Fixed compilation error caused by some LDAP API package renaming by Emmanuel Lécharny · 6 years ago
  58. 7124084 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  59. 4a0a6b0 Fix for DIRSERVER-2231. If the entryDnCache is not existing, we don't by Emmanuel Lécharny · 6 years ago
  60. 732138c Merge pull request #4 from khmarbaise/DIRSERVER-2230 by Colm O hEigeartaigh · 6 years ago
  61. 9b359b3 Merge pull request #3 from khmarbaise/DIRSERVER-2229 by Colm O hEigeartaigh · 6 years ago
  62. cc016df Applied patch for DIRSERVER-2229 - Remove duplicated declaration of version-maven-plugin by Emmanuel Lécharny · 6 years ago
  63. 353425e Applied patch from [DIRSERVER-2230] - SCM pointing to gitbox instead of svn by Emmanuel Lécharny · 6 years ago
  64. 0438719 [DIRSERVER-2230] - SCM pointing to gitbox instead of svn by Karl Heinz Marbaise · 6 years ago
  65. 655264c [DIRSERVER-2229] - Remove duplicated declaration of versions-maven-plugin in pom.xml by Karl Heinz Marbaise · 6 years ago
  66. c810c1e Switched back to MINA 2.0.17 now that the startTLS issue is fixed by Emmanuel Lécharny · 6 years ago
  67. b89589c Don't initiate the handshake on the server side by Emmanuel Lécharny · 6 years ago
  68. 8e228c2 Applied the suggested change in by Emmanuel Lécharny · 6 years ago
  69. 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
  70. cda85b2 Bumped up a few dependencies : by Emmanuel Lécharny · 6 years ago
  71. 1260c13 Add missing import by Stefan Seelmann · 6 years ago
  72. 94c7d9d Fix uber jar generation, bcprov signature file names have changed by Stefan Seelmann · 6 years ago
  73. 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
  74. 83e7c47 Fix startup scripts: by Stefan Seelmann · 6 years ago
  75. 9e4c4ed o Fixed replication to use the SyncInfoValue intermediateResponse by Emmanuel Lécharny · 6 years ago
  76. 2ea9990 o Added support for operation transaction by Emmanuel Lécharny · 6 years ago
  77. cb7fd64 Update TlsKeyGenerator.java by mchoma · 6 years ago
  78. f754bea Upgrade signature hash of generate key by mchoma · 6 years ago
  79. 1399b77 Fix for DIRSERVER-2220 by Emmanuel Lécharny · 6 years ago
  80. f62c716 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server by Emmanuel Lécharny · 6 years ago
  81. be82b0c Adding transaction to partitions by Emmanuel Lécharny · 6 years ago
  82. 1a6205e o Fixed Java 8 warnings by Emmanuel Lécharny · 6 years ago
  83. b18ea82 o Added a test for PersisteSearch that uses the LDAP API o Fixed a typo by Emmanuel Lécharny · 6 years ago
  84. 6ae7af2 Try to use new JVM for each test class by Stefan Seelmann · 6 years ago
  85. 4ad6223 Fix checkstyle error by Stefan Seelmann · 6 years ago
  86. 770e88f Update parent pom by Stefan Seelmann · 6 years ago
  87. 19af188 Merge branch 'master' into apacheds-value by Stefan Seelmann · 6 years ago
  88. 40fc8e4 Fix OSGi imports/exports by Stefan Seelmann · 6 years ago apacheds-value
  89. 7d4eee0 DIRSERVER-2109: Enable tests and assertions by Stefan Seelmann · 6 years ago
  90. 8fb0666 Add .gitignore file by Stefan Seelmann · 6 years ago
  91. 20a76cf Add package imports to fix OSGi tests by Stefan Seelmann · 6 years ago
  92. 8edd92a Git test by Stefan Seelmann · 7 years ago
  93. 54f1170 Removed a useless import by Emmanuel Lécharny · 7 years ago
  94. 4077a74 Fixing a few typos by Colm O hEigeartaigh · 7 years ago trunk
  95. 88a85ff Solved a compilation error by Emmanuel Lécharny · 7 years ago
  96. a6ea1fc Fixed some sonar issues, renamed a method parameter by Emmanuel Lécharny · 7 years ago
  97. 62acdb9 Added some check for Attribute which value is null by Emmanuel Lécharny · 7 years ago
  98. 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
  99. bba29ac Made the "ads-baseDn" attribute not mandatory to avoid NPEs by Emmanuel Lécharny · 7 years ago
  100. 2602ec8 Added some Export-Package and Import-Package by Emmanuel Lécharny · 7 years ago