summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-03Start eliminating static buffers from header/signature checksPanu Matilainen1-2/+3
2008-04-02Further streamline / simplify rpmVerifySignatures()Panu Matilainen1-72/+67
2008-04-02Make signature verification result not depend on rpm verbosity level, ickPanu Matilainen1-6/+1
2008-04-02Further redundancy / copy-paste coding eliminationPanu Matilainen1-9/+3
2008-04-02Collapse the huge sigtag switch in rpmVerifySignatures() a bitPanu Matilainen1-47/+40
2008-04-02Simplify missing/untrusted keys loggingPanu Matilainen1-27/+10
2008-03-31Make rpmLeadCheck() return error msg instead of direct loggingPanu Matilainen1-2/+8
2008-03-07Mark another pile of header_magic duplicates as read-onlyPanu Matilainen1-1/+1
2008-02-26Un-inline fd*Digest()Panu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-2/+2
2008-02-05Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen1-3/+13
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-5/+5
2008-01-30Include spring-cleaningPanu Matilainen1-5/+4
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-4/+4
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen1-1/+1
2007-12-16Refactor rpmReSign() and associated file "management" a bitPanu Matilainen1-46/+38
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-2/+2
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-5/+5
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-4/+5
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-5/+8
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-2/+2
2007-12-01Make rpmlead opaque, add methods to deal with itPanu Matilainen1-34/+20
2007-11-26Define and use pgpKeyID_t for pgp key id'sPanu Matilainen1-2/+2
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-3/+3
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-28/+28
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+1
2007-11-16Eliminate copy-paste fd digest stealing, stuff into rpmio_internalPanu Matilainen1-24/+1