Re: [MeeGo-dev] MeeGo Reconstructed - a plan of action and direction for MeeGo

2011-10-03 Thread Alberto Mardegan
Il 10/03/2011 09:01 AM, Carsten Munk ha scritto: The goal is to find a truly sustainable way for MeeGo and other interested communities to work with Tizen. Our solution is the Mer Project: [...] That's fantastic! I can't make any promises, as free time is an obsolete concept for me, but I'll

Re: [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 Alberto Mardegan
On 06/14/2011 11:32 AM, Aurel Popirtac wrote: --- configure.ac |9 libaccounts-glib/Makefile.am |4 +- libaccounts-glib/ag-account.c | 107 ++--- tests/check_ag.c | 24 +++-- 4 files changed, 118

Re: [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 Alberto Mardegan
On 06/14/2011 02:50 PM, Aurel Popirtac wrote: @@ -1427,16 +1429,25 @@ END_TEST START_TEST(test_sign_verify_key) { -const gchar *key = test_key/; const gchar *key1 = test_key/key1; const gchar *key2 = test_key/key2; -const gchar *list_of_tokens[] = {t, tok, token, NULL};

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

2011-06-14 Thread Alberto Mardegan
On 06/14/2011 02:50 PM, Aurel Popirtac wrote: --- 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 @@

Re: [MeeGo-dev] [SSO] - AuthSession::signedOut() Signal

2011-05-09 Thread Alberto Mardegan
On 05/09/2011 10:49 AM, Aurel Vasile Popirtac wrote: Hi, Here are 3 patches. Please send them as a merge request. :-) Ciao, Alberto -- http://blog.mardy.it -- geek in un lingua international! ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] libmeegotouch in 'MeeGo Core' in 1.3?

2011-05-09 Thread Alberto Mardegan
Hi, On 05/09/2011 01:23 PM, Sakari Poussa wrote: [...] As we know, in the future Qt versions the QtGraphicsView will be deprecated in the favor of SceneGraph. Never heard of this. AFAIK, the scene graph doesn't even exist as an API yet. What's your source? Ciao, Alberto --

[MeeGo-dev] MSSF manifests in RPM

2011-05-02 Thread Alberto Mardegan
Hi all, what is the current state of MSSF manifest files in MeeGo? In Maemo Harmattan, they are located under the debian/ directory and there are special build rules to add the to the package. What about RPMs? I had a look at the rpm repository [0] (part of the MSSF) and it seems that

Re: [MeeGo-dev] MSSF manifests in RPM

2011-05-02 Thread Alberto Mardegan
(moving thread to meego-architecture) On 05/02/2011 04:53 PM, Arjan van de Ven wrote: On 5/2/2011 5:39 AM, Alberto Mardegan wrote: Hi all, what is the current state of MSSF manifest files in MeeGo? the current state is that MSSF is not part of, or integrated into, MeeGo... and won't

Re: [MeeGo-dev] [SSO][PATCH] Refactoring of CredentialsAccessManager class

2011-04-14 Thread Alberto Mardegan
On 04/13/2011 12:07 PM, Alberto Mardegan wrote: I'm saying pre-review because the code is totally untested, and I'll be submitting another iteration of the branch with the changes that I'll most likely have to apply to make it work properly. Now I've tested the changes and fix a few silly bugs

[MeeGo-dev] [SSO][PATCH] Refactoring of CredentialsAccessManager class

2011-04-13 Thread Alberto Mardegan
Hi all, I'd like to ask you a pre-review on the following branch: https://gitorious.org/accounts-sso/signon/commits/keymodel (the first commit to review is cd7d90398e6df31096496c6eaacbd287265472aa) I'm saying pre-review because the code is totally untested, and I'll be submitting another

Re: [MeeGo-dev] [Accounts] Fixes: Bug 204950 - Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not. Modifications according

2011-04-08 Thread Alberto Mardegan
On 04/08/2011 03:56 PM, ext-lucian.ho...@nokia.com wrote: +result_verify = aegis_crypto_verify (signature, + token_name, + data, + strlen (data), +made_in_mode); + +if

Re: [MeeGo-dev] [PATCH 1/1] Fixes: Bug 204950 - Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not. Modifications according

2011-04-07 Thread Alberto Mardegan
On 04/07/2011 04:34 PM, Lucian Horga wrote: On 04/04/2011 01:36 PM, ext Alberto Mardegan wrote: On 04/04/2011 01:14 PM, Lucian Horga wrote: Who allocated data? I think this should be a g_free(). data = signature_data (account, key); it's aegis-crypto function who allocates it so g_free

Re: [MeeGo-dev] [PATCH 1/1] Fixes: Bug 204950 - Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not. Modifications according

2011-04-04 Thread Alberto Mardegan
On 04/04/2011 01:14 PM, Lucian Horga wrote: @@ -2192,17 +2204,33 @@ ag_account_sign (AgAccount *account, const gchar *key, const gchar *token) g_return_if_fail (data != NULL); -/* TODO: sign data with token - depends on libmaemosec */ +aegis_crypto_result result_sign = +

[MeeGo-dev] [SSO][PATCH] Fix installation path of SASL plugin

2011-04-01 Thread Alberto Mardegan
The authentication plugins should be in /usr/lib/signon/, not in /usr/lib/. See last commit from: https://gitorious.org/accounts-sso/signon/commits/saslplugin Ciao, Alberto -- http://blog.mardy.it -- geek in un lingua international! ___ MeeGo-dev

Re: [MeeGo-dev] [PATCH 1/1] Fixes: Bug 204950 - Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::Account::verify and Account::verifyWithTokens

2011-04-01 Thread Alberto Mardegan
On 04/01/2011 10:20 AM, Lucian Horga wrote: +aegis_crypto_signature_to_string (signature, + aegis_as_base64, + token, +signature_string); +aegis_crypto_finish (); sgn = g_slice_new (AgSignature); -

Re: [MeeGo-dev] tablet user experience source is now open...

2011-03-31 Thread Alberto Mardegan
On 03/31/2011 12:16 PM, Sousou, Imad wrote: Today, we've made available the source code for the tablet user experience project. [...] As always, we look forward to your feedback and contributions. Is there a mailing list specifically for this project? Ciao, Alberto --

Re: [MeeGo-dev] [Accounts] Fixes: NB#204950 - Account::verify and Account::verifyWithTokens() returns TRUE, all the time irrespective of whether Account::sign() called or not.

2011-03-31 Thread Alberto Mardegan
On 03/31/2011 01:40 PM, ext-lucian.ho...@nokia.com wrote: Do you want the name changed from signed_data to signature or you want to select the signature field from signed_data? Just rename. Do you have some reason to add 1 to the string length? I assumed the string to be null-terminated.

Re: [MeeGo-dev] [Accounts] Fixes: NB#204950 - Account::verify and Account::verifyWithTokens() returns TRUE, all the time irrespective of whether Account::sign() called or not.

2011-03-30 Thread Alberto Mardegan
On 03/30/2011 12:07 PM, Lucian Horga wrote: diff --git a/libaccounts-glib/ag-account.c b/libaccounts-glib/ag-account.c index a2354ba..21273a1 100644 --- a/libaccounts-glib/ag-account.c +++ b/libaccounts-glib/ag-account.c @@ -41,6 +41,10 @@ #include ag-service.h #include ag-util.h +#ifdef

[MeeGo-dev] [SSO][PATCH] Signon: make authentication plugins log to syslog

2011-03-30 Thread Alberto Mardegan
Hi all, I've written some patches to address the issue described in the subject, and improved a bit the situation concerning the pollution of the TRACE() macros. Please see the last 7 commits in this branch: https://gitorious.org/accounts-sso/signon/commits/debug-cleanup Ciao, Alberto --

Re: [MeeGo-dev] [meego-packaging] [meego-commits] 15232 accepted: Trunk:Testing/qmf

2011-03-27 Thread Alberto Mardegan
Hi, On 03/26/2011 10:00 PM, Arjan van de Ven wrote: On 3/25/2011 2:28 PM, fathi.bou...@nokia.com wrote: I looked deeper into this QMF promotion. Until now,we (MeeGo) used a modified version that includes libaccount/libsignon integration. this was done properly as the upstream tarbal +

Re: [MeeGo-dev] [meego-packaging] [meego-commits] 15232 accepted: Trunk:Testing/qmf

2011-03-27 Thread Alberto Mardegan
On 03/27/2011 07:06 PM, John Veness wrote: On 27/03/11 09:59, Alberto Mardegan wrote: Luckily, at least for AccountsSSO, this is going to change starting from tomorrow. :-) Interesting. What is happening tomorrow? Since tomorrow I have some time allocated to work on meego.com. Concretely

Re: [MeeGo-dev] [meego-packaging] [meego-commits] 15232 accepted: Trunk:Testing/qmf

2011-03-27 Thread Alberto Mardegan
On 03/27/2011 04:57 PM, Arjan van de Ven wrote: which indeed, for the packages where this is true, is a huge problem. the result is that the state of some of these in MeeGo is very poor... and that leaves/left the architects no choice but to design them out. Then I would expect to see some

[MeeGo-dev] Using meego-dev for the Accounts SSO project

2011-03-25 Thread Alberto Mardegan
Hi all, I'd like to hear your comments about the possibility of moving the development team discussions from an internal (and not public) Nokia mailing list to meego-dev. I would estimate the traffic to be from 1 to 5 messages per day (with some occasional spikes, of course) and being mostly

Re: [MeeGo-dev] Using meego-dev for the Accounts SSO project

2011-03-25 Thread Alberto Mardegan
On 03/25/2011 09:52 AM, Rob Staudinger wrote: On Fri, 2011-03-25 at 09:10 +0200, Alberto Mardegan wrote: I would estimate the traffic to be from 1 to 5 messages per day (with some occasional spikes, of course) and being mostly consisting of patches and review comments. I would encourage you

Re: [MeeGo-dev] ARM RunFast by default in glibc

2011-01-14 Thread Alberto Mardegan
On 01/14/2011 11:21 AM, Carsten Munk wrote: 2011/1/14leonid.moiseic...@nokia.com: Enabling run-fast mode using -ffast-math is not-trivial hack. Also required updating packages for compilation flags or global options. Patching glibc is much cheaper to implement and safer. In ideal case the

Re: [MeeGo-dev] signon-qt: ABI/ABI break

2010-12-08 Thread Alberto Mardegan
On 12/08/2010 10:08 AM, ext Patrick Ohly wrote: Note that the soname of signon-qt wasn't changed, so my executable continued to run. I would have preferred to get a libsignon-qt.so.1 not found error. I was expecting this change to happen and knew what to look for, but others might spend more

Re: [MeeGo-dev] accounts-sso source code for meego platform

2010-11-08 Thread Alberto Mardegan
Hi Aparna, On 11/08/2010 10:16 AM, Aparna Nandyal wrote: Hello, A couple of questions on the accounts-sso component: 1. Is source code from http://gitorious.org/accounts-sso expected to compile on MeeGo platform (I was using meego-netbook-ia32-1.1.80.3.20101022.1.img) ?

Re: [MeeGo-dev] single sign on framework

2010-10-28 Thread Alberto Mardegan
On 10/27/2010 06:09 PM, Reijo Korhonen wrote: Hi, Does anyone know, how to set signond daemon on? I tried to simple start it with a command sudo /usr/bin/signond but process does not keep alive and /var/log/messages shows some errors Usually you wouldn't need to start it, it should be

Re: [MeeGo-dev] AccountsSSO: no identities signal

2010-10-15 Thread Alberto Mardegan
Hi Patrick, On 10/15/2010 01:23 PM, Patrick Ohly wrote: /usr/include/signon-qt/SignOn/authservice.h: /*! * Lists identities available on the server matching query parameters. * This signal is emitted in response to queryIdentities(). * * @param

Re: [MeeGo-dev] AccountsSSO: define account and use it for Google Contacts/SyncML

2010-10-08 Thread Alberto Mardegan
Hi Patrick, On 10/07/2010 02:09 PM, Patrick Ohly wrote: There still is confusion around AccountsSSO and what it does. Specifically, storing plain text passwords in it is under dispute. Alberto closed a corresponding feature request in the MeeGo 1.0 time frame, saying that it works and gave

Re: [MeeGo-dev] AccountsSSO: define account and use it for Google Contacts/SyncML

2010-10-08 Thread Alberto Mardegan
On 10/07/2010 09:24 PM, James Ausmus wrote: * Propagate the ASSO Google account into Telepathy, including Jabber/XMPP-specific account settings (also, how would these Telepathy/Telepathy-connection-manager/protocol-specific settings be exposed to the user for configuration?) This is

Re: [MeeGo-dev] AccountsSSO: define account and use it for Google Contacts/SyncML

2010-10-08 Thread Alberto Mardegan
On 10/08/2010 12:03 PM, Patrick Ohly wrote: On Fri, 2010-10-08 at 08:28 +0100, Alberto Mardegan wrote: On 10/07/2010 02:09 PM, Patrick Ohly wrote: * Define Google account. Done by writing a accounts-provider-plugin. Where is that API defined? How is such a plugin

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-30 Thread Alberto Mardegan
On 09/29/2010 09:25 PM, Robin Burchell wrote: Excerpts from Alberto Mardegan's message of Wed Sep 29 21:14:14 +0300 2010: Great! I've one question about the API: I think it would make sense to add a void QGeoPositionInfoSource::setLastKnownPosition(const QGeoCoordinate); [...] Does it

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-30 Thread Alberto Mardegan
On 09/30/2010 06:00 PM, Andrew Flegg wrote: Nothing stops a QGeoPositionInfoSource from caching the result internally, (as opposed to a ::setLastKnownPosition()). Indeed, but this isn't the use case Alberto's described (BICBW). Exactly. My use case is when the last known position is wrong

Re: [MeeGo-dev] New account service API; comments welcome

2010-09-01 Thread Alberto Mardegan
Hi Patrick, On 08/30/2010 12:29 PM, Patrick Ohly wrote: Despite our (brief) discussions around what AccountsSSO is (and isn't - see http://bugs.meego.com/show_bug.cgi?id=5017), I still have the problem that I haven't used any of the AccountsSSO APIs and do not fully understand it. Is there now

[MeeGo-dev] New account service API; comments welcome

2010-08-25 Thread Alberto Mardegan
Hi all, I hope I won't annoy you too much if I shortly introduce myself. :-) I'm a developer from the Nokia AccountsSSO team, which developed the libaccounts and libsignon components now available in MeeGo core. Unfortunately so far we have not been active in the MeeGo (and earlier, Maemo)