Commit Graph

34 Commits

Author SHA1 Message Date
Fabio Erculiani
58324c99eb [entropy.tools] move acquire_entropy_locks, release_entropy_locks from text_tools to entropy.tools 2011-03-05 12:58:00 +01:00
Fabio Erculiani
ccf38fd5e2 [equo] add --assimilate support to "equo security oscheck" to save checksums and mtimes of altered files 2010-11-28 13:12:34 +01:00
Fabio Erculiani
1842ad22b4 [equo] add "equo security oscheck", anti-rootkit tool built-in in the package manager!
This new tool compares entropy installed packages repository stored file checksums
and mtimes with live system ones and reports altered ones.

Please note:
- configuration files can expose different checksums and mtime
  obvious thing
- there can be some false positives and you manually have to check
  them
2010-11-26 19:46:27 +01:00
Fabio Erculiani
422aeec80b [equo] text_security: acquire Entropy locks when calling "equo security install" 2010-08-01 01:04:07 +02:00
Fabio Erculiani
5bab482ed9 [equo] avoid race condition when calling Client.shutdown() in finally context 2010-07-21 18:13:18 +02:00
Fabio Erculiani
4cfb851ec2 [equo] text_security: use print_table instead of \t\t 2010-04-29 09:49:40 +02:00
Fabio Erculiani
7dfa627188 [equo/reagent/sulfur] use Client.shutdown() instead of Client.destroy() 2010-03-30 19:32:28 +02:00
Fabio Erculiani
f510cca108 [entropy.client.interfaces.dep] complete module refactoring 2010-03-03 15:26:52 +01:00
Fabio Erculiani
06df34f41d [entropy.client] drop .clientDbconn in favour of installed_repository() 2010-01-30 18:37:39 +01:00
Fabio Erculiani
545209c97f [equo] stop using E_CLIENT in module scope 2010-01-30 17:57:51 +01:00
Fabio Erculiani
404911da87 [entropy.security] rename fetch_advisories() into sync(), add more docs and small fixes 2010-01-03 22:33:38 +01:00
Fabio Erculiani
df408c1418 [entropy.security] rename get_affected_atoms into get_affected_packages 2010-01-03 01:10:14 +01:00
Fabio Erculiani
8ffd4f1947 [equo] "equo security update", allow --force 2010-01-02 17:11:41 +01:00
Fabio Erculiani
1597ea2fc4 [equo] some more code cleanup and polishing 2009-12-22 20:29:08 +01:00
Fabio Erculiani
7309d1446d [entropy*] move sabayonlinux.org domain info to sabayon.org, move more distro specific info to entropy.const 2009-12-21 23:50:31 +01:00
Fabio Erculiani
33c005e668 [entropy] fix common idioms 2009-10-05 14:08:34 +02:00
Fabio Erculiani
71825e9c76 [entropy] migrate codebase to Python 2.6 only syntax 2009-09-30 19:53:47 +02:00
Fabio Erculiani
2fc1a5980f [equo] fix package files header 2009-09-20 14:44:41 +02:00
lxnay
3a97fc8c8b Entropy/Client/Interface:
- split Client class into single ones
- deprecated camelCase methods
- remove a few, unused or useless
Entropy/docs:
- update APICHANGES
Entropy/*:
- adapt the code to work with non-deprecated methods


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3154 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-12 19:18:27 +00:00
lxnay
d7151b6555 Entropy/*:
- update module imports to reflect the new entropy package structure
Entropy/Client/Interfaces/Package:
- fixed sources_fetch_step source packages download


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3150 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-11 09:36:47 +00:00
lxnay
83e184fc5e Entropy/*:
- make use of the new entropy package structure


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3123 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:49:55 +00:00
lxnay
715421089b Entropy/MELTDOWN :-):
- entropy modules is now a python package, kept backward compatibility for now


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3121 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:24:30 +00:00
lxnay
b6ee2ba025 Entropy:
- move etpDatabase to entropy.py and rename it to EntropyDatabaseInterface
- say goodbye to databaseTools
- update other areas accordigly
Equo:
- add i18n support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1943 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-19 14:13:03 +00:00
lxnay
483c79b9ac Entropy/EquoInterface:
- relax pid checking and start to collect reports about how multiple PackageInterface instances work


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1799 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-17 14:01:03 +00:00
lxnay
33c6a73db7 Entropy/Spritz:
- implemented preliminary GLSA interface into Spritz

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1761 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 18:12:02 +00:00
lxnay
91710f61cc Entropy/Equo:
- fix logging calls in text_rescue.py


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1743 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 08:21:10 +00:00
lxnay
dd59c1b146 Entropy/Equo:
- Socket Interface:
  - completed termination strings
  - completed the basic structure and protocol specifications
- Database backend:
  - removed useless indexes
  - implemented useful indexes
  - improved queries speed (whose make dependencies calculation faster)
  - implemented tables automigration to INTEGER PRIMARY KEY AUTOINCREMENT to allow future repositories differential updates
- Entropy as user:
  - made equo update possible to be run for users in 'entropy' group, this will allow to have a powerful GUI notification applet
- improved repositories synchronization speed


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1521 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-27 20:06:34 +00:00
(no author)
abe9806c97 Entropy API change:
- do not load SecurityInterface in EquoInterface.Security but create a function called EquoInterface.Security() which returns the instance


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1481 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-17 12:56:09 +00:00
(no author)
3ccc151e51 Entropy:
- Cache management completely rewritten, now Entropy takes a barely minimum amount of memory and is much faster on cache hits.
Please note that some areas need to be improved even more, especially when dealing with cache cleanups


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1182 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-10 23:44:02 +00:00
(no author)
53394a0a9a small cosmetical changes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1172 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-08 11:51:09 +00:00
(no author)
e67a753aeb GLSA tool:
- fixed atom matching when slotted packages are found
- added info tool, that shows glsa information for the provided identifier
- misc bug fixes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1164 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-07 14:29:37 +00:00
(no author)
866b1c827d - more work on the security interface, now list tool can be trusted
- implemented some new API functions to ease third party implementation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1162 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-07 11:05:22 +00:00
(no author)
49b556763d - updated Security Advisories infrastructure
: added list tool
  : implemented a lot of interfacing functions


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1147 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-06 16:08:04 +00:00
(no author)
8631643e08 adding text_security interface
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1146 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-06 14:56:48 +00:00