aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style fixHEADmasterThomas Voss 2024-09-181-1/+1
* Open the manual page with -h/--helpThomas Voss 2024-08-271-3/+2
* Set PREFIX to /usr/local by defaultThomas Voss 2024-08-261-1/+1
* Update the manualThomas Voss 2024-08-261-45/+31
* Add a references fileThomas Voss 2024-08-261-0/+3
* Support passing multiple secrets on the CLIThomas Voss 2024-08-261-10/+4
* Cleanup and add an install targetThomas Voss 2024-08-261-44/+115
* Ignore totp-arm64Thomas Voss 2024-08-261-0/+1
* Remove flag already enabled at -O3Thomas Voss 2024-08-261-1/+0
* Add a sha1 for arm64 with crypto extensionsThomas Voss 2024-08-262-2/+90
* Style fixesThomas Voss 2024-08-261-5/+3
* Fix inline assembly for ARM64Thomas Voss 2024-08-261-2/+2
* Add missing braceThomas Voss 2024-08-261-1/+1
* Remove unused functionThomas Voss 2024-08-261-14/+0
* Remove useless assignmentThomas Voss 2024-08-261-2/+1
* Indent with tabsThomas Voss 2024-08-261-3/+3
* Simplify errno checksThomas Voss 2024-08-261-2/+1
* Half-implement -hThomas Voss 2024-08-261-1/+6
* Don’t violate strict aliasingThomas Voss 2024-08-261-2/+7
* Align with spacesThomas Voss 2024-08-261-1/+1
* Remove unused codeThomas Voss 2024-08-261-19/+0
* Huge overhall; fix code; remove external depsThomas Voss 2024-08-2618-372/+1533
* Simplify MakefileThomas Voss 2023-11-161-3/+2
* Add dependencies to the READMEThomas Voss 2023-11-161-0/+10
* Silence compiler warningsThomas Voss 2023-11-164-18/+24
* Add extended description to manualv1.0.2Thomas Voss 2023-10-031-1/+3
* Remove extra argument to ‘fprintf()’v1.0.1Thomas Voss 2023-08-221-1/+1
* Add a manual pagev1.0.0Thomas Voss 2023-08-211-0/+77
* Fix usage string… againThomas Voss 2023-08-211-2/+1
* Fix usage stringThomas Voss 2023-08-201-1/+1
* Add a LICENSEThomas Voss 2023-08-201-0/+14
* Add a READMEThomas Voss 2023-08-201-0/+59
* Add an ‘install’ ruleThomas Voss 2023-08-201-0/+8
* Fail on out-of-memory errorThomas Voss 2023-08-201-3/+5
* Remove debug printThomas Voss 2023-08-201-1/+0
* Properly support big-endian and 32bit timesThomas Voss 2023-08-201-10/+19
* Make the program actually workThomas Voss 2023-08-201-6/+20
* Make the ‘b32toa’ dest a uint8_t*Thomas Voss 2023-08-203-4/+5
* Minor reformatting fixThomas Voss 2023-08-201-6/+6
* Make things symmetricalThomas Voss 2023-08-111-1/+1
* Abide by my own coding standardsThomas Voss 2023-08-111-3/+2
* Make ‘pad’ unsignedThomas Voss 2023-08-111-1/+1
* Properly configure CFLAGSThomas Voss 2023-08-111-1/+3
* Nicer memory managementThomas Voss 2023-08-111-2/+4
* Add a totp_print() functionThomas Voss 2023-08-111-27/+22
* Remove unused variableThomas Voss 2023-08-111-2/+1
* Ditch DIE() & DIEX(), and introduce WARNX_AND_RET()Thomas Voss 2023-08-111-42/+34
* Genesis commitThomas Voss 2023-08-115-0/+348