Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-23 | Add references to key2root1.1.7 | Mattias Andrée | 2 | -1/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-06-23 | Add comment to keep env whitelist in sync with key2root | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-06-23 | Fix typos | Mattias Andrée | 2 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-17 | Add reference to editasroot1.1.6 | Mattias Andrée | 2 | -1/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-09-16 | Improve makefile1.1.5 | Mattias Andrée | 2 | -2/+11 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-03-24 | Fix a buf and a portability issue found by Jonathan Frech1.1.4 | Mattias Andrée | 1 | -3/+5 | |
1) Fix read of potententially uninitialised memory when reading hostname This bug could cause the program to enter a loop and eventually die because it cannot allocate memory. 2) Instead of using execvpe(3) (non-standard), set environ and call execvp(3). (This works because asroot does not change PATH.) Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-03-22 | Fix support for long hostnames1.1.3 | Mattias Andrée | 1 | -1/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-03-22 | Correction: set value of SHELL to pw_shell, rather than pw_dir1.1.2 | Mattias Andrée | 1 | -2/+2 | |
Thank you to Jonathan Frech for catching this mistake Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-22 | Fix typo1.1.1 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-01 | Remove redundant extern declaration of environ1.1 | Mattias Andrée | 1 | -2/+0 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-01 | Eliminiate unncessary code if RETRY_SLEEP is nonpositive | Mattias Andrée | 1 | -3/+8 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-01 | Add customisation instructions to config.mk, rename ERROR_SLEEP to RETRY_SLEEP, and remove sleep instruction if RETRY_SLEEP is nonpositive | Mattias Andrée | 2 | -3/+18 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-01 | Fix exit value | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-01-31 | m1.0 | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-01-31 | Add README and m fixes to man page | Mattias Andrée | 2 | -6/+36 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |