- Jul 23, 2009
-
-
Natanael Copa authored
Otherwise will link(2) fail since it does not exist.
-
Timo Teräs authored
can't cancel an index reading or we lose signature checking.
-
Timo Teräs authored
when failed to load an existing index.
-
- Jul 22, 2009
-
-
Timo Teräs authored
and do not remove modified configuration files unless --purge is specified.
-
Timo Teräs authored
to check system files for changes.
-
Timo Teräs authored
fixes verification of non-repository packages while installing them. this is final thing needed for full signing support (fixes #46).
-
Timo Teräs authored
make sure cache is enabled on non-permanent rootfs setups. some optimizations and fixes too.
-
Timo Teräs authored
smaller callback and less cases to check. also reintroduce the oneshot digest flag, hopefully correct this time.
-
Timo Teräs authored
-
Timo Teräs authored
we might have done already something.
-
Timo Teräs authored
to not make hard error of untrusted or missing signatures
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
- error codes for verification failure types - fix some fdb corruption on file migration - combine some dependency parsing code - fix versioned dependencies
-
Timo Teräs authored
do not overwrite untracked files.
-
Timo Teräs authored
- extract everything as .apk-new and overwrite only after data has been checksummed - url construction fixes (to work with simple http servers) - end of gunzip stream fixed - remove oneshot digesting flag for now as it's usage was broken
-
- Jul 21, 2009
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
to make sure the scripts have not been altered.
-
Timo Teräs authored
-
- Jul 20, 2009
-
-
Timo Teräs authored
the unflushed data when closing file can be several thousand kiloes, loop until all is written out.
-
Timo Teräs authored
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
Timo Teräs authored
-
- Jul 17, 2009
-
-
Timo Teräs authored
speeds up digest calculation on some cases.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
that got broke during verify implementation.
-
Timo Teräs authored
an utility to check package signature and integrity.
-
- Jul 16, 2009
-
-
Timo Teräs authored
in future we might add datahashalg to specify the algorithm used.
-
Timo Teräs authored
to speed up apk installation avoid calculating checksums.
-
Timo Teräs authored
change the index generation to do old index, or the new style index where package identity is sha1 of control block and it's contained within an .tar.gz to allow signing in future.
-
Timo Teräs authored
-
Timo Teräs authored
-
- Jul 15, 2009
-
-
Timo Teräs authored
replace the old 'delete' option, with 'index'. the idea is that one can provide existing index files to take cached meta-data of the package from (assumes package has not been modified if index is newer, and package size has not changed). this way one always gives the list of .apk files to include in the new index, and the old index is used only as "cache".
-
Timo Teräs authored
-
Timo Teräs authored
and prefer sha1 checksums to be stored in base64 encoded format.
-
Timo Teräs authored
otherwise we don't get chechksum anymore after the changes to support partial gzip checksumming.
-