Find a file
Benjamin Berg 83cd09ba2f device: Unwatch names when removing them
If a device is unplugged/destroyed while a client is using it, then we
would still end up watching the name. The vanish notification will then
access the destroyed FprintDevice object.

Fix this by unwatching the bus name when removing the client entry from
the dictionary.
2020-11-25 19:08:20 +01:00
.tx
data device.policy: Use auth-self-keep for enrollment 2020-11-10 14:45:59 +01:00
doc build: Add some linefeeds to generated XML files 2020-08-17 15:21:27 +02:00
pam pam: Always return translated string from helper 2020-10-13 09:29:44 +00:00
po build: Check translations using a script 2020-02-05 15:25:35 +01:00
src device: Unwatch names when removing them 2020-11-25 19:08:20 +01:00
tests tests: Add test for a client vanishing during claim 2020-11-25 19:05:47 +01:00
utils utils: Use auto-pointers 2020-11-13 13:32:51 +01:00
.gitignore build: Remove autotools support 2020-02-05 16:54:54 +01:00
.gitlab-ci.yml Revert "ci: Work-around meson coverage bug" 2020-08-18 12:07:59 +02:00
AUTHORS
code-of-conduct.md
config.h.in build: Rename config.h template 2020-02-05 17:07:10 +01:00
COPYING
meson.build fprintd: Use GDBus codegen based implementation 2020-11-10 14:45:59 +01:00
meson_options.txt build: Make pam module installation dir configurable 2020-02-10 14:49:11 +01:00
NEWS 1.90.1 2020-02-10 14:59:42 +01:00
README
README.transifex
TODO
update-transifex.sh

fprintd
=======

https://fprint.freedesktop.org/

Daemon to offer libfprint functionality over D-Bus
Might eat your kangaroo.

Written in C.

Licensed under the GPL version 2 or any later version (see COPYING).

A PAM login module is included in the 'pam' directory.

API use cases
=============

- User wants to use the fingerprint reader, and enroll
  his fingerprints, or remove some fingerprints from the database

- Administrator wants to enroll fingerprints for a particular user,
  or remove fingerprints for a particular user

- Laptop/desktop authentication:
  * Check for fingerprint devices
  * Check whether a particular user has any fingerprints enrolled
  * Verify a fingerprint for a particular user, or, if the device
  supports it, verify that the fingerprint matches against
  any of the fingerprints enrolled

- Point Of Sale authentication (in a bar, the fingerprint reader is
  used to see who accesses a particular point of sale/till, in place
  of PIN code authentication and/or tokens)
  * Given a list of users, verify which one has scanned their finger