Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-01 | Fix misleading error message when gpg key is expired (RhBug:672727) | Jindrich Novy | 1 | -1/+1 | |
2011-03-17 | Fix a small memleak in rpmsign tool | Panu Matilainen | 1 | -0/+1 | |
2010-11-15 | Rearrange new cli utilities' popt tables for nicer output | Panu Matilainen | 1 | -3/+9 | |
- Use a separate table for the tool-specific options, include that from the "master" option table to get option group summary in --help. | |||||
2010-10-13 | Oops, fixup rpmsign exit codes on success | Panu Matilainen | 1 | -0/+2 | |
2010-10-13 | Make rpmsign use the new signing interface (minimal conversion for now) | Panu Matilainen | 1 | -7/+11 | |
2010-09-29 | Whoops, couple of includes gone missing in the shuffle | Panu Matilainen | 1 | -0/+1 | |
2010-09-28 | Rip the useless %_signature macro and everything around it | Panu Matilainen | 1 | -37/+2 | |
2010-09-03 | Add a brand new rpmsign utility for package signing | Panu Matilainen | 1 | -0/+187 | |
- Signing (and deleting) are different from everything else in rpm in that it needs very little of rpm's facilities. For example access to the rpmdb is not needed at all. Splitting this to a separate, small utility allows various possibilities, like severely limiting its access from SELinux POV, control of signature generation with cli arguments (the main rpm executable is already overcrowded with options). It's also the first step to allow reasonably splitting rpm signing to a separate package; not everybody needs to sign packages, yet signing support needs to drag in GPG and whatnot. - Reimplement / refactor various librpm signature generation helpers into somewhat saner internal versions. |