summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary memsetpavlinas_p123Pavlina Moravcova Varekova2017-04-191-1/+0
* Use the fine-grained digest/signature disablers in rpm -K path tooPanu Matilainen2017-04-191-13/+12
* Add signature/digest disabler info to rpmsinfo structPanu Matilainen2017-04-192-2/+12
* List different signature types explicitly without fallthroughsPanu Matilainen2017-04-191-4/+13
* Test for --nosignature and --nodigest functionality tooPanu Matilainen2017-04-191-0/+10
* Make rpmsign tests work for builddir != srcdir.Mark Wielaard2017-04-191-2/+2
* find-debuginfo.sh: Only add minisymtab for executables or shared libraries.Mark Wielaard2017-04-191-1/+10
* debugedit: Add -n, --no-recompute-build-id.Mark Wielaard2017-04-194-4/+151
* Consolidate OpenPGP time debug printing into a helper functionPanu Matilainen2017-04-131-14/+16
* Store signature/key creation time in a saner format internallyPanu Matilainen2017-04-135-10/+9
* Drop the priority reset testcasePanu Matilainen2017-04-131-66/+0
* Always run testsuite in UTC timezone for reproducabilityPanu Matilainen2017-04-132-1/+4
* Do manual hdrblobRead() and -Import instead of rpmReadSignature()Panu Matilainen2017-04-131-2/+6
* Let the NOKEY warning through on :pgpsig format testPanu Matilainen2017-04-121-2/+2
* Fixup ages old confusion wrt OpenPGP fingerprint vs Key IDPanu Matilainen2017-04-123-14/+39
* Add testcase for :pgpsig query format extensionPanu Matilainen2017-04-121-0/+13
* Remove pgpExtractPubkeyFingerprint()Panu Matilainen2017-04-122-24/+0
* Remove bunch of ancient OpenPGP related @todo'sPanu Matilainen2017-04-121-3/+0
* Make build+verify test more reproducablePanu Matilainen2017-04-121-4/+7
* Mark --xml query test as expected failure which it isPanu Matilainen2017-04-121-0/+1
* Dont assume signature data is always at td->dataPanu Matilainen2017-04-121-5/+27
* Avoid stale gpg-agents in test rootPanu Matilainen2017-04-121-0/+1
* Eliminate now unnecessary tag hardcoding in rpmVerifySignature()Panu Matilainen2017-04-111-15/+2
* Construct digest verification messages dynamicallyPanu Matilainen2017-04-111-10/+17
* Update rpmVerifySignature() internals to get by with just struct rpmsinfoPanu Matilainen2017-04-114-32/+25
* Include all the necessary data in struct rpmsinfo directlyPanu Matilainen2017-04-114-20/+42
* Rename signature info bits and pieces for consistency and future needsPanu Matilainen2017-04-114-11/+11
* Validate number of elements in signature tags where knownPanu Matilainen2017-04-111-0/+11
* Move payload digest index hack to rpmsinfoInit()Panu Matilainen2017-04-111-4/+6
* pkgconfigdeps: disable dependency resolver where supportedIgor Gnatenko2017-04-111-0/+3
* Include algorithm name in payload digest messagesPanu Matilainen2017-04-112-5/+5
* Basic signing tests, take IIPanu Matilainen2017-04-102-46/+47
* Fix non-standard inherented modes of directories in debuginfoRobin Lee2017-04-101-2/+3
* Pixies broke my signing tests :(Panu Matilainen2017-04-072-47/+46
* Implement basic signing tests for --addsign and --delsignPanu Matilainen2017-04-073-0/+87
* Add some tests for digests, signatures and stuffPanu Matilainen2017-04-067-0/+242
* Give signatures and digests a per-package unique id internallyPanu Matilainen2017-04-063-3/+7
* Update community link in READMEPanu Matilainen2017-04-051-1/+1
* In old packages, zero-length files have zeros for digest (RhBug:1352222)Panu Matilainen2017-04-041-0/+8
* Reindent rpmfi.c bits and pieces to common rpm stylePanu Matilainen2017-04-041-58/+57
* Refactor copy-paste hex to binary conversion to helper functionPanu Matilainen2017-04-041-35/+31
* Make test for zero-length digest more obviousPanu Matilainen2017-04-041-1/+1
* Use separate locally scoped variables for different tasksPanu Matilainen2017-04-041-3/+2
* File signature length is not needed if not retrieving file signaturesPanu Matilainen2017-04-041-2/+1
* Add a testcase for --xml outputPanu Matilainen2017-04-041-0/+299
* add a spec.parsed setter for retrieving parsed specPer Øyvind Karlsen2017-04-041-0/+7
* Add --target as global optionPer Øyvind Karlsen2017-04-043-2/+7
* Accept --nocaps also for the package installationLubomir Rintel2017-04-047-8/+29
* Fix error handling in rpmDigestBundleAddID()Panu Matilainen2017-03-291-5/+8
* Eliminate rpmdsNotify() from the API + Python bindingsPanu Matilainen2017-03-283-26/+9