summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Create private copy of libfprint executable pagesbenzea/private-libfprint-copyBenjamin Berg6-1/+135
2021-08-11device: Catch client disconnect during ReleaseBenjamin Berg1-0/+8
2021-08-09Implement suspend/resume handlingBenjamin Berg4-1/+372
2021-08-09Keep alive fprintd if any device is WARM or HOTBenjamin Berg2-19/+34
2021-08-06data: Allow tuning USB parametersBenjamin Berg1-0/+3
2021-08-02tests: Verify PAM VerifyStop/disconnect behaviourBenjamin Berg1-0/+13
2021-08-02pam: Immediately return verify-match/verify-no-matchBenjamin Berg1-6/+16
2021-08-02tests: Remove broken test_verify_stop_restarts_immediately testBenjamin Berg1-9/+0
2021-08-02device: Remove incorrect comment about delaying verify-no-match resultBenjamin Berg1-2/+0
2021-07-31tests: Speed up tests by only using parts of the imageBenjamin Berg1-2/+10
2021-07-31ci: Conveniently expose coverage reportBenjamin Berg1-2/+3
2021-07-30file_storage: Ensure username/finger match our expectationsBenjamin Berg1-0/+8
2021-07-30tests: Try to show backtrace when killed by SIGTERMBenjamin Berg1-0/+6
2021-07-30device: Print error if deletion fails during garbage collectionBenjamin Berg1-1/+2
2021-07-30meson: Set GLIB_VERSION_{MIN_REQUIRED,MAX_ALLOWED}Benjamin Berg1-0/+8
2021-07-30device: Do not use GLib 2.62 API to extend GPtrArrayBenjamin Berg1-1/+4
2021-07-30device: Do not use GLib 2.58 API to pop from GPtrArrayBenjamin Berg1-1/+3
2021-07-26device: Add a memory barrier when getting session pointerBenjamin Berg1-2/+2
2021-07-25Translated using Weblate (French)Weblate1-35/+35
2021-07-24Translated using Weblate (Polish)Weblate1-8/+8
2021-07-23Translated using Weblate (Finnish)Weblate1-9/+10
2021-07-23tests: Pull more OutputChecker fixesBenjamin Berg1-5/+24
2021-07-19tests: Pull OutputChecker fixesBenjamin Berg1-3/+5
2021-07-16Translated using Weblate (Korean)Weblate1-8/+9
2021-07-16Translated using Weblate (Portuguese (Brazil))Weblate1-10/+11
2021-07-16Translated using Weblate (Swedish)Weblate1-9/+10
2021-07-16Translated using Weblate (Turkish)Weblate1-17/+18
2021-07-16Translated using Weblate (Ukrainian)Weblate1-12/+12
2021-07-01Switch to the Fedora weblate instance for translationsBenjamin Berg4-34/+7
2021-07-01Update for 1.92.0v1.92.0Benjamin Berg2-2/+20
2021-07-01device: Delete existing print in EnrollStartBenjamin Berg2-11/+27
2021-07-01Revert "pam_fprintd: Just return a PAM_AUTH_ERROR on unknown errors"Benjamin Berg2-2/+2
2021-07-01Update .po files and add .pot into gitBenjamin Berg72-4431/+5801
2021-07-01po: Update translations from transifexBenjamin Berg75-176/+721
2021-06-29data: Restrict syscall usage of fprintdBenjamin Berg1-0/+2
2021-06-29data: Disallow fprintd to read kernel logsBenjamin Berg1-0/+1
2021-06-29data: Only allow access to USB and SPI devicesBenjamin Berg1-0/+5
2021-06-25pam: Mark no-match error message as translatableThibault HEINRICH2-1/+6
2021-06-25tests: Check storage is cleared if device does not support listingBenjamin Berg1-0/+35
2021-06-25device: Avoid clearing storage when we can garbage collectBenjamin Berg2-11/+7
2021-04-30device: Clear storage before enrolling the first printVincent Huang2-3/+36
2021-04-19README: Add note on how to enable debuggingBenjamin Berg1-0/+11
2021-04-19device: Switch to new fp_device_has_feature APIBenjamin Berg1-8/+9
2021-04-19ci: Allow failing stable buildBenjamin Berg1-0/+1
2021-04-02tests/fprintd: Check that garbage collecting works on duplicated printMarco Trevisan (Treviño)1-0/+32
2021-04-02tests/fprintd: Cleanup FPrintdVirtualStorageDeviceTestsMarco Trevisan (Treviño)1-18/+16
2021-04-02tests/fprintd: Check an error is thrown if trying to re-enroll a fingerMarco Trevisan (Treviño)1-0/+7
2021-04-02device: Do not allow enrolling a finger that is already enrolledBenjamin Berg3-0/+19
2021-04-02tests/fprintd: Test enroll multiple prints with duplicatesMarco Trevisan (Treviño)1-25/+50
2021-04-01tests/fprintd: Repeat enroll tests with virtual device with no storageMarco Trevisan (Treviño)1-6/+14