aboutsummaryrefslogtreecommitdiff
path: root/gitosis/init.py
Commit message (Expand)AuthorAge
* Avoid trailing whitespace messing up the keyname.Robin H. Johnson2008-02-03
* Remove old extract_user function, replaced by username property of SSHPublicK...Robin H. Johnson2007-12-24
* Improve default config stuff.Robin H. Johnson2007-12-24
* Use the new GitosisRawConfigParser.Robin H. Johnson2007-12-24
* Use an already existing config file is passed to gitosis-init.Robin H. Johnson2007-12-24
* Support filename for input.Robin H. Johnson2007-12-24
* Allow passing in a file for the admin key, and overriding the default key name.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
* 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 of init.py.Robin H. Johnson2007-12-18
* Factor out functions with a common errno ignore block.Robin H. Johnson2007-12-18
* Enforce safe usernames also when reading public key files from keydir.Tommi Virtanen2007-12-11
* Create ~git/gitosis in gitosis-init.Tommi Virtanen2007-12-11
* Make sure ~git/.ssh exists in gitosis-init.Tommi Virtanen2007-09-03
* Let SSH public key user fields have a bit more varied content.Tommi Virtanen2007-09-03
* Make gitosis-init call run_hook.post_update directly.Tommi Virtanen2007-09-03
* Make gitosis-init ignore error from non-existent config file.Tommi Virtanen2007-09-03
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-03
* Add gitosis-init, for bootstrapping a new installation.Tommi Virtanen2007-09-01