Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update e-mailHEADmaster | Mattias Andrée | 2024-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Empty signed commit | Mattias Andrée | 2024-04-06 | 0 | -0/+0 |
| | |||||
* | m doc fix1.1.2.1 | Mattias Andrée | 2023-11-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix critical bug for automatic salt generation1.1.2 | Mattias Andrée | 2023-06-23 | 1 | -1/+1 |
| | | | | | | | | | | If getrandom(3) generated bytes with the highest bit set and (char) is (signed char) (ones' or two's complement is used), those bytes would become negative indices, rather than be inside [0, 64), causing random data to be writting into the salt. Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve srand seed | Mattias Andrée | 2023-06-23 | 1 | -1/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Whitespace fix + do not call srand unless required | Mattias Andrée | 2023-06-23 | 1 | -12/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix documentation | Mattias Andrée | 2023-06-23 | 2 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix allocation success check and deallocation order1.1.1 | Mattias Andrée | 2022-03-20 | 1 | -1/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix linking for Mac OS | Mattias Andrée | 2022-02-19 | 4 | -0/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix linking for Windows | Mattias Andrée | 2022-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bump version1.1 | Mattias Andrée | 2022-02-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix deps | Mattias Andrée | 2022-02-15 | 5 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libar2simplified_decode_r | Mattias Andrée | 2022-02-15 | 8 | -178/+409 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libar2simplified_init_context | Mattias Andrée | 2022-02-15 | 6 | -360/+441 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libar2simplified_recommendation1.0 | Mattias Andrée | 2022-02-15 | 9 | -4/+145 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add test for salt generation | Mattias Andrée | 2022-02-15 | 1 | -1/+70 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests for *-prefix syntax | Mattias Andrée | 2022-02-15 | 1 | -19/+55 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add readme and man pages | Mattias Andrée | 2022-02-15 | 8 | -0/+582 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Rewait if sem_wait is interrupted (pthread_mutex_lock cannot be interrupted) | Mattias Andrée | 2022-02-15 | 1 | -1/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2022-02-15 | 2 | -39/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix doc and adjust text width | Mattias Andrée | 2022-02-15 | 1 | -36/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add documentation and make sure the password is always erased | Mattias Andrée | 2022-02-14 | 2 | -1/+132 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libar2simplified_crypt and fix threading | Mattias Andrée | 2022-02-14 | 6 | -146/+230 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | XOR seed provided to srand with data depending on current seed, in case it is already seed in a better manner | Mattias Andrée | 2022-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo | Mattias Andrée | 2022-02-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2022-02-13 | 14 | -0/+971 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |