platform/upstream/rpm.git
2011-10-21 Panu MatilainenFix ancient off-by-one at end boundary in string array...
2011-10-20 Panu MatilainenVerify the entire region trailer, not just its offset...
2011-10-17 Panu MatilainenUpdate man page(s) verify output description to match...
2011-10-12 Panu MatilainenFix pretrans dependency calculation when provider is...
2011-10-11 Mukund Sivaramanrpmio: Set a umask before using mkstemp()
2011-10-11 Mukund Sivaramanrpmio: Don't de-ref lzfile which was freed in lzclose()
2011-10-11 Mukund Sivaramanbuild: Update .gitignore rules
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-06 Panu MatilainenEliminate redundant NULL-checks in lower level sigcheck...
2011-10-06 Panu MatilainenSanitize rpmVerifySignature() a bit
2011-10-06 Panu MatilainenAlso add RPMTAG_OPTFLAGS during spec parse since we...
2011-10-06 Panu MatilainenAdd implicit self-provides during spec parse already
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-10-04 Panu MatilainenEliminate redundant local variable in headerLoad()
2011-10-03 Panu MatilainenSanity check region length on header load
2011-09-30 Panu MatilainenSanity check OpenPGP packet lengths in pgpPrtSubType()
2011-09-29 Panu MatilainenSanity check region offset range on headerLoad()
2011-09-29 Panu MatilainenSanity check region offset in regionSwab()
2011-09-15 Panu MatilainenWhoops, ftell() and rpmio equivalents should return...
2011-09-15 Panu MatilainenFix up a few strict-prototype warnings on x86
2011-09-15 Panu MatilainenKick out ppc arch detection leftovers
2011-09-15 Panu MatilainenEliminate hysterical copy-paste comments from rpmrc
2011-09-15 Panu MatilainenBit of rpmrc spring-cleaning: nuke detection for some...
2011-09-13 Panu MatilainenAdd Transifex config + adjust .gitignore to track it
2011-09-13 Panu MatilainenNuke ancient ChangeLog in po/
2011-09-12 Panu MatilainenUse POPT_BIT_SET for setting the scriptlet flags
2011-09-12 Panu MatilainenActually remember scriptlet flags in the rpmScript...
2011-09-12 Panu MatilainenRename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_...
2011-09-12 Panu MatilainenShow all interpreter arguments on --scripts query ...
2011-09-12 Panu MatilainenShow possible %verifyscript interpreter similarly to...
2011-09-12 Panu MatilainenScriptlet argument tags are really arrays
2011-09-12 Panu MatilainenSanity check trigger scriptlet arguments on build
2011-09-06 Panu MatilainenFix brp-python-bytecompile breakage from the recent...
2011-09-06 Panu MatilainenUse the new FOO_NEVRS extensions for --requires etc...
2011-09-06 Panu MatilainenAdd four new extension tags for pretty-formatting depen...
2011-09-06 Jeff Tickle$RPM_BUILD_ROOT breaks brp-* scripts if it contains...
2011-09-06 Ville SkyttäManual typo fix.
2011-09-06 Ville SkyttäSync autoconf macro defaults in manual with the macros...
2011-09-05 Panu MatilainenMake --pipe command failures reflect our exit codes...
2011-09-02 Panu MatilainenMake rpmScript opaque
2011-09-02 Panu MatilainenAdd an API for creating real rpmScript items out of...
2011-09-02 Panu MatilainenFirst step towards unifying triggers into rpmScript API
2011-09-01 Panu MatilainenFix up one strict-prototype warning that has crept...
2011-09-01 Panu MatilainenGCC warning option tweaks
2011-09-01 Panu MatilainenOops, RPMSENSE_PRETRANS and _POSTTRANS missing from...
2011-09-01 Panu MatilainenDon't add config() provides if config install is disabled
2011-09-01 Panu MatilainenDon't add file provides for doc/config files if they...
2011-09-01 Panu MatilainenPass tsflags to rpmal and remember them
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-09-01 Panu MatilainenOnly consider installed files when looking at removed...
2011-09-01 Panu MatilainenAdd RPMTAG_INSTFILENAMES tag extension for state-aware...
2011-09-01 Panu MatilainenAdd + use helper macro for testing for installed file...
2011-09-01 Panu MatilainenOops, missing include for rpmFreeMacros() in python...
2011-09-01 Panu MatilainenAvoid SystemError on inserting an empty list insert...
2011-09-01 Panu MatilainenAdd method to reset + reload rpm configuration to pytho...
2011-08-31 Panu MatilainenRemember ds color (if set) through rpmdsCurrent()
2011-08-31 Panu MatilainenOops, forgot to add the instfilenames pseudo index...
2011-08-29 Panu MatilainenUse RPMDBI_INSTFILENAMES on file queries as well
2011-08-29 Panu MatilainenTake advantage on RPMDBI_INSTFILENAMES in rpmdbProvides()
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-08-29 Panu MatilainenGeneralize pseudo tag handling in rpmdbInitIterator()
2011-08-29 Panu MatilainenUse correct file state for colored file replacements
2011-08-25 Panu MatilainenAdd test for ts.clear() as a side-effect of add to...
2011-08-25 Panu MatilainenExport rpmtsEmpty() to python as ts.clear()
2011-08-19 Panu MatilainenRemove support for ancient bzip2 library versions
2011-08-19 Panu MatilainenRemove unused FDFOO macros
2011-08-17 Panu MatilainenHandle query format field width centrally in formatValue()
2011-08-17 Panu MatilainenTake length of format width specifier into account...
2011-08-17 Panu MatilainenValidate query format field width specifier is sane
2011-08-02 Panu MatilainenStrip trailing slash from paths at addFile()
2011-08-02 Panu MatilainenpgpVerifySig() check of NULL hash is the wrong way...
2011-08-02 Michael SchroederRestore %defattr() behavior on special %doc
2011-08-01 Jindrich NovyFix misleading error message when gpg key is expired...
2011-07-14 Panu MatilainenSanity check signatures even if we dont have a key
2011-07-13 Panu MatilainenFix memleak on keys with more than one user id
2011-07-13 Panu MatilainenFix crash on PGP packets/armors with more than one...
2011-07-13 Panu MatilainenOops, rpmPubkeyDig() should return NULL if pgpPrtPkts...
2011-07-13 Panu MatilainenOnly increment number of query/verify sources when...
2011-07-13 Panu MatilainenFix the sanity check on number of query/verify sources...
2011-07-12 Panu MatilainenWhoops, wrong variable passed to io debugging
2011-07-11 Panu MatilainenCleanup fdRead(), fdWrite() and fdSeek() a bit
2011-07-11 Panu MatilainenCosmetics: remove empty comments and such
2011-07-11 Panu MatilainenDont bother checking for NULL fd on stats collection
2011-07-11 Panu MatilainenCentralize most of the debug goo as well
2011-07-11 Panu MatilainenJust pass fd pointers around instead of "cookies" cast...
2011-07-11 Panu MatilainenCentralize fd digests collection
2011-07-11 Panu MatilainenCentralize fd stats collection
2011-07-11 Panu MatilainenEliminate unused leftover bytesRemain member from FD_t
2011-07-11 Panu MatilainenMinor cosmetics cleanup to Fseek()
2011-07-11 Panu MatilainenReturn an error on Fread() / Fwrite() on NULL fd
2011-07-11 Panu MatilainenImplement Ftell() for zlib versions that support it
2011-07-11 Panu MatilainenAdd basic test for Ftell() in python
next