Bastien Nocera
bd2debc01e
Update storage code to allow plugins
...
Add naive plugin support to the storage code, it will
load plugins from $(libdir)/fprintd/modules, given the configuration
from /etc/fprintd.conf.
2008-11-02 11:16:13 +00:00
Bastien Nocera
81933406d0
Support setting the username in the tests
...
Allow enroll and verify to optionally set a username. Makes
testing easier.
2008-11-02 11:16:13 +00:00
Bastien Nocera
bb1210981b
Kill LoadPrintData and UnloadPrintData
...
They were just doing nothing interesting for us, and might
cause problems if data changes under us (say, remote storage).
2008-11-02 11:16:13 +00:00
Bastien Nocera
b1b5e2b495
Kill ListEnrolledFingersFromStorage
...
Last FromStorage variant killed, we need to make sure all
the functions now use the storage functions internally,
otherwise we won't be able to load from the place we save.
2008-05-22 17:55:16 +01:00
Bastien Nocera
5d4e23ab32
Kill LoadPrintDataFromStorage
...
First FromStorage variant to go
2008-05-22 17:55:15 +01:00
Bastien Nocera
54583f4750
Don't hardcode username
...
We use the current user's username instead.
2008-05-22 17:55:15 +01:00
Bastien Nocera
6cbb079619
Make the daemon a system daemon
...
With this patch, and the D-Bus activation patches posted earlier the
fprintd daemon is started automatically when needed.
We should have a way to exit it nicely when there are no users
anymore as well...
2008-05-13 23:10:04 +01:00
Vasily Khoruzhick
1f54a0c363
Initial storage implementation
...
[dsd: changed from /etc/fprint to /var/lib/fprint]
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
2008-04-06 23:49:28 +01:00
Daniel Drake
2a1aa4e0c0
Rename examples to tests
...
Real clients won't have the xml available, so calling these "examples"
is not appropriate.
2008-03-09 10:51:48 +00:00