summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/trust
Commit message (Expand)AuthorAgeFilesLines
* Add StrongAuthTrackerAdrian Roos2015-08-211-90/+22
* Revert "Disable fingerprint when remotely reset by DPM"Jim Miller2015-08-171-6/+0
* Disable fingerprint when remotely reset by DPMJim Miller2015-08-051-0/+6
* Trust: Track separate user has authenticated since bootAdrian Roos2015-06-291-15/+24
* Only enable fingerprint auth after first regular authJorim Jaggi2015-05-051-12/+47
* Update use of procstate for services.Dianne Hackborn2015-04-291-1/+2
* Allow dismissing Keyguard from TrustAgentServiceAdrian Roos2015-04-173-31/+48
* Add KeyguardManager.isDeviceSecureAdrian Roos2015-04-131-0/+14
* Properly unregister TrustAgentWrapper's broadcast receiverAdrian Roos2015-03-261-3/+4
* Merge "Notify TrustAgentService when device policy configuration no longer ap...Adrian Roos2015-03-111-0/+3
|\
| * Notify TrustAgentService when device policy configuration no longer appliesAdrian Roos2015-03-091-0/+3
* | Prevent receiver leak in TrustAgentWrapperAdrian Roos2015-03-051-0/+1
|/
* Follow up to I96c68af9ccc9940acf9fab3b5bd39a3485f01045Adrian Roos2014-11-211-2/+2
* Add device locked API for TrustAgentServiceAdrian Roos2014-11-202-29/+154
* Update KeyguardManager.isDeviceLocked APIAdrian Roos2014-11-201-3/+18
* Properly destroy TrustAgentWrapper when not boundAdrian Roos2014-11-122-9/+9
* Update TrustAgentService API after reviewJim Miller2014-11-052-16/+13
* Improve TrustManagerService user lifecycleAdrian Roos2014-11-031-6/+49
* Ensure trust agents are disabled in safe-modeAdrian Roos2014-10-241-2/+14
* Add API for querying trusted stateAdrian Roos2014-10-241-2/+34
* Delay discovery of system trust agentsAdrian Roos2014-10-211-1/+2
* Merge "Only unbind agents of the user that is being refreshed" into lmp-devAdrian Roos2014-09-101-4/+11
|\
| * Only unbind agents of the user that is being refreshedAdrian Roos2014-09-091-4/+11
* | Add system trust agents on first boot or when adding userAdrian Roos2014-09-101-17/+69
|/
* Disconnect TrustAgent when not active.Marco Fucci2014-09-031-12/+19
* Trust: Look at the security unlock method of the right userAdrian Roos2014-09-011-1/+1
* Limit grantTrust() duration to DevicePolicy-imposed limit.Jim Miller2014-08-221-5/+34
* Update TrustAgentService API after review.Jim Miller2014-08-221-2/+46
* Only run TrustAgentServices for users with secure keyguardsAdrian Roos2014-08-201-0/+2
* Trust: Insecure unlock also removes disable-trust-on-boot restrictionAdrian Roos2014-08-131-6/+16
* Dismiss bouncer when onTrustInitiatedByUser firesAdrian Roos2014-08-131-2/+2
* Pass initiatedByUser to TrustListenersAdrian Roos2014-08-072-14/+14
* Trust: Make setEnabledFeatures asynchronousAdrian Roos2014-07-302-58/+68
* Add setManagingTrust and expose it on lockscreenAdrian Roos2014-07-303-13/+82
* Add new DevicePolicyManager API to allow fine-grained TrustAgent managementJim Miller2014-07-282-2/+83
* am 5de758d3: am f8a01f5f: am 6468d5c2: Merge "Restart trust agents when updat...Adrian Roos2014-07-253-16/+105
|\
| * Restart trust agents when updated or when they are deadAdrian Roos2014-07-243-16/+105
* | Fix removeListener in TrustManagerService.Jay Civelli2014-07-181-1/+1
|/
* Trust Agents: Add facility to request credential entryAdrian Roos2014-06-251-2/+28
* Reenabling permission check for TrustAgent.Jay Civelli2014-06-191-4/+0
* Temporary removing the Trust Agent permission change.Jay Civelli2014-06-111-0/+4
* am b2302d43: Merge "Ensure trust agents are only provided by platform package...Adrian Roos2014-06-041-0/+11
|\
| * Ensure trust agents are only provided by platform packagesAdrian Roos2014-06-031-0/+11
* | am 9fb0925e: Merge "Add and improve logged TrustAgent connection events" into...Adrian Roos2014-05-272-0/+23
|\ \ | |/
| * Add and improve logged TrustAgent connection eventsAdrian Roos2014-05-272-0/+23
* | Merge "Remove dead TrustListeners"Adrian Roos2014-05-221-1/+6
|\ \ | |/ |/|
| * Remove dead TrustListenersAdrian Roos2014-05-201-1/+6
* | Add dumpsys facility and a history to TrustManagerServiceAdrian Roos2014-05-203-10/+248
|/
* Fix infinite loop in TrustManagerService exception handler.Jim Miller2014-05-191-2/+0
* Trust Agents: Withhold trust until user has authenticatedAdrian Roos2014-05-161-0/+10