summaryrefslogtreecommitdiff
path: root/lib/gitano/usercommand.lua
Commit message (Expand)AuthorAgeFilesLines
* use passwd.method and passwd.hash insteadDaniel Silverstone2014-03-061-6/+6
* Fix some indentation in usercommandRichard Ipsum2014-02-151-22/+27
* Add passwd commandRichard Ipsum2014-02-151-3/+111
* Make whoami exit with err if user is anonymousRichard Ipsum2014-02-121-0/+5
* USERCOMMAND: In sshkey, ensure we refuse to continue if tag format is badDaniel Silverstone2013-04-241-0/+1
* USERCOMMAND: Fix up whoami output a littleDaniel Silverstone2013-04-241-6/+6
* USERCOMMAND: Ensure sshkey is validating tag namesDaniel Silverstone2012-09-221-0/+6
* CONFIG: Change group handling to ClodDaniel Silverstone2012-08-251-1/+1
* COMMAND: Ensure SSH key => alignment in whoami outputDaniel Silverstone2012-08-081-1/+8
* COMMAND: Fix group colon alignment in whoami outputDaniel Silverstone2012-08-081-1/+1
* USERCOMMAND: Ensure sshkey helptext variable named correctly so it will be shownDaniel Silverstone2012-08-061-1/+1
* LIB: Alter ssh key pattern to support 'comments'Daniel Silverstone2012-06-301-1/+1
* LIB: Create an admin command module and move 'as' into it. Also ensure help ...Daniel Silverstone2012-06-291-81/+0
* USERCOMMAND: Ensure whoami and sshkey pass through the laceDaniel Silverstone2012-06-291-7/+17
* USERCOMMAND: Initial work on 'as' commandDaniel Silverstone2012-06-291-0/+81
* COMMAND: New sshkey user command for manipulating ssh keysDaniel Silverstone2012-06-171-2/+115
* USERCOMMAND: Fix up whoami to indicate which SSH key is in useDaniel Silverstone2012-06-171-2/+5
* COMMAND: Split pure user commands off into a separate moduleDaniel Silverstone2012-06-171-0/+83