Go to file
Bastien Nocera 9b3e9d9e8c elan: Fix frames being leaked
==24440== 14,416 bytes in 2 blocks are possibly lost in loss record 9,233 of 9,261
==24440==    at 0x483980B: malloc (vg_replace_malloc.c:309)
==24440==    by 0x7846BB8: g_malloc (gmem.c:102)
==24440==    by 0x48A2ABC: elan_process_frame_thirds (elan.c:277)
==24440==    by 0x785FB37: g_slist_foreach (gslist.c:864)
==24440==    by 0x48A57EE: elan_submit_image (elan.c:320)
==24440==    by 0x48A57EE: capture_complete (elan.c:591)
==24440==    by 0x4880C9C: fpi_ssm_mark_completed (fpi-ssm.c:369)
==24440==    by 0x4881003: fpi_ssm_mark_failed (fpi-ssm.c:437)
==24440==    by 0x48A5424: elan_cmd_cb (elan.c:347)
==24440==    by 0x4882296: transfer_finish_cb (fpi-usb-transfer.c:351)
==24440==    by 0x79BFC68: g_task_return_now (gtask.c:1214)
==24440==    by 0x79BFCA8: complete_in_idle_cb (gtask.c:1228)
==24440==    by 0x78410BD: g_main_dispatch (gmain.c:3272)
==24440==    by 0x78410BD: g_main_context_dispatch (gmain.c:3937)
2019-12-06 16:22:26 +01:00
.ci ci: Add ABI check 2019-08-05 20:05:13 +02:00
demo gtk-demo: Use G_DECLARE to avoid missing declarations 2019-12-04 18:52:19 +01:00
doc fpi-ssm: Support named SSMs and use a fallback macro 2019-12-04 20:43:53 +01:00
examples storage: Include storage header so that we have declarations 2019-12-04 18:52:18 +01:00
libfprint elan: Fix frames being leaked 2019-12-06 16:22:26 +01:00
scripts Uncrustify everything except for nbis 2019-11-20 20:38:06 +01:00
tests tests: Test finger removal after minutiae scan completion 2019-12-04 19:49:07 +00:00
.gitignore Doc and build updates 2007-11-15 23:00:04 +00:00
.gitlab-ci.yml ci: Partially hardcode the fedora image path 2019-12-05 17:31:46 +01:00
AUTHORS AUTHORS: Update 2012-12-14 13:17:24 +01:00
COPYING upekts relicensing 2007-11-15 09:54:35 +00:00
HACKING.md HACKING: Clarify the intent of the license 2019-08-05 13:37:28 +02:00
INSTALL INSTALL: Update for Meson 2018-05-18 01:16:30 +02:00
NEWS Update NEWS for 1.90.0 release 2019-11-20 20:38:06 +01:00
README README: Add links to historical resources 2018-11-30 17:57:40 +01:00
THANKS Thanks to Greg and Martin from AuthenTec 2012-11-29 09:51:55 +01:00
TODO Compiler flags update 2007-12-27 01:06:55 +00:00
code-of-conduct.md Add code of conduct document 2019-07-25 12:04:39 +02:00
meson.build meson: Use stricter C arguments to compile libfprint 2019-12-04 18:52:20 +01:00
meson_options.txt lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00

README

libfprint
=========

libfprint is part of the fprint project:
https://fprint.freedesktop.org/

libfprint was originally developed as part of an academic project at the
University of Manchester with the aim of hiding differences between different
consumer fingerprint scanners and providing a single uniform API to application
developers. The ultimate goal of the fprint project is to make fingerprint
scanners widely and easily usable under common Linux environments.

The academic university project runs off a codebase maintained separately
from this one, although I try to keep them as similar as possible (I'm not
hiding anything in the academic branch, it's just the open source release
contains some commits excluded from the academic project).

THE UNIVERSITY OF MANCHESTER DOES NOT ENDORSE THIS THIS SOFTWARE RELEASE AND
IS IN NO WAY RESPONSIBLE FOR THE CODE CONTAINED WITHIN, OR ANY DAMAGES CAUSED
BY USING OR DISTRIBUTING THE SOFTWARE. Development does not happen on
university computers and the project is not hosted at the university either.

For more information on libfprint, supported devices, API documentation, etc.,
see the homepage:
https://fprint.freedesktop.org/

libfprint is licensed under the GNU LGPL version 2.1. See the COPYING file
for the license text.

Section 6 of the license states that for compiled works that use this
library, such works must include libfprint copyright notices alongside the
copyright notices for the other parts of the work. We have attempted to
make this process slightly easier for you by grouping these all in one place:
the AUTHORS file.

libfprint includes code from NIST's NBIS software distribution:
http://fingerprint.nist.gov/NBIS/index.html
We include bozorth3 from the US export controlled distribution. We have
determined that it is fine to ship bozorth3 in an open source project,
see https://fprint.freedesktop.org/us-export-control.html

## Historical links

Older versions of libfprint are available at:
https://sourceforge.net/projects/fprint/files/

Historical mailing-list archives:
http://www.reactivated.net/fprint_list_archives/

Historical website:
http://web.archive.org/web/*/https://www.freedesktop.org/wiki/Software/fprint/