| 1 |
Carnivore
|
| 2 |
---------
|
| 3 |
|
| 4 |
QA subproject in development, by Jeroen van Wolffelaar <jeroen@debian.org>
|
| 5 |
|
| 6 |
Goal is to reliably correlate identities with each other, that is, alternative
|
| 7 |
email addresses, and the like, for the purpose of having all sorts of QA
|
| 8 |
scripts, including DDPO, MIA, lintian, etc. etc. be able to show data grouped by
|
| 9 |
maintainer, even though a single maintainer might be using multiple different
|
| 10 |
email addresses.
|
| 11 |
|
| 12 |
Output is in carnivore/report, with carnivore/uids having the identities, and
|
| 13 |
carnivore/res{,.db} being the raw data
|
| 14 |
|
| 15 |
Correlation happens by extract_data with:
|
| 16 |
|
| 17 |
LDAP:
|
| 18 |
|
| 19 |
(unique) email <-> name <-> key
|
| 20 |
|
| 21 |
keyrings:
|
| 22 |
|
| 23 |
email <-> name <-> key <-> status
|
| 24 |
|
| 25 |
packages:
|
| 26 |
email <-> name <-> package
|