aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify MakefileHEADmasterThomas 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
| | | | | | Commit 08ad3ea4668f4f25648fd6b4369bdee2705a5bd0 removed the second occurance of ‘%s’ in the usage string, so we can now remove the second occurance of ‘__progname’ from ‘fprintf()’.
* 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