History log of /system/gatekeeper/gatekeeper_messages.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
70a35b8b84dcae0fd80d538153370dcb58c19459 08-Jan-2016 Anand Prasad <anprasad@nvidia.com> Fix default constructor

request_reenroll was reporting garbage data because it was not
initialized when used with the default constructor.

Change-Id: Ifd06e008fe058aee8bbe9f34d1cdb4ac75c7a636
/system/gatekeeper/gatekeeper_messages.cpp
aedf605d883b4ebade9c810eb39cbf5125a58c7d 14-May-2015 Andres Morales <anmorales@google.com> move throttling to GateKeeper layer

throttling is done in SW now, move directly into gatekeeper
to harden against root brute force attacks.

Bug:21118563
Change-Id: Ie8b22a9e1e6702c9f2007dc7f31e19a1c0fa1696
/system/gatekeeper/gatekeeper_messages.cpp
8aceb8fcd434ed95fb9b3d9bcfe2149a6adb1444 06-May-2015 Chih-Hung Hsieh <chh@google.com> Fix clang warnings on unused variable and function.

BUG: 20891269
Change-Id: I191d5e54cd9c4a1e85aaa73fa08eeb9810342782
(cherry picked from commit 65625f39c8cc785f4bb3d8a22bf14e758ae23769)
/system/gatekeeper/gatekeeper_messages.cpp
6034309d9caa185c406def66bd4a7b71ea4b6409 10-Apr-2015 Andres Morales <anmorales@google.com> Add challenge to GateKeeper

needed for enrollment of auxiliary authenticators

Change-Id: Id2d567fc2736dc7c1960b337b4d4d0d93219ccfc
/system/gatekeeper/gatekeeper_messages.cpp
11ed52a7139a6c867850113aa19293c05581fcfc 31-Mar-2015 Andres Morales <anmorales@google.com> Use uint32_t instead of size_t

Must be compatible with code running
on arbitrary architectures.

Change-Id: I7223f02792929422f21c52024efe073940248fca
/system/gatekeeper/gatekeeper_messages.cpp
175eea9a2a921314d1a58c3be0bc57a71bd8e62d 26-Mar-2015 Andres Morales <anmorales@google.com> Populate error when deserializing gatekeeper error messages

Change-Id: Id016c1c9b7fe7f0f4efffc1407ae8cec45d20418
/system/gatekeeper/gatekeeper_messages.cpp
8add7e25559d0f1d3914e5220a52993c7abd7674 24-Mar-2015 Andres Morales <anmorales@google.com> Make Serialize take an allocated buffer.

Makes memory management more explicit on the client
side.

Change-Id: I517aa8fb916fccec7c61c5dbee51f163a0a947ea
/system/gatekeeper/gatekeeper_messages.cpp
7d0f0406314df47b7502c3cd72dcefb83ead7132 20-Mar-2015 Andres Morales <anmorales@google.com> Rename keyguard to gatekeeper

Prevents confusion between this component and the
actual Keyguard that shows when the device is locked.

Change-Id: I47bc02b73947d56841ed126aae4eaf007749038a
/system/gatekeeper/gatekeeper_messages.cpp