From: José Bollo Date: Fri, 29 Nov 2019 10:12:31 +0000 (+0100) Subject: afb-context: Move credentials to context X-Git-Tag: 8.99.2~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=b70caad7da2eaea85db06dec8377b1cbebcec997;hp=b70caad7da2eaea85db06dec8377b1cbebcec997;p=src%2Fapp-framework-binder.git afb-context: Move credentials to context The split between context and credentials in requests was somehow artificial and awkward. This change move the credentials to the context and removes as many references to credentials as possible in favor of working on contexts. Change the value returned by afb_auth_check to be 1 if validated, 0 or less than zero if not validated. Bug-AGL: SPEC-2968 Signed-off-by: José Bollo Change-Id: I979dc841e03247e126e3fa8433a1cc0d4108adf0 ---