summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Fix (ie eliminate) rpmSigTag uses in rpmchecksigPanu Matilainen1-5/+5
2010-09-28Fix a rpmTag/rpmSigTag mismatch by using the more appropriate typePanu Matilainen1-1/+1
2010-09-03Further simplify rpmcliVerifySignatures()Panu Matilainen1-2/+6
2010-09-03Split package signing out of rpmchecksig.cPanu Matilainen1-372/+0
2010-09-03Export the cli-level signature checking as rpmcliVerifySignatures()Panu Matilainen1-24/+24
2010-09-03Export rpmcliImportPubkeys() (again) in the public APIPanu Matilainen1-1/+1
2010-09-03Remove hysterically useless RPMSIGN_NONE + --sign popt leftoversPanu Matilainen1-1/+0
2010-07-09Skip any initial comments when looking for pubkey start markerPanu Matilainen1-1/+1
2010-06-01Support many pubkeys in a single file in --import (RhBug:586827)Panu Matilainen1-31/+53
2010-05-06Minor cleanup to rpmReSign()Panu Matilainen1-12/+3
2010-05-06Fix minor header iterator leak in rpmReSign()Panu Matilainen1-4/+2
2010-05-06Clean up rpmcliImportPubkeys() a bit, no functional changesPanu Matilainen1-30/+18
2010-01-05Sanitize signature checking formatResult() a bitPanu Matilainen1-6/+3
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen1-0/+1
2009-05-20Eliminate useless pgpDig nbytes counterPanu Matilainen1-5/+1
2009-04-22Refactor ts out of the main signature checking workerPanu Matilainen1-7/+21
2009-04-16Check for termination signals during signing / signature checking loopPanu Matilainen1-0/+1
2009-03-25Make sure fd bundle is always NULLed on rpmVerifySignatures() exitPanu Matilainen1-1/+1
2009-03-25Remove unnecessary {} block inflating indentation, streamlinePanu Matilainen1-21/+18
2009-03-25Eliminate header/payload digests from pgpDig_s, they dont belongPanu Matilainen1-22/+37
2009-03-12MD5 and SHA1 digests are handled just the same here...Panu Matilainen1-3/+0
2009-03-12Rip all handling of broken md5 sums from 1997, rpm 2.x eraPanu Matilainen1-6/+0
2009-03-12Eliminate can't happen codePanu Matilainen1-9/+0
2009-03-10Lift best signature detection out of rpmVerifySignatures()Panu Matilainen1-17/+28
2009-03-10Lift pgp parsing into separate functionPanu Matilainen1-7/+17
2009-03-10Avoid rasprintf() on potentially NULL stringPanu Matilainen1-8/+8
2009-03-10Eliminate Yet Another temporary result variablePanu Matilainen1-5/+5
2009-03-10Further rpmVerifySignatures() cleanupPanu Matilainen1-46/+46
2009-03-10Assume failure in rpmVerifySignatures()Panu Matilainen1-8/+2
2009-03-10Use rstrcat() instead of rasprintf(), less fuss involvedPanu Matilainen1-4/+2
2009-03-10Fix memleak on signature checking failurePanu Matilainen1-3/+3
2009-03-10Eliminate pointless {} block inflating indentation levelPanu Matilainen1-189/+186
2009-03-04Condense "shut up gcc" switch-cases to just default no action casePanu Matilainen1-11/+1
2009-01-05Eliminate header magic duplication all over the place, export itPanu Matilainen1-6/+2
2008-11-04Use more portable file access mode tests (ticket #5)Panu Matilainen1-1/+1
2008-10-06Consistent log level for "unverifiable signature" messagePanu Matilainen1-1/+1
2008-10-04Restore permissions of a signed rpm to that of the original (rhbz#465586)Panu Matilainen1-3/+8
2008-08-08Missing includePanu Matilainen1-0/+1
2008-08-04Bunch of keyring / pubkey refcounting fixesPanu Matilainen1-0/+1
2008-07-02Change rpmts keyring get/set interface to more transparent handlingPanu Matilainen1-4/+1
2008-07-01Pass keyring, not the full ts to lowlevel signature routinesPanu Matilainen1-1/+5
2008-06-30Detach pgp digest from transaction setPanu Matilainen1-5/+5
2008-06-30Detach signature tag data from transaction setPanu Matilainen1-7/+3
2008-06-26Teach rpmAddSignature() and rpmReadSignature() about 64bit tagsPanu Matilainen1-0/+2
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-15/+15
2008-05-26Minimally convert rpmVerifySignatures() to new interfacesPanu Matilainen1-15/+13
2008-05-23Convert rpmResign() to new header iterator/get interfacesPanu Matilainen1-14/+10
2008-05-23Convert readFile() to new headerGet()...Panu Matilainen1-9/+5
2008-05-23Convert getSignid() to new headerGet()Panu Matilainen1-6/+4
2008-05-08Check rpmAddSignature() return codes (rhbz#442761)Panu Matilainen1-8/+18