Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update e-mailHEAD1.1.8master | Mattias Andrée | 2024-10-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Empty signed commit | Mattias Andrée | 2024-04-06 | 0 | -0/+0 |
| | |||||
* | Add references to key2root1.1.7 | Mattias Andrée | 2023-06-23 | 2 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add comment to keep env whitelist in sync with key2root | Mattias Andrée | 2023-06-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typos | Mattias Andrée | 2023-06-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add reference to editasroot1.1.6 | Mattias Andrée | 2022-07-17 | 2 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve makefile1.1.5 | Mattias Andrée | 2021-09-16 | 2 | -2/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix a buf and a portability issue found by Jonathan Frech1.1.4 | Mattias Andrée | 2021-03-24 | 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> | ||||
* | Fix support for long hostnames1.1.3 | Mattias Andrée | 2021-03-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Correction: set value of SHELL to pw_shell, rather than pw_dir1.1.2 | Mattias Andrée | 2021-03-22 | 1 | -2/+2 |
| | | | | | | Thank you to Jonathan Frech for catching this mistake Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo1.1.1 | Mattias Andrée | 2021-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove redundant extern declaration of environ1.1 | Mattias Andrée | 2021-02-01 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Eliminiate unncessary code if RETRY_SLEEP is nonpositive | Mattias Andrée | 2021-02-01 | 1 | -3/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add customisation instructions to config.mk, rename ERROR_SLEEP to RETRY_SLEEP, and remove sleep instruction if RETRY_SLEEP is nonpositive | Mattias Andrée | 2021-02-01 | 2 | -3/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix exit value | Mattias Andrée | 2021-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m1.0 | Mattias Andrée | 2021-01-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add README and m fixes to man page | Mattias Andrée | 2021-01-31 | 2 | -6/+36 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add man page | Mattias Andrée | 2021-01-31 | 1 | -0/+153 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Check password | Mattias Andrée | 2021-01-31 | 2 | -74/+288 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Set file owner to 0 rather than root | Mattias Andrée | 2021-01-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2021-01-31 | 6 | -0/+280 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |