Introduce the beginnings of an ssh app.

Review Request #3404 — Created Oct. 7, 2012 and discarded — Latest diff uploaded

Information

Review Board
release-1.6.x

Reviewers

Introduce the beginnings of an ssh app.

This introduces an ssh app, for the purposes of organization. Right now,
it just consists of the original sshutils.py (renamed to ssh/utils.py).
Future changes will flesh this out more, in an attempt toward a more
standardized interface and DB-backed key storage.
All unit tests pass.
reviewboard/settings.py
reviewboard/admin/forms.py
reviewboard/admin/views.py
reviewboard/cmdline/rbssh.py
reviewboard/scmtools/bzr.py
reviewboard/scmtools/core.py
reviewboard/scmtools/cvs.py
reviewboard/scmtools/forms.py
reviewboard/scmtools/git.py
reviewboard/scmtools/sshutils.py
reviewboard/scmtools/svn.py
reviewboard/scmtools/tests.py
reviewboard/ssh/utils.py
reviewboard/webapi/resources.py
reviewboard/webapi/tests.py
Loading...