Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmchecksig.c
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...
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-16 Panu MatilainenEliminate copy-paste fd digest stealing, stuff into...
2007-11-08 Panu MatilainenKludge around mktemp() uses to shut up build warnings
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-26 Panu MatilainenRename rpmcliImportPubkey() -> rpmtsImportPubkey()
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-04 Panu Matilainenmerge
2007-09-04 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-04 Panu MatilainenFix error reporting on rpm --checksig (rhbz#155079)
2007-07-11 Panu MatilainenCast to void** to silence hge() warning
2007-07-11 Panu MatilainenUse unsigned size type for pgpReadPkts().
2007-06-12 Panu MatilainenSkip packages/headers with non-verifiable signatures...
2007-04-16 Paul NasratCall Fflush at the end of writeing a signed package...
next