Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some perl_checker hints, better managed in fake packages | Thierry Vignaud | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | reduce even more perl_checker SNR by also checking against URPM's perl | Thierry Vignaud | 2011-09-21 | 1 | -0/+1 |
| | | | | methods instead of only the XS ones | ||||
* | add perl_checker hints | Thierry Vignaud | 2011-09-20 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-09-20 | 1 | -3/+3 |
| | |||||
* | (parse_pubkeys_): fix the key parsing to handle PEM encapsulated | João Victor Duarte Martins | 2010-11-16 | 1 | -15/+22 |
| | | | | | header portion (bug #61636) | ||||
* | - enable 'use warnings' | Olivier Thauvin | 2010-07-30 | 1 | -0/+1 |
| | | | | - fix some warnings | ||||
* | Improve previous fix | Pascal Terjan | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | fix lookup of existing pubkeys (#53710) | Pascal Terjan | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | Use key IDs to check if a key is already known or not | Christophe Fergeau | 2009-05-11 | 1 | -73/+15 |
| | | | | | | | | This has the side-effect that if we get a newer public key corresponding to an already known key id, it won't get updated, but for now RPM doesn't let us do that anyway. If a pubkey file contains multiple keys, we no longer handle this case, but I don't think this has been widely tested, if ever... | ||||
* | Fix comment | Christophe Fergeau | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | - fix regression in parse_pubkeys() (introduced in 3.00) (#36121) | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | - replace ->import_needed_pubkeys and ->import_pubkey in favor of | Pascal Rigaux | 2007-12-10 | 1 | -23/+26 |
| | | | | | | | | | | | | | import_needed_pubkeys_from_file() and ->import_pubkey_file (! this breaks API !) - import_pubkey is dropped because it messes to much with rpmlib internals, whereas import_pubkey_file is plain simple - in Signature.pm, dropping compare_pubkeys() options (since they are not used anymore) - import_needed_pubkeys_from_file() may not do a clean job if the pubkey file contains more than one pubkey. | ||||
* | create simpler parse_pubkeys_() | Pascal Rigaux | 2007-12-10 | 1 | -5/+18 |
| | |||||
* | Verify if we can open the rpmdb, and abort if we can't (bug #22527) | Rafael Garcia-Suarez | 2006-06-14 | 1 | -2/+4 |
| | |||||
* | More cleanup. | Rafael Garcia-Suarez | 2004-04-21 | 1 | -25/+24 |
| | |||||
* | Minor cleanup | Rafael Garcia-Suarez | 2004-04-21 | 1 | -4/+1 |
| | |||||
* | 0.94-1mdk (URPM::Signature fixes and changes)0.94 | Francois Pons | 2003-08-21 | 1 | -56/+59 |
| | |||||
* | fixed with gc suggestion which are really fine (and right). | Francois Pons | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | 0.93-7mdk (signature comparison workaround) | Francois Pons | 2003-08-20 | 1 | -7/+26 |
| | |||||
* | fixed URPM::import_armored_file to use internal XS function to import directly | Francois Pons | 2003-08-19 | 1 | -6/+23 |
| | | | | | to database, handle importation of multiple keys by file. | ||||
* | 0.93-2mdk | Francois Pons | 2003-08-11 | 1 | -9/+11 |
| | |||||
* | final 0.93-1mdk | Francois Pons | 2003-08-06 | 1 | -27/+36 |
| | |||||
* | 0.93-1mdk0.93 | Francois Pons | 2003-08-06 | 1 | -13/+13 |
| | |||||
* | initial support for parsing armored file (without gpg) and registering rpmdb ↵ | Francois Pons | 2003-08-06 | 1 | -0/+77 |
pubkeys. |