[MeeGo-dev] [Accounts]: Signing Keys for Accounts

2011-06-14 Thread Aurel Popirtac
Hi, Here are some commits out of which #3 would be the most important. It fixes the signing of keys for a specific account/service, then verifying the resulted signature. This is a harmattan platform specific functionality for the moment. 1. Added aegis-crypto, aegis-builder to build deps and

[MeeGo-dev] [PATCH 3/3] Added aegis-crypto, aegis-builder to build deps and created aegis manifest files.

2011-06-14 Thread Aurel Popirtac
--- debian/control |2 +- debian/rules |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 468fb29..b1496d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libaccounts-glib Section: libs Priority:

[MeeGo-dev] [PATCH 2/3] Increased timeout for the test_blocking test.

2011-06-14 Thread Aurel Popirtac
--- tests/check_ag.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/check_ag.c b/tests/check_ag.c index 46de191..7039539 100644 --- a/tests/check_ag.c +++ b/tests/check_ag.c @@ -1417,9 +1417,13 @@ START_TEST(test_blocking) * * fail_unless

[MeeGo-dev] [Accounts]: Signing Keys for Accounts - Revisited

2011-06-14 Thread Aurel Popirtac
Hi, Applied review comments. -- Here are some commits out of which #3 would be the most important. It fixes the signing of keys for a specific account/service, then verifying the resulted signature. This is a harmattan

[MeeGo-dev] [PATCH 3/3] Added aegis-crypto, aegis-builder to build deps and created aegis manifest files.

2011-06-14 Thread Aurel Popirtac
--- debian/control |2 +- debian/rules |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 468fb29..b1496d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libaccounts-glib Section: libs Priority:

[MeeGo-dev] [PATCH 2/3] Increased timeout for the test_blocking test.

2011-06-14 Thread Aurel Popirtac
--- tests/check_ag.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/check_ag.c b/tests/check_ag.c index a080089..dc5c79f 100644 --- a/tests/check_ag.c +++ b/tests/check_ag.c @@ -1419,9 +1419,13 @@ START_TEST(test_blocking) * * fail_unless

[MeeGo-dev] [PATCH 1/3] Fixes: NB#Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not.

2011-06-14 Thread Aurel Popirtac
--- configure.ac |9 +++ libaccounts-glib/Makefile.am |5 +- libaccounts-glib/ag-account.c | 110 ++--- tests/check_ag.c | 37 +++--- 4 files changed, 134 insertions(+), 27 deletions(-) diff --git

[MeeGo-dev] [PATCH 1/1] Fixed ACL in libsignon-qt-tests.

2011-04-27 Thread Aurel Popirtac
--- tests/libsignon-qt-tests/ssotestclient.cpp | 24 +--- 1 files changed, 13 insertions(+), 11 deletions(-) diff --git a/tests/libsignon-qt-tests/ssotestclient.cpp b/tests/libsignon-qt-tests/ssotestclient.cpp index 99d4499..f1a1cd7 100644 ---

[MeeGo-dev] [SSO] Secure Storage Updates

2011-04-04 Thread Aurel Popirtac
Hi, Secure Storage updates as follows: 1) 0001-Fixed-onKeyDisabled-algorhythm.-Core-key-authorizing.patch Skip - same as last time 2) 0002-Added-the-NoKeyPresentAccepted-signon-secure-storage.patch Improved the doxygen doc for the secure-storage-ui.h `NoKeyPresentAccepted` Ignore the

[MeeGo-dev] [PATCH 2/5] Added the NoKeyPresentAccepted signon secure storage UI reply type and the corresponding signon core handling.

2011-04-04 Thread Aurel Popirtac
--- lib/signond/SignOn/secure-storage-ui.h |4 +++- src/signond/credentialsaccessmanager.cpp |9 + src/signond/credentialsaccessmanager.h |1 + src/signond/signonui_interface.cpp |3 +++ src/signond/signonui_interface.h |1 + 5 files changed, 17

[MeeGo-dev] [PATCH 4/5] CAM updates: - Fixed the `CAM is ready` algorhythm; - Fixed the .signon storage dir file permissions - Improved namings and logic of the secure storage UI closure.

2011-04-04 Thread Aurel Popirtac
--- src/signond/credentialsaccessmanager.cpp | 57 ++ src/signond/credentialsaccessmanager.h |3 +- 2 files changed, 44 insertions(+), 16 deletions(-) diff --git a/src/signond/credentialsaccessmanager.cpp b/src/signond/credentialsaccessmanager.cpp index

[MeeGo-dev] [PATCH 5/5] Properly renamed SecureStorageUIAdaptor's signal from `uiClosed()` to `uiRejected()`.

2011-04-04 Thread Aurel Popirtac
--- src/signond/signonui_interface.cpp |2 +- src/signond/signonui_interface.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/signond/signonui_interface.cpp b/src/signond/signonui_interface.cpp index 8183d90..2138b85 100644 ---