aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11Merge remote-tracking branch \'weave/master\' into \'weave/aosp-master\'brillo-m9-releasebrillo-m9-devAlex Vakulenko
2016-01-11Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'Alex Vakulenko
2016-01-04Update command definition of sample daemonVitaly Buka
2016-01-04Update examples README fileVitaly Buka
2016-01-04libweave: Disable RTTIAlex Vakulenko
2016-01-04libweave: Disable RTTIAlex Vakulenko
2016-01-04Merge remote-tracking branch \'weave/master\' into \'weave/aosp-master\'Alex Vakulenko
2016-01-04Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'Alex Vakulenko
2016-01-04Add the ability to remove a component from component treeAlex Vakulenko
2015-12-23Switch to macaroon library to generate and parse access tokensVitaly Buka
2015-12-23Extract macaroon reading and verifying into separate functionsVitaly Buka
2015-12-23Extracted function to create token from secret and caveatsVitaly Buka
2015-12-23Replace several members of SecurityManager with pointers to SettingsVitaly Buka
2015-12-23Hide Config::Load methodVitaly Buka
2015-12-21Add AuthManager::CreateAccessTokenFromAuthVitaly Buka
2015-12-21Get list of auth modes from AuthMangerVitaly Buka
2015-12-21Change user_id into stringVitaly Buka
2015-12-21Use different secret for auth and access tokensVitaly Buka
2015-12-21Remove unused SecurityDelegate::IsValidPairingCodeVitaly Buka
2015-12-21Add privet API tests for local authVitaly Buka
2015-12-21Move most of auth logic into SecurityDelegate::CreateAccessTokenVitaly Buka
2015-12-21Add AuthType enum with string mappingVitaly Buka
2015-12-18examples/ledflasher: fix componentJohan Euphrosine
2015-12-17Changed AuthManager::CreateAccessToken and AuthManager::ParseAccessTokenVitaly Buka
2015-12-17Add 'sessionId' into privet/infoVitaly Buka
2015-12-16Merge remote-tracking branch \'weave/master\' into \'weave/aosp-master\'Alex Vakulenko
2015-12-16Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'Alex Vakulenko
2015-12-16Include build rules for clang with address sanitizerVitaly Buka
2015-12-16Mark request as failed even if server replied with errorVitaly Buka
2015-12-16Enable component information on device state update patchesAlex Vakulenko
2015-12-16Update format of upsertLocalAuthInfo requestVitaly Buka
2015-12-16Add "manager" scope into privet APIVitaly Buka
2015-12-16Fix new schema to match the new server definitionsAlex Vakulenko
2015-12-16Rename ConfirmAuthToken -> ConfirmClientAuthTokenVitaly Buka
2015-12-16Return Root Client Authorization Token using /privet/v3/accessControl/*Vitaly Buka
2015-12-16ReformatVitaly Buka
2015-12-15Check if device already claimedVitaly Buka
2015-12-15Change interface of ClaimRootClientAuthToken and ConfirmAuthTokenVitaly Buka
2015-12-15Merge remote-tracking branch \'weave/master\' into \'weave/aosp-master\'Alex Vakulenko
2015-12-15Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'Alex Vakulenko
2015-12-15Remove unused kTokenDelimeter variableAlex Vakulenko
2015-12-15Provide RootClientTokenOwner into ClaimRootClientAuthTokenVitaly Buka
2015-12-15Call ConfirmAuthToken when upload is doneVitaly Buka
2015-12-15Add the ability to query for particuar component and filter fieldsAlex Vakulenko
2015-12-14Pass Config pointer into AuthManagerVitaly Buka
2015-12-14Use ClaimRootClientAuthToken instead of GetRootClientAuthTokenVitaly Buka
2015-12-14Add ClaimRootClientAuthToken and ConfirmRootClientAuthTokenVitaly Buka
2015-12-14Add macaroon auth token verificationVitaly Buka
2015-12-14Add test to verify that token from different secret is not acceptedVitaly Buka
2015-12-14Fix index in the loop of uw_crypto_utils_equal_Vitaly Buka