mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

issues/opendj-setup-failure
05.42.2016 Jean-Noël Rouvignac
DeleteEntryTask.java No need to clone the connection since we no longer use...
00a37a diff | tree
11.02.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
45a05a diff | tree
04.47.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
61dfeb diff | tree
04.21.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
867e35 diff | tree
04.40.2016 Jean-Noël Rouvignac
Replace use of Base64 by ByteString.toBase64String()
a8577a diff | tree
05.21.2016 Jean-Noël Rouvignac
InternalClientConnection.processAdd(AddChangeRecordEntry), simplified code
d67323 diff | tree
05.13.2016 Jean-Noël Rouvignac
AddOperationBasis: Change constructor to accept an Entry rather than its fi...
04751f diff | tree
05.10.2016 Jean-Noël Rouvignac
Partial OPENDJ-3106 Migrate Entry
2a6a43 diff | tree
04.40.2016 Jean-Noël Rouvignac
OPENDJ-3205 Control-panel: missing manage tasks screen
79bdc1 diff | tree
04.32.2016 Jean-Noël Rouvignac
OPENDJ-3235 Replication: NPE when disabling replication on cn=schema
3011f1 diff | tree
04.15.2016 Jean-Noël Rouvignac
remove CustomSearchResult, replaced by SDK's Entry
9d0cd2 diff | tree
04.53.2016 Jean-Noël Rouvignac
Replace CustomSearchResult by SDK's Entry
cd7374 diff | tree
04.24.2016 Jean-Noël Rouvignac
Make CustomSearchResult closer to SDK's Entry
eb3840 diff | tree
04.05.2016 Jean-Noël Rouvignac
Make CustomSearchResult closer to SDK's Entry
9529c4 diff | tree
04.45.2016 Jean-Noël Rouvignac
Make CustomSearchResult closer to SDK's Entry
7a573a diff | tree
04.10.2016 Jean-Noël Rouvignac
Make CustomSearchResult closer to SDK's Entry
cca953 diff | tree
04.58.2016 Jean-Noël Rouvignac
Make CustomSearchResult closer to SDK's Entry
853445 diff | tree
04.40.2016 Jean-Noël Rouvignac
Remove duplicate method
bdb80b diff | tree
04.47.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
8ca638 diff | tree
03.53.2016 Jean-Noël Rouvignac
BasicNode: use DN
c99582 diff | tree
03.18.2016 Jean-Noël Rouvignac
CustomSearchResult: use DN
0494a5 diff | tree
03.52.2016 Jean-Noël Rouvignac
Avoid DN being shown twice on UI: dc=example,dc=com,dc=example,dc=com
83ae76 diff | tree
03.14.2016 Jean-Noël Rouvignac
OPENDJ-3205 Control-panel: fix java-settings
959f72 diff | tree
03.07.2016 Jean-Noël Rouvignac
Code cleanup, added toStrings()
75fa12 diff | tree
02.12.2016 Jean-Noël Rouvignac
TopologyCache.updateReplicas() simplified code by optimizing the search filter
710ec5 diff | tree
02.08.2016 Jean-Noël Rouvignac
OPENDJ-3133 ensure dsreplication status queries first the replica with the ...
61f878 diff | tree
01.27.2016 Fabio Pistolesi
Temporarily work around file permissions checks when running the tests as root
98fa91 diff | tree
01.26.2016 Jean-Noël Rouvignac
OPENDJ-3133 dsreplication status reports M.C. (Missing Changes) when none e...
35e456 diff | tree
03.27.2016 Jean-Noël Rouvignac
code cleanups
149df2 diff | tree
03.14.2016 Jean-Noël Rouvignac
ConnectionUtils.asSetOf*() should never return null
9c3ca8 diff | tree
03.27.2016 Jean-Noël Rouvignac
ConnectionWrapper: isSSL() => isLdaps(), isStartTLS() => isStartTls()
6a6095 diff | tree
02.05.2016 Jean-Noël Rouvignac
Fix control-panel broken by commit f3f9f37cd05c81867e2852746b169132d8f
578fba diff | tree
05.51.2016 Nicolas Capponi
OPENDJ-3196 Remove multiple names mapping from Schema class
97233d diff | tree
04.23.2016 Nicolas Capponi
OPENDJ-3196 Prevent ambiguous schema element names in SDK
9ddedc diff | tree
02.23.2016 Jean-Noël Rouvignac
Code cleanup, implemented toString()
3c9398 diff | tree
01.14.2016 Jean-Noël Rouvignac
ReplicationCliMain.java: various code cleanups
b07dd3 diff | tree
12.37.2016 Jean-Noël Rouvignac
use DN is dsreplication
e259ba diff | tree
12.26.2016 Jean-Noël Rouvignac
use DN in quicksetup
d915b1 diff | tree
12.24.2016 Jean-Noël Rouvignac
use DN in the installer
eee460 diff | tree
12.10.2016 Jean-Noël Rouvignac
use DN in dsreplication
e55031 diff | tree
12.47.2016 Jean-Noël Rouvignac
use DN in dsreplication
a6726a diff | tree
08.55.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
977231 diff | tree
08.55.2016 Jean-Noël Rouvignac
Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
8368f9 diff | tree
28.46.2016 Jean-Noël Rouvignac
ReplicationCliMain.java: code cleanup
dae0c2 diff | tree
28.37.2016 Jean-Noël Rouvignac
ReplicationCliMain.java: code cleanup
ea9450 diff | tree
27.46.2016 Chris Ridd
OPENDJ-3231 Restore check for hidden adminUID argument
57b617 diff | tree
27.20.2016 Jean-Noël Rouvignac
ConnectionUtils.java: In createLdapContext(), match what ConnectionWrapper....
5ed619 diff | tree
27.49.2016 Jean-Noël Rouvignac
code cleanup
31da6f diff | tree
27.14.2016 Jean-Noël Rouvignac
Use LocalizableMessage.EMPTY
e0b21b diff | tree
06.00.2016 Yannick Lecaillez
OPENDJ-3202: Rest2ldap gateway configuration file: 'root' is hard-coded for...
db7432 diff | tree
first | « prev | next »