30 Jul, 2015

1 commit


07 Apr, 2015

1 commit


01 Apr, 2015

1 commit


31 Mar, 2015

1 commit

  • This patch splits the dsconfig man page into a dsconfig page
    that lists the subcommands, and a page per subcommand.
    
    In the Reference the subcommands pages are included
    in their own reference section,
    because there's no good way to present the whole list
    in the midst of the tools reference.
    
    As a side effect this patch makes it possible to build PDF again
    (and to build man pages) without running out of memory.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12011 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

24 Mar, 2015

1 commit

  • *****  opendj-cli *****
    * ArgumentConstants.java
    ** Add constant for testonly long option
    
    * CommonArguments.java
    ** Removes getTestOnly(...) static method as it is only used in InstallDS.
    
    * cli.properties
    ** Removes INFO_ARGUMENT_DESCRIPTION_TESTONLY message and migrate it to server tool.properties to have consistant import in InstallDS.java
    
    ***** opendj-ldap-toolkit *****
    * resources/.../_script_util.bat
    ** Replace short option call by long option call
    
    ***** opendj-server-legacy *****
    * resources/.../bin/_script-util.sh _script-util.bat
    ** Replace short option call by long option call
    
    * InstallDSArgumentParser.java
    ** Inline static call to CommonArguments
    
    * tools.properties
    ** Add testonly argument information message
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11968 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

17 Mar, 2015

1 commit

  • Implement plugin for generating RefEntry source files
    
    This patch adds a Mojo for generating DocBook XML RefEntry sources.
    
    The tools to document must be on the project class path.
    
    Apply fixes suggested by Jean-Noël in CR-6372
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11933 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

11 Mar, 2015

1 commit

  • This first patch makes it possible to get a full refentry when running 
    OPENDJ_JAVA_ARGS="-Dorg.forgerock.opendj.gendoc=true" <command> -?
    with any command.
    
    This is a subtask of the following issue:
    OPENDJ-386 Move to single reference document
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11890 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

26 Feb, 2015

1 commit


25 Feb, 2015

1 commit


20 Feb, 2015

1 commit


18 Feb, 2015

1 commit

  • This patch moves to FreeMarker templates to lay out generated content.
    It also moves English strings to properties files.
    
    It would no doubt be possible to reduce the number of templates for dsconfig
    by appending to the FreeMarker model instead of appending strings.
    
    This patch is part of the work for
    OPENDJ-386 Single reference document, especially for dsconfig.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11788 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

13 Feb, 2015

1 commit

  • This patch is like r11722, but for the LDAP SDK tools.
    
    This patch does not resolve the fact that duplicate tools exist.
    I have, however, logged OPENDJ-1810 regarding that point.
    Duplication should disappear in the move to a single set of tools.
    
    This is a subtask of the following issue:
    OPENDJ-386 Move to single reference document
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11735 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

12 Feb, 2015

1 commit

  • This patch adds supplemental documentation
    for what is already part of the hand-written reference
    to the generated reference content.
    For example, descriptions that are longer in the hand-written reference
    than in the generated reference content
    are now included in the generated reference content.
    
    This patch does not, however, add additional reference sections
    that are not currently part of generated content,
    such as EXIT CODES, EXAMPLES, SEE ALSO, etc.
    
    This is a subtask of the following issue:
    OPENDJ-386 Move to single reference document
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11722 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

15 Jan, 2015

1 commit

  • Argument.java:
    In getDoubleValue(), fixed erroneous error messages referring to int.
    
    ArgumentParser.java:
    I find the way versionArgument is handled is a bit strange. It should be added to the general argument and custom null-checking to display the version code should be removed.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11571 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

19 Aug, 2014

1 commit


10 Apr, 2014

1 commit

  • Rewritten DSConfig connection.
    dsconfig package.
    - Removed from dsconfig package the dependency on the SecureconnectionCliArgs and LDAPConsoleInteraction.
    - Removed unused class InternalManagementContextFactory
    
    Opendj-cli
    - Added to ConnectionFactoryProvider an interactive mode which, at this state, just ask for basic authentication fields.
    - Added cli messages.
    - Added printHeader(...) to ConsoleApplication.
    
    TOOLS SDK
    - Added non interactive mode to AuthRate, ldapsearch and modrate to allow anonymous connection. This need to be fixed independently.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10644 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

04 Apr, 2014

2 commits

  • - Added messages in order to decouple LDAPConnectionConsoleInteraction to dsconfig server package.
    - Added to Utils the getHostNameForLdapUrl (from ConnectionUtils)
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10623 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • Preparing the ground to code cleanup the LDAPConnectionConsoleInteraction.
    - Added messages from utility.properties / quicksetup.properties.
    - Added functions to Utils.
    - Minor mods on the ConnectionFactoryProvider : accessors, added getters and extracted checkForConflictingArguments().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10621 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

25 Mar, 2014

1 commit


24 Mar, 2014

1 commit


06 Mar, 2014

1 commit

  • - Added static final readPassword() to ConsoleApplication.
    - Added messages.
    - Added to CliConstants GLOBAL_ADMIN_UID && DEFAULT_ADMINISTRATION_CONNECTOR_PORT
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10488 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

21 Feb, 2014

1 commit


20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


18 Feb, 2014

1 commit


14 Feb, 2014

1 commit


13 Feb, 2014

1 commit


12 Feb, 2014

1 commit


06 Feb, 2014

1 commit


05 Feb, 2014

1 commit

  • - Modified classes for their future use in the opendj3-server-dev
    - Migrate tests from server.
     
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10276 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

04 Feb, 2014

1 commit


29 Jan, 2014

1 commit


24 Jan, 2014

1 commit