06 Sep, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9523 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9454 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Aug, 2013
4 commits
-
- Changelog added git-svn-id: https://svn.forgerock.org/opendj/trunk@9447 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e jars nor the ant task. Building directly with xjc is preferred and this also makes the war file lighter. git-svn-id: https://svn.forgerock.org/opendj/trunk@9445 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Removed unused file git-svn-id: https://svn.forgerock.org/opendj/trunk@9441 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Original data are copied under build/deb/ folder as the process to build the deb package implies to modify the source. - Opendj init script has been modified. Indeed, under debian OS (and others) the /var/run/ folder is deleted at reboot, deleting by the same way our pid file, making the service wobbly. - As linux distro use the same opendj file, a new folder was created under resource to store the shared file between them. - At last, modified post/prem/specFile as well as the fact to create a symlink on an existing one throws an error. (same when you try to remove one from no-existing) git-svn-id: https://svn.forgerock.org/opendj/trunk@9440 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Aug, 2013
1 commit
-
- copyright added - doc section added (to complete) git-svn-id: https://svn.forgerock.org/opendj/trunk@9433 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Aug, 2013
1 commit
-
…at files can cope with the absence of the file, we can remove it completely. CR-2142 git-svn-id: https://svn.forgerock.org/opendj/trunk@9402 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9400 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Aug, 2013
1 commit
-
- added init.d script to RPM package. git-svn-id: https://svn.forgerock.org/opendj/trunk@9374 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9351 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Jul, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9325 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Fixed the doc's section (doc files are no longer duplicate)(OPENDJ-1032) - Target no longer fails when build path contains spaces (OPENDJ-1063) - Out of concern for clarity, added docFiles to resource/rpm. git-svn-id: https://svn.forgerock.org/opendj/trunk@9324 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jul, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9312 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Jul, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9301 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jul, 2013
1 commit
-
This commit addresses information disclosure for: - result code: change from info disclosing result codes to a default result code that hides the ACI-protected info to the current operation. - error message (additional information): any message containing the entryDN will be filtered out if the entryDN is ACI-protected. - matchedDN: check whether the matchedDN is ACI-protected - debugsearchindex Information disclosing result code and error message are now saved as masked result code and masked message and are logged as such when they are present. config.ldif: Added "debugsearchindex" to an ACI to prevent Anonymous Read Access. If this is not enough, then we would need to create a new ACI. AccessControlHandler.java: Added canDiscloseInformation(). Operation.java, AbstractOperation.java, OperationWrapper.java: Added getMaskedResultCode(), setMaskedResultCode(), getMaskedErrorMessage(), setMaskedErrorMessage(), appendMaskedErrorMessage(). In setReponseData(), copied the masked result code and error message. DirectoryException.java: Added getMaskedResultCode(), setMaskedResultCode(), getMaskedErrorMessage(), setMaskedErrorMessage(). LocalBackendWorkflowElement.java: Used javadocs. Created method newDirectoryException(), setResultCodeAndMessageNoInfoDisclosure() and filterNonDisclosableMatchedDN(). LocalBackend*Operation.java: Added setResultCodeAndMessageNoInfoDisclosure() and newDirectoryException() forwarding to the corresponding LocalBackendWorkflowElement methods + extensively made use of these methods. In processLocal*() methods, added a try/finally to call LocalBackendWorkflowElement.filterNonDisclosableMatchedDN(). Moved some blocks of code under the protection of try/catch blocks to ensure proper error handling when calling the exception throwing setResultCodeAndMessageNoInfoDisclosure() + as a consequence, moved some null checks to the finally blocks. Removed some try/catch duplicating outer try/catch blocks. LocalBackendModifyOperation.java: In processLocalModify(), removed try/catch around checkWritability() because catch is duplicated with outer try/catch. Used StaticUtils.collectionToString(). TextAccessLogPublisher.java: Renamed appendMessage() into appendResultCodeAndMessage() + integrated there logging of "result" + added logging of "maskedResult" and "maskedMessage". git-svn-id: https://svn.forgerock.org/opendj/trunk@9289 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jul, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9244 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9243 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2013
1 commit
-
In the end, it's simpler long term to include the install instructions in the README, and remove these extra files. With additional review from Ludo by mail, I've also fixed up a few small things in the README. I'm leaving the SVR4 related changes to Ludo. git-svn-id: https://svn.forgerock.org/opendj/trunk@9059 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Jun, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9017 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Jun, 2013
1 commit
-
…V/-F/-s on an instance not configured git-svn-id: https://svn.forgerock.org/opendj/trunk@9002 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Jun, 2013
2 commits
-
…ertificate (see issue OPENDJ-962) git-svn-id: https://svn.forgerock.org/opendj/trunk@8987 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8985 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jun, 2013
2 commits
-
- java5-runtime removed. - java7-runtime added. git-svn-id: https://svn.forgerock.org/opendj/trunk@8976 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The jnlp / webstart is now able to display the license if it is present and to validate it. Additional fix : The font is now set to UIFactory.TEXTFIELD_FONT for the license panel. (fix windows OS trivial graphical bug) git-svn-id: https://svn.forgerock.org/opendj/trunk@8975 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jun, 2013
1 commit
-
Also fix minor issues with URLs in the install.html and .txt files. git-svn-id: https://svn.forgerock.org/opendj/trunk@8964 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 May, 2013
1 commit
-
- added message when buildinfo is not found. - excluded .app / bat files. git-svn-id: https://svn.forgerock.org/opendj/trunk@8944 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 May, 2013
5 commits
-
Added --acceptLicense to upgrade's command line in packages (RPM / Deb) git-svn-id: https://svn.forgerock.org/opendj/trunk@8935 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8933 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8931 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8928 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8927 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 May, 2013
4 commits
-
config.ldif: Made the "File-Based HTTP Access Logger" disabled by default. git-svn-id: https://svn.forgerock.org/opendj/trunk@8925 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Made the "File-Based HTTP Access Logger" disabled by default. git-svn-id: https://svn.forgerock.org/opendj/trunk@8922 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
There are a number of issues with the Mac Apps, and this commit fixes most of them, but we should also change the icon name and picture once we have a logo for OpenDJ. The version and revision numbers are now automatically set when packaging. The -client JVM option is deprecated and thus removed. And we properly set the ServerRoot to allow ControlPanel to work when double clicking the icon. Note that Mac App are dependant on the JavaApplicationStub that only supports Java6. We fine for now, since OpenDJ is built with target 1.6, but we will need to redo the Apps when/if we switch to 1.7 by default. git-svn-id: https://svn.forgerock.org/opendj/trunk@8921 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8920 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 May, 2013
1 commit
-
http-config.json: Removed useless config parameters. git-svn-id: https://svn.forgerock.org/opendj/trunk@8912 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 May, 2013
1 commit
-
OPENDJ-842 On Windows, the setup command hangs when the length of the install path is too long Code review and initial idea: violette Now that the application starts with the single bootstrap jar, MacOS X can take advantage of this by referencing it statically in the plist files. In other words, it is no longer necessary to build the plist files dynamically. Info.plist: Hardcoded the path to bootstrap.jar build.xml: Removed the code that appended the jars to the **/Info.plist files for MacOS X. git-svn-id: https://svn.forgerock.org/opendj/trunk@8897 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 May, 2013
1 commit
-
Thanks Matt & Ludo :) git-svn-id: https://svn.forgerock.org/opendj/trunk@8892 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 May, 2013
1 commit
-
…install path is too long resource/bin/_script-util.bat Fixed the classpath on Windows (removed double quotes on bootstrap.jar). git-svn-id: https://svn.forgerock.org/opendj/trunk@8880 41b1ffd8-f28e-4786-ab96-9950f0a78031