summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-03Create signature target rpm in same directory as originalPanu Matilainen1-1/+2
2008-05-03Temp file handling tweaksPanu Matilainen1-2/+2
2008-05-03rpmReSign() doesn't return rpmRC codes, make it more obviousPanu Matilainen1-5/+3
2008-05-03Eliminate static sized string buffer frpm rpmReSign()Panu Matilainen1-15/+12
2008-04-16Don't use mktemp(), we are sure mkstemp() is available nowJindrich Novy1-4/+0
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-3/+4
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-1/+3
2008-04-07ARGV_t const pendantryPanu Matilainen1-6/+3
2008-04-03Lose the remaining static buffer from rpmVerifySignatures()Panu Matilainen1-5/+8
2008-04-03Typo...Panu Matilainen1-1/+1
2008-04-03Refactor signature check results formattingPanu Matilainen1-73/+56
2008-04-03Remove unnecessary check for "keyid:" in resultPanu Matilainen1-4/+0