07 Jul, 2009

2 commits


02 Jul, 2009

1 commit

  • ---
    AND of two regular expressions need to be implemented, as it is not part of POSIX/Java reg. exp. standard.
    SolarisFilterTranslatorTest#evaluateAndExpression is a strong candidate for moving to a helper class (implementation of AND-ing regexps).
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4860 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

01 Jul, 2009

2 commits


29 Jun, 2009

2 commits

  • git-svn-id: https://svn.forgerock.org/openicf/trunk@4856 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • * SolarisTestCommon - added initSampleUser() helper method.
      - now all methods are public.
    * OpCreateImplTest - moved initSampleUser() to SolarisTestCommon.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4855 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

26 Jun, 2009

2 commits


25 Jun, 2009

2 commits


24 Jun, 2009

1 commit


19 Jun, 2009

1 commit


18 Jun, 2009

1 commit


17 Jun, 2009

3 commits


16 Jun, 2009

5 commits


09 Jun, 2009

1 commit


08 Jun, 2009

1 commit


02 Jun, 2009

2 commits

  • - SolarisConnection -- cleaned up Holder class
     - AbstractOp -- msg correction
     - erased 'final' tag from class definitions -- no need to limit this inside implementation, that is not visible to the public.
     - cleaned imports
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4767 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@4766 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

01 Jun, 2009

4 commits

  • - AbstractOp, SolarisConnectorTests, SolarisConnection -- Connection is bounded to Configuration now.
     - SolarisConnection - reoganized constructors
        - OpAuthenticateImpl - no longer modifies the configuration, rather creates its own.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4764 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@4763 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@4762 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • - SolarisConnection -- erased buffer for command output; there is no need to cumulate output of multiple commands.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4761 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

29 May, 2009

1 commit

  • - erased unused Sys.out.println-s
    - SConnection#send should not log (might reveal password), so it is erased.
    - SConnection#waitFor now returns directly the output of the command as a string, it does not buffer or accumulate the output. Solaris connector is always oriented on output from a single command, not a bunch of them.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@4760 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     

28 May, 2009

4 commits


20 May, 2009

1 commit


18 May, 2009

4 commits