aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/keys.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor cmd setup and remove deadcode (#29313)wxiaoguang2024-02-221-1/+1
* Return `responseText` instead of string in some functions (#28836)yp053272024-01-191-1/+1
* Improve CLI code and descriptions (#28482)wxiaoguang2023-12-151-4/+5
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-19/+23
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-0/+2
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-1/+4
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-251-1/+1
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-6/+4
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-10/+0
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-0/+85