aboutsummaryrefslogtreecommitdiff
path: root/gitosis/ssh.py
Commit message (Collapse)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 ↵Robin H. Johnson2007-12-18
| | | | do test the the content functions already, or they interact with the system too much to test for coverage automatically.
* 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
| | | | | | Warning: if your keyfiles contain more than just a-z0-9, at sign, dots or dashes, you will likely end up cutting off your access to your gitosis repository with this upgrade.
* Let *.pub files have multiple lines, each containing one SSH key.Tommi Virtanen2007-11-18
| | | | | Makes managing accounts and access for people with multiple client machines easier.
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-03
| | | | Hide internal gitosis-ssh and gitosis-gitweb, it's all in gitosis-run-hook.
* Initial import.Tommi Virtanen2007-06-04