aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-05Merge remote-tracking branch 'weave/dev' into 'weave/master'Vitaly Buka
2016-02-05Add customizable settings option for xmpp_endpointVitaly Buka
2016-02-03Merge remote-tracking branch 'weave/master' into dev_reviewVitaly Buka
2016-02-04Update libuweave/macaroon codeVitaly Buka
2016-02-02Periodicly clean up command queue and remove old processed commandsAlex Vakulenko
2016-02-02Changed meaning of some SSID flagsVitaly Buka
2016-02-01Rename CommandQueue::DelayedRemove into RemoveLater()Alex Vakulenko
2016-02-01Fix memory leak when removing CommandInstance from CommandQueueAlex Vakulenko
2016-02-01Add a unit tests for deleting CloudCommandProxy along with CommandInstanceAlex Vakulenko
2016-01-30Remove crypto type "None"Vitaly Buka
2016-01-30Merge: Add write callback into SaveSettings functionVitaly Buka
2016-01-30Merge: Add |name| into LoadSettings/SaveSettingsVitaly Buka
2016-01-29Make App ID a part of User IDVitaly Buka
2016-01-29Update macaroon lib with version supporting empty stringsVitaly Buka
2016-01-28Remove unused lineVitaly Buka
2016-01-28Add kUwMacaroonDelegateeTypeService caveatVitaly Buka
2016-01-28Add session ID validationVitaly Buka
2016-01-28Remove crypto type "None"Vitaly Buka
2016-01-27Integrate new macaroon libraryVitaly Buka
2016-01-27Fix build errors introduced byVitaly Buka
2016-01-26Merge remote-tracking branch 'weave/master' into 'weave/dev'Vitaly Buka
2016-01-22AddTo will return AddToTypeProxy for convenienceVitaly Buka
2016-01-22Remove domain from weave::ErrorVitaly Buka
2016-01-21Add black list manager implementationVitaly Buka
2016-01-21Update AccessBlackListManager interfaceVitaly Buka
2016-01-21Merge remote-tracking branch 'weave/master' into dev_dev2Vitaly Buka
2016-01-20Pull the new r369476 of base library from ChromiumAlex Vakulenko
2016-01-20Fix unittest compilation on GCCVitaly Buka
2016-01-20Implemented _accessControlBlackList traitVitaly Buka
2016-01-20Fix clock mock in ComponentManagerTestVitaly Buka
2016-01-19Merge remote-tracking branch 'weave/master' into dev_dev2Vitaly Buka
2016-01-18Fix assigning error in SecurityManagerVitaly Buka
2016-01-15Add write callback into SaveSettings functionVitaly Buka
2016-01-15Add |name| into LoadSettings/SaveSettingsVitaly Buka
2016-01-15Remove unused functionVitaly Buka
2016-01-12Don't allow registration of registered deviceVitaly Buka
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