1. 06 Apr, 2012 1 commit
    • Add LocalConnection class to connection.py · 70a3fab7
      This creates a LocalConnection class for the case when operating on the
      localhost.  If the host, argument to Connection.connect(), matches
      127.0.0.1, localhost, or the name of the host as returned by
      os.uname()[1], Connection.connect() will opt to use LocalConnection
      instead of ParamikoConnection.  LocalConnection implements connect(),
      exec_command(), put_file(), and close().
      Stephen Fromm committed
  2. 02 Apr, 2012 2 commits
  3. 01 Apr, 2012 1 commit
  4. 31 Mar, 2012 19 commits
  5. 30 Mar, 2012 3 commits
  6. 29 Mar, 2012 9 commits
  7. 28 Mar, 2012 5 commits