- 13 Oct, 2016 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
tx supports a single "--root" argument to pass both where it expects to read the created data file (the .pot file) and the configuration. As those are two separate directories with builddir != srcdir, copy the .tx file from srcdir to builddir to upload the updated .pot file.
-
- 19 Jul, 2016 2 commits
-
-
Bastien Nocera authored
In file included from tests/enroll.c:29:0: pam/fingerprint-strings.h: In function ‘finger_str_to_msg’: pam/fingerprint-strings.h:99:6: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] return g_strdup_printf (TR (fingers[i].place_str_specific), driver_name); ^~~~~~ pam/fingerprint-strings.h:104:6: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] return g_strdup_printf (TR (fingers[i].swipe_str_specific), driver_name); ^~~~~~
-
Bastien Nocera authored
-
- 14 Oct, 2015 1 commit
-
-
Bastien Nocera authored
In some cases, the priv->dev is already freed and NULL, so ensure that we don't try to close NULL devices and crash.
-
- 09 Feb, 2015 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 03 Feb, 2015 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Sort the devices by ID for the GetDevices() output.
-
Bastien Nocera authored
We were always reading the information for reader 0.
-
- 02 Nov, 2014 1 commit
-
-
We tried to use strcmp on a NULL string. https://bugs.freedesktop.org/show_bug.cgi?id=85736
-
- 25 Apr, 2014 2 commits
-
-
Administrators don't need to see this stuff on every boot. The system bus itself already logs this anyways (which is itself a bit too chatty). https://bugs.freedesktop.org/show_bug.cgi?id=71889
-
This happens on hardware without fingerprint readers on every boot; we don't need to log anything about it, it's totally normal. This patch is part of an initiative to reduce logging spew in GNOME so that actual errors and important messages are more visible. https://bugs.freedesktop.org/show_bug.cgi?id=71889
-
- 18 Feb, 2014 2 commits
-
-
-
Bastien Nocera authored
When the "-f" parameter of fprintd-enroll is incorrect, list the possible values.
-
- 27 Jan, 2014 1 commit
-
-
Bastien Nocera authored
When we create our own GMainContext, we need to be the ones disposing of it as well, as GMainLoop won't take ownership of it. From https://bugzilla.redhat.com/show_bug.cgi?id=1050827
-
- 30 Sep, 2013 1 commit
-
-
Bastien Nocera authored
-
- 11 Aug, 2013 3 commits
-
-
Bastien Nocera authored
fprintd.pod around line 100: =over without closing =back POD document had syntax errors at /usr/bin/pod2man line 69.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 26 Jun, 2013 1 commit
-
-
Add support for -f 'finger' option to fprintd-enroll. Update docs accordingly. https://bugs.freedesktop.org/show_bug.cgi?id=62644
-
- 03 Jun, 2013 1 commit
-
-
Rob Johnson authored
This commit makes pam_fprintd return PAM_UNKNOWN_USER when the user has not enrolled a fingerprint. This lets the administrator set up pam_fprintd as a required authentication, method, but only for users that have enrolled a fingerprint, as such: auth [success=ok user_unknown=ignore default=die] pam_fprintd.so max_tries=1 timeout=-1 auth [success=1 default=ignore] pam_unix.so nullok_secure auth requisite pam_deny.so With this config, users w/o an enrolled fingerprint will just be asked for a password. Users with an enrolled fingerprint will required to login using both their fingerprint and a password. https://bugs.freedesktop.org/show_bug.cgi?id=64781
-
- 26 Mar, 2013 1 commit
- 05 Mar, 2013 5 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 18 Dec, 2012 1 commit
-
-
It's just better if we get activated via systemd rather than dbus. Various bits of configury/makefile taken from polkit. https://bugs.freedesktop.org/show_bug.cgi?id=58468
-
- 18 Nov, 2012 1 commit
-
-
Previous commit had two obviously broken parts.
-
- 17 Nov, 2012 3 commits
-
-
Bastien Nocera authored
-
Fixes the build.
-
This fixes the build in gnome-ostree, where we don't have pod2man to generate the manpages.
-
- 16 Nov, 2012 4 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
All the headers mention "GPL v2 or later", so reflect that in the README.
-
- 13 Nov, 2012 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-