Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib / rpmchecksig.c
2012-10-30 Panu MatilainenFix missing error on --import on bogus key file (RhBug...
2012-01-30 Panu MatilainenUse rpmReadHeader() on signature checking path too
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package reading & signature...
2011-11-09 Panu MatilainenSwitch to using rpmKeyringVerifySig() internally
2011-11-07 Panu MatilainenUse pgpDigParamsAlgo() throughout the codebase
2011-11-07 Panu MatilainenUnify the parsePGP() variants from package.c and rpmche...
2011-11-07 Panu MatilainenEliminate couple of unnecessary pgpDig usages
2011-11-04 Panu MatilainenAdd a couple of missing includes, masked by NSS headers
2011-07-07 Panu MatilainenFurther streamline & sanitize lead handling
2011-07-06 Panu MatilainenMake rpmLeadRead() return an allocated lead, fixup...
2011-04-19 Panu MatilainenActually handle headerGet() / pgpPrtPkts() failure...
2010-10-22 Panu MatilainenFix (ie eliminate) rpmSigTag uses in rpmchecksig
2010-09-28 Panu MatilainenFix a rpmTag/rpmSigTag mismatch by using the more appro...
2010-09-03 Panu MatilainenFurther simplify rpmcliVerifySignatures()
2010-09-03 Panu MatilainenSplit package signing out of rpmchecksig.c
2010-09-03 Panu MatilainenExport the cli-level signature checking as rpmcliVerify...
2010-09-03 Panu MatilainenExport rpmcliImportPubkeys() (again) in the public API
2010-09-03 Panu MatilainenRemove hysterically useless RPMSIGN_NONE + --sign popt...
2010-07-09 Panu MatilainenSkip any initial comments when looking for pubkey start...
2010-06-01 Panu MatilainenSupport many pubkeys in a single file in --import ...
2010-05-06 Panu MatilainenMinor cleanup to rpmReSign()
2010-05-06 Panu MatilainenFix minor header iterator leak in rpmReSign()
2010-05-06 Panu MatilainenClean up rpmcliImportPubkeys() a bit, no functional...
2010-01-05 Panu MatilainenSanitize signature checking formatResult() a bit
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-05-20 Panu MatilainenEliminate useless pgpDig nbytes counter
2009-04-22 Panu MatilainenRefactor ts out of the main signature checking worker
2009-04-16 Panu MatilainenCheck for termination signals during signing / signatur...
2009-03-25 Panu MatilainenMake sure fd bundle is always NULLed on rpmVerifySignat...
2009-03-25 Panu MatilainenRemove unnecessary {} block inflating indentation,...
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-12 Panu MatilainenMD5 and SHA1 digests are handled just the same here...
2009-03-12 Panu MatilainenRip all handling of broken md5 sums from 1997, rpm...
2009-03-12 Panu MatilainenEliminate can't happen code
2009-03-10 Panu MatilainenLift best signature detection out of rpmVerifySignatures()
2009-03-10 Panu MatilainenLift pgp parsing into separate function
2009-03-10 Panu MatilainenAvoid rasprintf() on potentially NULL string
2009-03-10 Panu MatilainenEliminate Yet Another temporary result variable
2009-03-10 Panu MatilainenFurther rpmVerifySignatures() cleanup
2009-03-10 Panu MatilainenAssume failure in rpmVerifySignatures()
2009-03-10 Panu MatilainenUse rstrcat() instead of rasprintf(), less fuss involved
2009-03-10 Panu MatilainenFix memleak on signature checking failure
2009-03-10 Panu MatilainenEliminate pointless {} block inflating indentation...
2009-03-04 Panu MatilainenCondense "shut up gcc" switch-cases to just default...
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2008-11-04 Panu MatilainenUse more portable file access mode tests (ticket #5)
2008-10-06 Panu MatilainenConsistent log level for "unverifiable signature" message
2008-10-04 Panu MatilainenRestore permissions of a signed rpm to that of the...
2008-08-08 Panu MatilainenMissing include
2008-08-04 Panu MatilainenBunch of keyring / pubkey refcounting fixes
2008-07-02 Panu MatilainenChange rpmts keyring get/set interface to more transpar...
2008-07-01 Panu MatilainenPass keyring, not the full ts to lowlevel signature...
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-26 Panu MatilainenTeach rpmAddSignature() and rpmReadSignature() about...
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-05-26 Panu MatilainenMinimally convert rpmVerifySignatures() to new interfaces
2008-05-23 Panu MatilainenConvert rpmResign() to new header iterator/get interfaces
2008-05-23 Panu MatilainenConvert readFile() to new headerGet()...
2008-05-23 Panu MatilainenConvert getSignid() to new headerGet()
2008-05-08 Panu MatilainenCheck rpmAddSignature() return codes (rhbz#442761)
2008-05-03 Panu MatilainenCreate signature target rpm in same directory as original
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-05-03 Panu MatilainenrpmReSign() doesn't return rpmRC codes, make it more...
2008-05-03 Panu MatilainenEliminate static sized string buffer frpm rpmReSign()
2008-04-16 Jindrich NovyDon't use mktemp(), we are sure mkstemp() is available now
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-03 Panu MatilainenLose the remaining static buffer from rpmVerifySignatures()
2008-04-03 Panu MatilainenTypo...
2008-04-03 Panu MatilainenRefactor signature check results formatting
2008-04-03 Panu MatilainenRemove unnecessary check for "keyid:" in result
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-04-02 Panu MatilainenFurther streamline / simplify rpmVerifySignatures()
2008-04-02 Panu MatilainenMake signature verification result not depend on rpm...
2008-04-02 Panu MatilainenFurther redundancy / copy-paste coding elimination
2008-04-02 Panu MatilainenCollapse the huge sigtag switch in rpmVerifySignatures...
2008-04-02 Panu MatilainenSimplify missing/untrusted keys logging
2008-03-31 Panu MatilainenMake rpmLeadCheck() return error msg instead of direct...
2008-03-07 Panu MatilainenMark another pile of header_magic duplicates as read...
2008-02-26 Panu MatilainenUn-inline fd*Digest()
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmSigTag enum for signature tags everywhere, more...
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-16 Panu MatilainenRefactor rpmReSign() and associated file "management...
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-11-26 Panu MatilainenDefine and use pgpKeyID_t for pgp key id's
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
next