Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the manual | Thomas Voss | 2024-08-26 | 1 | -45/+31 |
* | Add a references file | Thomas Voss | 2024-08-26 | 1 | -0/+3 |
* | Support passing multiple secrets on the CLI | Thomas Voss | 2024-08-26 | 1 | -10/+4 |
* | Cleanup and add an install target | Thomas Voss | 2024-08-26 | 1 | -44/+115 |
* | Ignore totp-arm64 | Thomas Voss | 2024-08-26 | 1 | -0/+1 |
* | Remove flag already enabled at -O3 | Thomas Voss | 2024-08-26 | 1 | -1/+0 |
* | Add a sha1 for arm64 with crypto extensions | Thomas Voss | 2024-08-26 | 2 | -2/+90 |
* | Style fixes | Thomas Voss | 2024-08-26 | 1 | -5/+3 |
* | Fix inline assembly for ARM64 | Thomas Voss | 2024-08-26 | 1 | -2/+2 |
* | Add missing brace | Thomas Voss | 2024-08-26 | 1 | -1/+1 |
* | Remove unused function | Thomas Voss | 2024-08-26 | 1 | -14/+0 |
* | Remove useless assignment | Thomas Voss | 2024-08-26 | 1 | -2/+1 |
* | Indent with tabs | Thomas Voss | 2024-08-26 | 1 | -3/+3 |
* | Simplify errno checks | Thomas Voss | 2024-08-26 | 1 | -2/+1 |
* | Half-implement -h | Thomas Voss | 2024-08-26 | 1 | -1/+6 |
* | Don’t violate strict aliasing | Thomas Voss | 2024-08-26 | 1 | -2/+7 |
* | Align with spaces | Thomas Voss | 2024-08-26 | 1 | -1/+1 |
* | Remove unused code | Thomas Voss | 2024-08-26 | 1 | -19/+0 |
* | Huge overhall; fix code; remove external deps | Thomas Voss | 2024-08-26 | 18 | -372/+1533 |
* | Simplify Makefile | Thomas Voss | 2023-11-16 | 1 | -3/+2 |
* | Add dependencies to the README | Thomas Voss | 2023-11-16 | 1 | -0/+10 |
* | Silence compiler warnings | Thomas Voss | 2023-11-16 | 4 | -18/+24 |
* | Add extended description to manualv1.0.2 | Thomas Voss | 2023-10-03 | 1 | -1/+3 |
* | Remove extra argument to ‘fprintf()’v1.0.1 | Thomas Voss | 2023-08-22 | 1 | -1/+1 |
* | Add a manual pagev1.0.0 | Thomas Voss | 2023-08-21 | 1 | -0/+77 |
* | Fix usage string… again | Thomas Voss | 2023-08-21 | 1 | -2/+1 |
* | Fix usage string | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
* | Add a LICENSE | Thomas Voss | 2023-08-20 | 1 | -0/+14 |
* | Add a README | Thomas Voss | 2023-08-20 | 1 | -0/+59 |
* | Add an ‘install’ rule | Thomas Voss | 2023-08-20 | 1 | -0/+8 |
* | Fail on out-of-memory error | Thomas Voss | 2023-08-20 | 1 | -3/+5 |
* | Remove debug print | Thomas Voss | 2023-08-20 | 1 | -1/+0 |
* | Properly support big-endian and 32bit times | Thomas Voss | 2023-08-20 | 1 | -10/+19 |
* | Make the program actually work | Thomas Voss | 2023-08-20 | 1 | -6/+20 |
* | Make the ‘b32toa’ dest a uint8_t* | Thomas Voss | 2023-08-20 | 3 | -4/+5 |
* | Minor reformatting fix | Thomas Voss | 2023-08-20 | 1 | -6/+6 |
* | Make things symmetrical | Thomas Voss | 2023-08-11 | 1 | -1/+1 |
* | Abide by my own coding standards | Thomas Voss | 2023-08-11 | 1 | -3/+2 |
* | Make ‘pad’ unsigned | Thomas Voss | 2023-08-11 | 1 | -1/+1 |
* | Properly configure CFLAGS | Thomas Voss | 2023-08-11 | 1 | -1/+3 |
* | Nicer memory management | Thomas Voss | 2023-08-11 | 1 | -2/+4 |
* | Add a totp_print() function | Thomas Voss | 2023-08-11 | 1 | -27/+22 |
* | Remove unused variable | Thomas Voss | 2023-08-11 | 1 | -2/+1 |
* | Ditch DIE() & DIEX(), and introduce WARNX_AND_RET() | Thomas Voss | 2023-08-11 | 1 | -42/+34 |
* | Genesis commit | Thomas Voss | 2023-08-11 | 5 | -0/+348 |