Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_check) remove useless "\n" at end of two messages | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) slighty better security messages | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) prefix some messages with "SECURITY:" | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) warn about packages we don't check even if not using -v | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -1/+18 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+24 |
| | |||||
* | (_check) only warn about missing signature for local packages | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | | | | | | | | | (aka those _not_ coming from any medium) rationale: we downgrade the missing signature check for local packages from a question (defaulting to "n") to a warning, thus fixing a testsuite regression introduced in 7.4 | ||||
* | (_check) do not ask about _virtual_ media without keys when using 'urpmi ↵ | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | | | | | | | | --use-distrib' aka downgrade missing medium key check question to a warning for virtual media without keys when using urpmi --use-distrib (fix testsuite) | ||||
* | (_check) s/signatur/key/ in medium message | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (_check) honor per medium "verify-rpm" option for missing signature check | Thierry Vignaud | 2012-08-31 | 1 | -4/+7 |
| | | | | | | | | | | | | | aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after) | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | (_check) remove doble test | Thierry Vignaud | 2012-08-24 | 1 | -1/+0 |
| | | | | should have been removed in previous-previous commit r5394 | ||||
* | (_check) warn when a medium has no signature | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | |||||
* | (_check) log when signature checking is disabled per medium | Thierry Vignaud | 2012-08-24 | 1 | -0/+4 |
| | |||||
* | (_check) warn about missing signatures and ask whether to install or not | Thierry Vignaud | 2012-08-24 | 1 | -0/+3 |
| | | | | | (in the case where a package is unsigned and came from media without signatures) | ||||
* | use newly introduced any() | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | (_check) fix verifying packages signatures in chrooted environments | Thierry Vignaud | 2009-03-05 | 1 | -1/+1 |
| | | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against) | ||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-10-07 | 1 | -1/+4 |
| | | | | | o fix displaying "bad signature" in non-utf8 (#44587) | ||||
* | urpmi: do not verify signature of .spec files (#32824) | Pascal Rigaux | 2007-08-28 | 1 | -0/+2 |
| | | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it)) | ||||
* | one more debug message | Pascal Rigaux | 2007-06-08 | 1 | -0/+1 |
| | |||||
* | create urpm::signature out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -0/+75 |