Find a file
Bastien Nocera 46a9783be6 Add PolicyKit checking
Add PolicyKit checks to all the public functions, grouped
in 2 main groups: Verify and Enroll
By default, only the user is able to enroll new fingers,
or verify themselves.
You need to be allowed at least one of those 2 actions
to be allowed to claim or release the device.

We also add a new SetUsername function, for administration
functions. Users will need to be authenticate as admins to
be allowed to change the username on which the actions will
be taken. Any prints loaded before the change of username will
be unloaded.
2008-05-22 17:56:25 +01:00
data Add PolicyKit checking 2008-05-22 17:56:25 +01:00
po Add user tracking when claiming a device 2008-05-18 12:41:05 +01:00
src Add PolicyKit checking 2008-05-22 17:56:25 +01:00
tests Kill ListEnrolledFingersFromStorage 2008-05-22 17:55:16 +01:00
.gitignore Rename examples to tests 2008-03-09 10:51:48 +00:00
acinclude.m4 Initial commit 2008-03-04 12:39:02 +00:00
AUTHORS Initial commit 2008-03-04 12:39:02 +00:00
autogen.sh Add PolicyKit checking 2008-05-22 17:56:25 +01:00
ChangeLog Initial commit 2008-03-04 12:39:02 +00:00
configure.ac Add PolicyKit checking 2008-05-22 17:56:25 +01:00
COPYING Initial commit 2008-03-04 12:39:02 +00:00
INSTALL Initial commit 2008-03-04 12:39:02 +00:00
Makefile.am Add PolicyKit checking 2008-05-22 17:56:25 +01:00
NEWS Initial commit 2008-03-04 12:39:02 +00:00
README Initial commit 2008-03-04 12:39:02 +00:00
TODO Add TODO items 2008-05-22 17:55:15 +01:00

fprintd
=======

http://www.reactivated.net/fprint/wiki/Fprintd

Daemon to offer libfprint functionality over D-Bus
Currently in early stages. Might eat your kangaroo.

Written in C. Requires bleeding edge libfprint (libusb-1.0 port).

Licensed under the GPL version 2 (see COPYING).