src/app-framework-main.git
8 years agovalidation of the path
José Bollo [Wed, 9 Dec 2015 13:22:42 +0000 (14:22 +0100)]
validation of the path

Change-Id: I3ae984e787335264cd7f88f239453ff10c900ee2

8 years agowork relatively to a root directory
José Bollo [Tue, 8 Dec 2015 13:44:38 +0000 (14:44 +0100)]
work relatively to a root directory

Change-Id: I7cbb96bd3f699092ddfded8cc8893ec780a97d8c

8 years agoSupport for elements of config.xml
José Bollo [Tue, 8 Dec 2015 12:16:11 +0000 (13:16 +0100)]
Support for elements of config.xml

This add some elements intended to be used later when handling
data coming from config.xml of widgets.

Change-Id: I1df9eb158d5c37578c9c7a8caa9eb8f85527ca4b

8 years agoallows concatenation of multiple certificates
José Bollo [Thu, 3 Dec 2015 14:30:21 +0000 (15:30 +0100)]
allows concatenation of multiple certificates

Change-Id: If7352761b49e1ba5ff76800fa4fb093b8cb878f2

8 years agocomments
José Bollo [Thu, 3 Dec 2015 14:26:29 +0000 (15:26 +0100)]
comments

Change-Id: I9b4a2067deca27c067d3b827d87204e87fa9c493

8 years agoput some messages to debug
José Bollo [Thu, 3 Dec 2015 12:26:27 +0000 (13:26 +0100)]
put some messages to debug

Change-Id: I9466dfe74113af5aa41d2c6320d25282f39bdf16

8 years agoAdding verbosity
José Bollo [Thu, 3 Dec 2015 11:18:13 +0000 (12:18 +0100)]
Adding verbosity

Change-Id: Icc0fdc6a230e2bf11fccc4f7739009e7266f6b9d

8 years agoimprove version check of libzip
José Bollo [Thu, 3 Dec 2015 11:03:00 +0000 (12:03 +0100)]
improve version check of libzip

Change-Id: Id6035e83d7daa9cf6544d581f93d502085952053

8 years agospliting search id
José Bollo [Thu, 3 Dec 2015 09:26:16 +0000 (10:26 +0100)]
spliting search id

Change-Id: I069750a6d02ca7967daeeee1b01dbdb082221146

8 years agotemporarily set prefix path to ./
José Bollo [Wed, 2 Dec 2015 14:38:57 +0000 (15:38 +0100)]
temporarily set prefix path to ./

Change-Id: If6e260ad608022d752e2880d4b27e8670bc42310

8 years agocorrect handling of zip characters
José Bollo [Wed, 2 Dec 2015 14:35:19 +0000 (15:35 +0100)]
correct handling of zip characters

Change-Id: Ifae715b80961ba8b602b4f15cadafb67b7f05bbb

8 years agoMerge pull request #1 from Tarnyko/master
jobol [Wed, 2 Dec 2015 14:25:15 +0000 (15:25 +0100)]
Merge pull request #1 from Tarnyko/master

Require libzip >= 1.0

8 years agoRequire libzip >= 1.0
Manuel Bachmann [Wed, 2 Dec 2015 14:16:51 +0000 (15:16 +0100)]
Require libzip >= 1.0

Most distributions still ship libzip 0.10, but wgtpkg is
using "zip_dir_add()", "ZIP_FL_ENC_*"... which only exist
in more recent libzip >= 1.0.

Make the autotools check more precise in this respect.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
8 years agoUse of autotools for building
José Bollo [Thu, 12 Nov 2015 14:50:06 +0000 (15:50 +0100)]
Use of autotools for building

Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoAdds validation of zip filenames
José Bollo [Tue, 10 Nov 2015 15:15:01 +0000 (16:15 +0100)]
Adds validation of zip filenames

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoImproves initialisation of xmlsec library
José Bollo [Tue, 10 Nov 2015 14:39:04 +0000 (15:39 +0100)]
Improves initialisation of xmlsec library

Testing XMLSEC_CRYPTO_DYNAMIC_LOADING to call (or not)
xmlSecCryptoDLLoadLibrary is mandatory, not optional.

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoinitial commit
José Bollo [Mon, 9 Nov 2015 20:58:30 +0000 (21:58 +0100)]
initial commit

Change-Id: Ib882fe057690e03e2f5d32ee7e0c594697dd46c8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>