fprintd/utils
Benjamin Berg eb73e024e1 utils: Fix race in verify accepting unrelated signals
Signals like VerifyResult may be received from unrelated Verify
operations. To avoid races, we need to ignore any VerifyResult that
happenes before the DBus method returns.

The only way to do this race-free is to use the async version of the
VerifyStart method.
2020-12-07 15:27:14 +01:00
..
delete.c utils: Use auto-pointers 2020-11-13 13:32:51 +01:00
enroll.c utils: Use auto-pointers 2020-11-13 13:32:51 +01:00
list.c utils: Use auto-pointers 2020-11-13 13:32:51 +01:00
meson.build fprintd: Use GDBus codegen based implementation 2020-11-10 14:45:59 +01:00
verify.c utils: Fix race in verify accepting unrelated signals 2020-12-07 15:27:14 +01:00