Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Connection adapters with phpseclib #18

Merged

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    996a49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07b3de View commit details
    Browse the repository at this point in the history
  3. Added unit tests for connection adapters

    * ConnectionAdapterTestCase to provide tests for current and future
    adapters
    * LocalConnectionAdapterTest
    * SSHConnectionAdapterTest
    niels-nijens committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    6217416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    446869a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c3c09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    426ee6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04f7ec4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    195d5ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c663ab View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Fixed implementation for replacing the ~ for the user 'home' director…

    …y in SSHConnectionAdapter
    niels-nijens committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    623aefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9966a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51bcfbf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

  1. Improved tests in ConnectionAdapterTestCase

    * Added test for ConnectionAdapterInterface::disconnect
    * Moved connection adapter creation to setUp
    * Added disconnect to tearDown
    niels-nijens committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    53149e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a84fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba42b92 View commit details
    Browse the repository at this point in the history
  4. Improved SSHConnectionAdapter

    * Changed authentication types to constants
    * Added connection instance checking in methods
    niels-nijens committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    f031418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b57abcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    622c0ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5eb712 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7488867 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e39560 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b9e222 View commit details
    Browse the repository at this point in the history
  11. Implemented ObjectFactory in Configuration::getHosts to fill the conn…

    …ectionOptions constructor argument when available
    niels-nijens committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    19615cf View commit details
    Browse the repository at this point in the history