Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / lib / package.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2012-12-07 Panu MatilainenEnsure correct return code on malformed signature in...
2012-10-30 Panu MatilainenHandle partial reads and errors in package IO (RhBug...
2012-09-15 Panu MatilainenBe more selective about legacy retrofits on package...
2012-04-03 Panu MatilainenValidate negated offsets too in headerVerifyInfo()
2012-04-03 Panu MatilainenDifferentiate between non-existent and invalid region tag
2012-02-02 Panu MatilainenNever load ts keyring if signature checking is disabled
2011-11-30 Panu MatilainenUpdate internal callers to use headerImport() instead...
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 MatilainenEliminate direct pgpDig access from package reading...
2011-11-07 Panu MatilainenTake advantage of parsePGPSig() in pgpsigFormat() too
2011-11-07 Panu MatilainenUnify the parsePGP() variants from package.c and rpmche...
2011-11-07 Panu MatilainenHide pgpDig alloc etc details in the parsePGP helper
2011-11-07 Panu MatilainenEliminate couple of unnecessary pgpDig usages
2011-10-20 Panu MatilainenVerify the entire region trailer, not just its offset...
2011-10-11 Panu MatilainenLet headerLoad() failure message come through
2011-10-06 Panu MatilainenEliminate headerCheckPayloadFormat() from the API
2011-10-06 Panu MatilainenEliminate headerMergeLegacySigs() from the API
2011-10-06 Panu MatilainenEliminate leftover headerRegenSigHeader() function
2011-10-06 Panu MatilainenOnly bother allocating a pgpDig when needed
2011-10-05 Panu MatilainenSplit signature/digest verification out of headerVerify()
2011-10-05 Panu MatilainenUnobfuscate header digest calculation in headerVerify()
2011-10-05 Panu MatilainenUnobfuscate headerVerify() exit logic
2011-10-05 Panu MatilainenEliminate pointless exit label from headerVerify()
2011-10-04 Panu MatilainenPush couple of variables to more local scope
2011-07-07 Panu MatilainenTake advantage of Fdescr() in rpmReadPackageFile()
2011-07-07 Panu MatilainenFurther streamline & sanitize lead handling
2011-07-06 Panu MatilainenMake rpmLeadRead() return an allocated lead, fixup...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-23 Jindrich NovyAvoid timedRead() usage
2010-10-22 Panu MatilainenCouple of enum craziness fixes to package.c
2010-04-12 Michael SchroederDo not load keyring if signature checking is disabled.
2009-10-14 Panu MatilainenEliminate last remaining FD_t struct privacy violation
2009-09-02 Panu MatilainenSimplify headerCheckPayloadFormat() a bit
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-05-20 Panu MatilainenEliminate useless pgpDig nbytes counter
2009-05-20 Panu MatilainenRefactor ts out of main read package function
2009-05-20 Panu MatilainenRefactor ts out of main header read function
2009-05-20 Panu MatilainenRefactor ts out of main header verification routine
2009-03-25 Panu MatilainenEliminate copy-paste digest calculation in rpmReadPacka...
2009-03-25 Panu MatilainenEliminate copy-paste digest calculation in headerCheck()
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-12 Panu MatilainenRip all handling of broken md5 sums from 1997, rpm...
2009-03-11 Panu MatilainenMove headerIsEntry() check of sigtag into _chk() macro
2009-03-04 Panu MatilainenCondense "shut up gcc" switch-cases to just default...
2009-03-04 Panu MatilainenAdd internal helper to verify signature parse results
2009-01-30 Panu MatilainenTry to play nice with OpenPKG (rpm5.org) packages ...
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2008-12-08 Panu MatilainenWork around broken packages which dont have RPMTAG_SOUR...
2008-10-10 Panu MatilainenConvert in-tree users to headerConvert()
2008-09-18 Panu MatilainenForce error return if headerLoad() fails
2008-08-04 Panu MatilainenBunch of keyring / pubkey refcounting fixes
2008-07-02 Panu MatilainenPlug a dumb memleak that has crept into rpmReadPackageF...
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 MatilainenWe don't need ts to stash the keyid locally now
2008-06-30 Panu MatilainenheaderCheck() does not recurse
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-07 Panu MatilainenHandle 64bit type in headerMergeLegacySigs()
2008-05-23 Panu MatilainenConvert the rest of rpmReadPackageFile() to new headerGet()
2008-05-23 Panu MatilainenStart converting rpmReadPackageFile() to new headerGet()
2008-05-23 Panu MatilainenConvert headerCheckPayloadFormat() to new headerGet...
2008-05-14 Panu MatilainenConvert headerRegenSigHeader() to new header iterator...
2008-05-14 Panu MatilainenConvert headerMergeLegacySigs() to new header iterator...
2008-05-12 Panu MatilainenMove headerVerifyInfo() to header.[ch] where it logical...
2008-05-12 Panu MatilainenEliminate copy-paste versions of hdrchkFoo() macros
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-04-28 Panu MatilainenRemove unused alloca_strdup() macro
2008-04-28 Panu MatilainenEliminate pointless alloca() of entryInfo and indexEntr...
2008-04-21 Panu MatilainenRetrofit RPMTAG_SOURCEPACKAGE to source rpms.
2008-04-09 Panu MatilainenPlug memleak from signature verification now returning...
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-03-31 Panu MatilainenAvoid static sprintf buffer in rpmReadHeader()
2008-03-31 Panu MatilainenMake rpmLeadCheck() return error msg instead of direct...
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-03-07 Panu MatilainenMark another pile of header_magic duplicates as read...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
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
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenAnd yet more bogus const removals...
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
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-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-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
next