lp://staging/~cjwatson/lazr.sshserver/python3
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp://staging/~cjwatson/lazr.sshserver/python3
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Tom Wardill (community): Approve
- LAZR Developers: Pending requested
-
Diff: 705 lines (+172/-108)18 files modified.bzrignore (+1/-0)
requirements.txt (+1/-1)
setup.py (+7/-4)
src/lazr/sshserver/NEWS.txt (+5/-0)
src/lazr/sshserver/README.txt (+1/-1)
src/lazr/sshserver/accesslog.py (+3/-0)
src/lazr/sshserver/auth.py (+35/-14)
src/lazr/sshserver/events.py (+2/-0)
src/lazr/sshserver/service.py (+5/-3)
src/lazr/sshserver/session.py (+2/-0)
src/lazr/sshserver/sftp.py (+2/-0)
src/lazr/sshserver/tests/test_accesslog.py (+33/-36)
src/lazr/sshserver/tests/test_auth.py (+47/-41)
src/lazr/sshserver/tests/test_docs.py (+14/-7)
src/lazr/sshserver/tests/test_events.py (+2/-0)
src/lazr/sshserver/tests/test_session.py (+2/-0)
test-requirements.txt (+1/-1)
tox.ini (+9/-0)
Branch information
Recent revisions
- 89. By Colin Watson
-
Required fixes for turnip.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lazr.sshserver