aboutsummaryrefslogtreecommitdiffstats
path: root/key2root-lskeys.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-23Fix mistakesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23key2root-rmkey, key2root-lskeys: check for NUL byte on truncated lineMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Make key directory compile-time configurable (intended for testing)Mattias Andrée1-10/+10
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ée1-2/+4
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>