aboutsummaryrefslogtreecommitdiffstats
path: root/key2root.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-31Use libenv for environment variable whitelistingMattias Andrée1-115/+23
Signed-off-by: Mattias Andrée <m@maandree.se>
2023-06-23Add pepperMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Use libar2simplified instead of crypt as crypt has a verily limited imput size, and add -h to key2root-addkey, and add key2root-cryptMattias Andrée1-9/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Fix mistakesMattias Andrée1-7/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Implement authenticationMattias Andrée1-3/+150
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-23Implement keyfile forwardingMattias Andrée1-1/+72
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>