aboutsummaryrefslogtreecommitdiff
path: root/gitosis/ssh.py
Commit message (Expand)AuthorAge
* Fixup whitespace.Robin H. Johnson2008-07-11
* Ignore some useless lines.Robin H. Johnson2008-07-11
* Include the from option in ssh keys for security where desired by users.Robin H. Johnson2008-01-22
* Exclude spaces from valid chars in username in command.Robin H. Johnson2007-12-24
* Convert existing SSH module to use the sshkey module, including all tests.Robin H. Johnson2007-12-24
* Add module to deal specifically with SSH public keys properly.Robin H. Johnson2007-12-24
* Move the SSH username extraction to the ssh class, and the tests over as well.Robin H. Johnson2007-12-22
* Expand SSH authorized_keys option parsing.Robin H. Johnson2007-12-22
* Fix tabs for spaces.Robin H. Johnson2007-12-18
* Add more testcases, and add coverage exclusion notations on places where we d...Robin H. Johnson2007-12-18
* Pylint cleanup.Robin H. Johnson2007-12-18
* Allow uppercase in usernames.Tommi Virtanen2007-12-17
* Allow underscores, dots and dashes in SSH username local parts.Tommi Virtanen2007-12-11
* Enforce safe usernames also when reading public key files from keydir.Tommi Virtanen2007-12-11
* Let *.pub files have multiple lines, each containing one SSH key.Tommi Virtanen2007-11-18
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-03
* Initial import.Tommi Virtanen2007-06-04