Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -80/+54 |
| | |||||
* | Split administration commands into a plugin, enhance plugin manager | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -1/+2 |
| | | | | "gitblit keys ls" now defaults to showing an indexed list of fingerprints which almost matches the output of "sshadd -l". The indexes are useful specifying key(s) to remove using "gitblit keys rm <index>". This is an important improvement for key management. | ||||
* | Elevate the public key manager to a top-level manager | James Moger | 2014-04-10 | 1 | -0/+25 |
| | |||||
* | Add SSH daemon test | David Ostrovsky | 2014-04-10 | 1 | -0/+90 |