summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2021-03-03utils/delete: Add ability to delete single user fingerprints by finger nameMarco Trevisan (Treviño)1-9/+71
2021-03-03delete: Use GOptionContext to handle helpMarco Trevisan (Treviño)1-3/+20
2021-03-03utils/verify: Terminate with EXIT_FAILURE when enrollment failedMarco Trevisan (Treviño)1-3/+9
2021-03-03utils/enroll: Terminate with EXIT_FAILURE when enrollment failedMarco Trevisan (Treviño)1-9/+23
2021-03-03utils/enroll: Fix typo on errorMarco Trevisan (Treviño)1-1/+1
2021-03-03utils/delete: Use proper error string on deletionMarco Trevisan (Treviño)1-1/+1
2020-12-11verify: Print message about verification start from callbackBenjamin Berg1-2/+4
2020-12-07fprintd: Reindent the source code following uncrustify rulesMarco Trevisan (Treviño)4-574/+652
2020-12-07verify: Add print about start for testsBenjamin Berg1-0/+1
2020-12-07utils: Fix race in verify accepting unrelated signalsBenjamin Berg1-9/+50
2020-11-13utils: Use auto-pointersMarco Trevisan (Treviño)4-36/+25
2020-11-13enroll: Cleanup error with autoptrMarco Trevisan (Treviño)1-2/+1
2020-11-10fprintd: Use GDBus codegen based implementationMarco Trevisan (Treviño)5-193/+234
2020-11-04utils: Uniform the no-devices error messages removing duplicated checksMarco Trevisan (Treviño)4-16/+6
2020-11-04verify: Pass the "any" finger parameter to the daemonMarco Trevisan (Treviño)1-2/+1
2020-11-04verify: Fail if we try to verify a non-enrolled fingerMarco Trevisan (Treviño)1-0/+8
2020-08-17build: Fix custom_target meson warningBastien Nocera3-14/+4
2020-02-14utils: Fix memory leak when error is ignored in listMarco Trevisan (Treviño)1-0/+1
2020-02-14delete: Clear the error in case we ignore itMarco Trevisan (Treviño)1-0/+1
2020-02-05build: Remove autotools supportBastien Nocera1-35/+0
2020-02-05verify: Constify usernameMarco Trevisan (Treviño)1-1/+1
2020-02-05enroll: Fix usernames memory leakMarco Trevisan (Treviño)1-0/+1
2020-02-05enroll: Always use allocated memory for finger nameMarco Trevisan (Treviño)1-1/+5
2020-02-05build: Add meson build systemMarco Trevisan (Treviño)1-0/+67
2020-01-23pam: Add include for asprintf to copy/paste headerBastien Nocera1-0/+1
2020-01-14all: Call setlocale() at the start of main()Bastien Nocera4-0/+12
2019-12-18all: Bump required glib versionBastien Nocera4-16/+0
2019-12-05utils: Use new print deletion APIBenjamin Berg1-1/+12
2019-12-03utils: Move test binaries into utilsBenjamin Berg5-0/+713