05 Mar, 2013
8 commits
-
* update default configuration to support new DN reference mappings. git-svn-id: https://svn.forgerock.org/opendj/trunk@8544 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* add ReferenceAttributeMapper class which includes read support and no filtering. git-svn-id: https://svn.forgerock.org/opendj/trunk@8543 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8542 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
If I see another if (c != null) try{ c.close(); }catch (Throwable t){}, I am going to bail out!! git-svn-id: https://svn.forgerock.org/opendj/trunk@8541 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
LDAPConnection.java: Extracted methods createSocket(), createSSLSocket() and createSSLOrBasicSocket(). In createSocket() and createSSLSocket(),call InetAddress.getAllByName() to try all host name entries. SSLConnectionFactory.java: Added method createSocket(InetAddress host, int portNumber). git-svn-id: https://svn.forgerock.org/opendj/trunk@8540 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8539 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add group/manager support to sample Servlet configuration. git-svn-id: https://svn.forgerock.org/opendj/trunk@8538 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8537 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Mar, 2013
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8536 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- If in cleardegradedState mode, output just displays the following msg "Degraded state of index(es) [indexe(s) name] has been removed". git-svn-id: https://svn.forgerock.org/opendj/trunk@8535 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8534 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8533 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added support for the clearDegradedState option in online mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@8532 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Mar, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8531 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Mar, 2013
14 commits
-
Note: This is the first step, documenting what is currently available. More is on the way as identified by the TODOs and issue IDs in the documentation (and visible in JIRA). git-svn-id: https://svn.forgerock.org/opendj/trunk@8530 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8529 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8528 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…son is successful or not Fixing the build. git-svn-id: https://svn.forgerock.org/opendj/trunk@8527 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…son is successful or not LDAPCompare.java: In mainCompare(), added useCompareResultCode option and changed the code to return the aggregated resultCode when this option is used from command line, else return SUCCESS. Used LDAPResultCode everywhere possible. In readAndExecute() and executeCompare(), changed result code to int. Added aggregateResultCode() method. LDAPCompareTestCase.java: Replaced exit code 0 with LDAPResultCode.SUCCESS. In many tests, added checks for --useCompareResultCode option. Added testMultipleCompareAllTrue(), testMultipleCompareOneCompareIsFalse(), testMultipleCompareOneNoSuchObject(), addEntriesUpToParentDN(), getAggregateResultCodeParamsAndResults() and testAggregateResultCode(). git-svn-id: https://svn.forgerock.org/opendj/trunk@8526 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8525 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
EncodePassword.java: Fixed a little bug introduced in previous commit (missing one output message) git-svn-id: https://svn.forgerock.org/opendj/trunk@8524 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8523 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8522 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Cleaned up the SDK. ConsoleApplication.java: Used variable arguments for closeIfNotNull() LDIFDiff.java, LDIFModify.java, LDIFSearch.java: Made use of the variable arguments for closeIfNotNull(). Returned ResultCode.SUCCESS instead of 0. git-svn-id: https://svn.forgerock.org/opendj/trunk@8521 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8520 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Typo and two improvements (Thanks, Chris Ridd) git-svn-id: https://svn.forgerock.org/opendj/trunk@8519 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8518 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8517 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Feb, 2013
7 commits
-
LDIFFDiff.java: In mainDiff(), added new arguments "-r, --useCompareResultCode" to ldiff-diff + unified the return pathes for when differences might be found, removing some duplication. LDIFDiffTestCase.java: Added more asserts for the "--useCompareResultCode" case within the existing tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@8516 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8515 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
EncodePassword.java: In encodePassword(), changed return statements to return actual LDAP result codes + fixed ugly duplication with the return statements for when we must useCompareResultCode. git-svn-id: https://svn.forgerock.org/opendj/trunk@8514 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8513 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…uildDegraded" options are specified on the same command line git-svn-id: https://svn.forgerock.org/opendj/trunk@8512 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
LDIFDiff.java: In mainModify(), changed return statements to return actual LDAP result codes. git-svn-id: https://svn.forgerock.org/opendj/trunk@8511 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
LDAPModify.java: Code cleanup: - removed useless filename instance member, duplicated passing down the fileNameValue parameter to readAndExecute() method. - transformed comments to javadocs - in mainModify(), changed return statements to return actual LDAP result codes. git-svn-id: https://svn.forgerock.org/opendj/trunk@8510 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Feb, 2013
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8509 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8508 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8507 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…uildAll" options are specified on the same command line git-svn-id: https://svn.forgerock.org/opendj/trunk@8506 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Feb, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8505 41b1ffd8-f28e-4786-ab96-9950f0a78031