Commit Graph

393 Commits

Author SHA1 Message Date
Fabio Erculiani
9028e4bd2b [todo] update TODO 2010-10-10 17:59:58 +02:00
Fabio Erculiani
8781d9d928 [todo] update TODO 2010-10-09 13:55:57 +02:00
Fabio Erculiani
118db0340c [todo] update TODO 2010-10-09 01:17:54 +02:00
Fabio Erculiani
1a423ed034 [update TODO] 2010-10-08 18:19:15 +02:00
Fabio Erculiani
71200c2d9f [todo] update TODO 2010-09-28 11:13:43 +02:00
Fabio Erculiani
6e639a3844 [todo] update TODO 2010-09-27 23:01:01 +02:00
Fabio Erculiani
2233d57001 [todo] update TODO 2010-09-26 14:24:33 +02:00
Fabio Erculiani
89f97c21ce [todo] update TODO 2010-09-24 19:47:32 +02:00
Fabio Erculiani
caff8cc759 [entropy.db] rename EntropyRepositoryBase.closeDB() to EntropyRepositoryBase.close() keeping backward compatibility 2010-09-21 14:03:44 +02:00
Fabio Erculiani
6795f4e496 [todo] update TODO 2010-09-20 20:16:37 +02:00
Fabio Erculiani
6a70b27784 [todo] update TODO 2010-09-16 18:27:16 +02:00
Fabio Erculiani
2a5dee74c7 [todo] update TODO 2010-09-13 13:48:54 +02:00
Fabio Erculiani
ddc73401bc [todo] update TODO 2010-09-13 13:42:01 +02:00
Fabio Erculiani
b57da0d7ef [todo] update TODO 2010-09-09 23:45:45 +02:00
Fabio Erculiani
d9c0214a0c [todo] update TODO 2010-09-08 14:04:54 +02:00
Fabio Erculiani
a7df773d1e [todo] update TODO 2010-09-07 22:58:22 +02:00
Fabio Erculiani
dfd44c6903 [repo] adding AUTHORS, COPYING and README files, update TODO 2010-09-06 23:34:10 +02:00
Fabio Erculiani
04f8f67b1e [todo] update TODO 2010-09-06 13:25:58 +02:00
Fabio Erculiani
0bc7c0288c [todo] update TODO 2010-09-04 19:29:23 +02:00
Fabio Erculiani
8938b24667 [entropy.fetchers] implement support for rsync:// protocol using /usr/bin/rsync 2010-09-04 18:38:39 +02:00
Fabio Erculiani
efd32ede4e [entropy.db] remove usage of illegale protected methods inside EntropyRepository.contentDiff 2010-09-04 16:04:52 +02:00
Fabio Erculiani
1198a24290 [entropy.*] remove "eclasses" metadata support
"eclasses" package metadata is not in use in Entropy and is too
tight with Portage. Dropping.
2010-09-04 15:26:16 +02:00
Fabio Erculiani
b749e30a93 [todo] update TODO 2010-09-04 14:06:34 +02:00
Fabio Erculiani
3888fff5eb [todo] update TODO 2010-08-31 15:57:54 +02:00
Fabio Erculiani
5cb8e11810 [todo] update TODO 2010-08-30 23:10:21 +02:00
Fabio Erculiani
720e2ed55a [todo] update TODO 2010-08-29 08:46:01 +02:00
Fabio Erculiani
13b897cbc8 [todo] update TODO 2010-08-28 17:19:18 +02:00
Fabio Erculiani
821d810aa3 [entropy.db/entropy.spm] introduce content safety metadata collection (sha256, mtime)
The following changes add more security features to Entropy repository
files. Every package will have new security metadata associated, like
sha256 and mtime of package files. Once all packages will contain
such information, the feature can be used, for example, to determine
if a system has been compromised by changing critical executables.
This is not a replacement for rootkit tools such as rkhunter or chkrootkit,
but instead, the base support for their file checking mechanism.

Entropy Client support (equo, mainly) is planned in the near future.
2010-08-28 17:07:15 +02:00
Fabio Erculiani
0ea090b259 [todo] update TODO 2010-08-26 11:42:20 +02:00
Fabio Erculiani
28b3913c2d [todo] update TODO 2010-08-18 21:57:08 +02:00
Fabio Erculiani
e792796b4f [todo] update TODO 2010-08-15 16:30:13 +02:00
Fabio Erculiani
dd622c18e5 [entropy.server] add support for per-package dependency blacklist 2010-08-14 19:18:17 +02:00
Fabio Erculiani
a25309be11 [todo] update TODO 2010-08-08 11:19:42 +02:00
Fabio Erculiani
c5b77f0964 [todo] update TODO 2010-08-07 22:59:15 +02:00
Fabio Erculiani
2a89dde8d8 [todo] update TODO 2010-08-01 01:16:45 +02:00
Fabio Erculiani
bde58b19a3 [entropy.db] EntropyRepository: remove @deprecated methods 2010-08-01 00:44:16 +02:00
Fabio Erculiani
77c010889c [todo] update TODO 2010-08-01 00:42:43 +02:00
Fabio Erculiani
063d6fe740 [todo] update TODO 2010-07-31 16:14:24 +02:00
Fabio Erculiani
6edf4c331c [todo] update TODO 2010-07-31 15:15:32 +02:00
Fabio Erculiani
1c84bc3376 [todo] update TODO 2010-07-24 21:30:20 +02:00
Fabio Erculiani
86d46032b6 [entropy.client.interfaces.dep] fix Client.atom_match() cache tag generation 2010-07-24 20:39:02 +02:00
Fabio Erculiani
fc727f2506 [todo] update TODO 2010-06-26 19:42:08 +02:00
Fabio Erculiani
63ad75e411 [entropy.server] implement own subclass for server-side repositories 2010-06-26 19:40:04 +02:00
Fabio Erculiani
9c6782e21c [entropy.client.interfaces.repository] major Repository class rework
:: move repository update logic inside EntropyRepositoryBase.update()
   static method
:: provide two new static methods EntropyRepositoryBase.revision()
   and EntropyRepositoryBase.remote_revision() that have to be
   implemented by subclasses if they are supporting fetching local
   or remote revision.
:: several minor code quality improvements
2010-06-26 19:15:02 +02:00
Fabio Erculiani
30a67ae3fe [todo] update TODO 2010-06-09 19:23:53 +02:00
Fabio Erculiani
131b82acae [todo] update TODO 2010-06-09 17:49:53 +02:00
Fabio Erculiani
5a28e28e09 [entropy.client] fix Client.open_generic_repository arguments 2010-06-07 18:39:42 +02:00
Fabio Erculiani
8c788bcea1 [entropy.server] properly print sorted mirrors delta queue 2010-06-07 18:00:37 +02:00
Fabio Erculiani
e1e76d5b28 [entropy.db] first chunk of major entropy.db code updates, create abstract class, move logic there, update API 2010-06-07 17:56:05 +02:00
Fabio Erculiani
bdcd37772d [equo] add new tool "equo query associate"
Given a file path (or multiple file paths) search applications able
to read mimetype belonging to it
2010-05-18 20:10:02 +02:00