[E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Cedric BAIL
Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the possibility to add signature to theme. The first step before doing this, is the need to agree what kind of feature we want, what will be the

[E-devel] [PATCH] More works on ftp upload in ecore_con

2008-06-16 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi devs, the attached patchfile contains my latest work on ftp upload side of ecore_con. Changes * Modified last parameter on ecore_con_ftp_upload, now we can prepend a path to uploaded file: if you're uploading to ftp://server.com, setting

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Michael Jennings
On Monday, 16 June 2008, at 15:33:23 (+0200), Cedric BAIL wrote: On this topic, I believe we have two choice, libtomcrypt (http://libtom.org/?page=featuresnewsitems=5whatfile=crypt) and openssl. My opinion on this subject is certainly biased as I already use libtomcrypt, but it's a small,

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread dan sinclair
Michael Jennings wrote: On Monday, 16 June 2008, at 15:33:23 (+0200), Cedric BAIL wrote: On this topic, I believe we have two choice, libtomcrypt (http://libtom.org/?page=featuresnewsitems=5whatfile=crypt) and openssl. My opinion on this subject is certainly biased as I already use

[E-devel] Epsilon/Evas Image Cache bug

2008-06-16 Thread Eduardo Lima (Etrunko)
Hi everybody, The latest changes in Epsilon to make use of Evas and its recent image cache for generating thumbnails may have introduced a bug. Or maybe the bug was already there but it has not been caught before. Anyway, while testing canola against the latest CVS, I noticed that thumbnail

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Viktor Kojouharov
This is more likely a bug in ecore_con and ecore_con dns, than in forecasts. Furthermore, both weather and forecasts will experience these segfaults, since ecore_con is used identically in both. And it seems that every segfault ends in some SSL_ function being called from ecore_con and friends.

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Christopher Michael
Viktor Kojouharov wrote: This is more likely a bug in ecore_con and ecore_con dns, than in forecasts. Furthermore, both weather and forecasts will experience these segfaults, since ecore_con is used identically in both. And it seems that every segfault ends in some SSL_ function being called

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Viktor Kojouharov
On Mon, 2008-06-16 at 15:21 -0700, Christopher Michael wrote: Viktor Kojouharov wrote: This is more likely a bug in ecore_con and ecore_con dns, than in forecasts. Furthermore, both weather and forecasts will experience these segfaults, since ecore_con is used identically in both. And it

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Christopher Michael
Viktor Kojouharov wrote: On Mon, 2008-06-16 at 15:21 -0700, Christopher Michael wrote: Viktor Kojouharov wrote: This is more likely a bug in ecore_con and ecore_con dns, than in forecasts. Furthermore, both weather and forecasts will experience these segfaults, since ecore_con is used