- 15 Feb, 2019 1 commit
-
-
Bastien Nocera authored
The gettext in fprintd would be getting confused by a new file in libfprint that looks like it should have been translated. Ignore this file in our build.
-
- 12 Nov, 2018 2 commits
-
-
Bastien Nocera authored
and simplify the flow of that function. From https://bugs.launchpad.net/ubuntu/+source/fprintd/+bug/1745455/comments/7
-
Bastien Nocera authored
No need to duplicate that string until we pass it out. From https://bugs.launchpad.net/ubuntu/+source/fprintd/+bug/1745455/comments/7
-
- 09 Nov, 2018 1 commit
-
-
Corentin Noël authored
-
- 26 Jun, 2018 1 commit
-
-
Bastien Nocera authored
This will be a warning with slightly older versions of libfprint, but at least it would catch errors.
-
- 18 Jun, 2018 1 commit
-
-
Bastien Nocera authored
-
- 15 Jun, 2018 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 07 Jun, 2018 1 commit
-
-
Bastien Nocera authored
-
- 31 May, 2018 7 commits
-
-
Bastien Nocera authored
I doubt we want to do this, and nothing has needed it so far.
-
Bastien Nocera authored
See #10
-
Bastien Nocera authored
See #9
-
Bastien Nocera authored
Already registered in Transifex: https://www.transifex.com/freedesktop/fprintd/
-
Bastien Nocera authored
See #8
-
Bastien Nocera authored
-
Bastien Nocera authored
Fix a possible crash when an fprintd client disappears. If the client requested for the device to be released, then, without waiting for the reply of that release, disappeared from the bus, we would try to close it a second time, accessing a function pointer that didn't exist anymore. See https://bugzilla.redhat.com/show_bug.cgi?id=1515720
-
- 30 May, 2018 2 commits
-
-
Bastien Nocera authored
Rather than filling the logs with mostly useless messages, print those as debug.
-
Bastien Nocera authored
-
- 25 May, 2018 2 commits
-
-
Bastien Nocera authored
To make it easier to use as an example.
-
Bastien Nocera authored
Remove do/while loops in favour of for loops, and downgrade some warnings and messages statements to debug.
-
- 26 Apr, 2018 2 commits
-
-
Bastien Nocera authored
And add Belarusian
-
Bastien Nocera authored
When starting the daemon
-
- 06 Feb, 2018 4 commits
-
-
Bastien Nocera authored
If not all the functions in the header are used, we'd get warnings about them being unused. Mark all the functions as unused, so we can avoid warnings.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
Don't try to copy a file over itself if srcdir == builddir
-
- 13 Sep, 2017 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Using the NoNewPrivileges stanza from systemd.
-
- 16 Feb, 2017 4 commits
-
-
The error should be initialised to NULL before being set.
-
So free the errors after sending them on the bus. https://bugs.freedesktop.org/show_bug.cgi?id=99838
-
Before claiming the device and therefore potentially activating the actual hardware, make a call to see if the user has any prints registered at all. https://bugs.freedesktop.org/show_bug.cgi?id=99811
-
For some operations, i.e. listing the enrolled prints, the device does not need to be claimed. Therefore the claiming can be delayed until we actually start the verification process, allowing us to query the fingerprint system if the user has any prints enrolled. https://bugs.freedesktop.org/show_bug.cgi?id=99811
-
- 14 Feb, 2017 4 commits
-
-
Calling g_type_init() is not needed anymore and deprecated since glib version 2.36. https://bugs.freedesktop.org/show_bug.cgi?id=99812
-
Calling g_type_init() is not needed anymore and deprecated since glib version 2.36. https://bugs.freedesktop.org/show_bug.cgi?id=99812
-
Calling g_type_init() is not needed anymore and deprecated since glib version 2.36. https://bugs.freedesktop.org/show_bug.cgi?id=99812
-
dbus_g_method_get_sender() returns an allocated-string which we need to free. This is handled properly in the rest of the codebase. https://bugs.freedesktop.org/show_bug.cgi?id=99811
-
- 11 Feb, 2017 2 commits
- 05 Jan, 2017 1 commit
-
-
Bastien Nocera authored
Give read-write access to USB devices in /dev, and the location of the fingerprints, access to Unix sockets for D-Bus and close everything else down. See systemd.exec(5) for details about the options.
-