aboutsummaryrefslogtreecommitdiffstats
path: root/key2root-rmkey.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-23Fix exit statusMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Fix mistakesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Add key lookup to key2root-addkey and fix writeallMattias 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/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Add code from key2root-rmkey.c to key2root-addkey.cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Fix error handling in key2root-rmkey on failure to commitMattias Andrée1-4/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
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ée1-3/+3
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-4/+184
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Add argument checks to key2root-addkey and key2root-rmkeyMattias Andrée1-0/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>