Enforce safe usernames also when reading public key files from keydir.
commitcbea1785d068bfb1e402234e08d8d74512a70c5e
authorTommi Virtanen <tv@eagain.net>
Tue, 11 Dec 2007 20:43:05 +0000 (11 22:43 +0200)
committerTommi Virtanen <tv@eagain.net>
Tue, 11 Dec 2007 20:43:05 +0000 (11 22:43 +0200)
tree9f6d9353a21a9d1059462225bd92eca170f4736a
parenta5a758a4077196e9ac32811a6c8ae003efb249df
Enforce safe usernames also when reading public key files from keydir.

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.
gitosis/init.py
gitosis/ssh.py
gitosis/test/test_ssh.py