aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-23Add comment as to why key2root-rmkey retains the order when unlisting keysMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Make key directory compile-time configurable (intended for testing)Mattias Andrée3-14/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Fix minor mistakes i key2root-lskeys.c, implement key2root-rmkey.c, and minor work on key2root-addkey.cMattias Andrée4-7/+205
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Add argument checks to key2root-addkey and key2root-rmkeyMattias Andrée3-1/+43
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Implement key2root-lskeysMattias Andrée1-1/+142
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Fix stdout doc for key2root-lskeysMattias Andrée1-1/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Some initial work on key2root: everything but authentication and keyfile forwardingMattias Andrée1-2/+203
Signed-off-by: Mattias Andrée <maandree@kth.se>