tools/librpm-tizen.git
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-10-26 Panu MatilainenVerify MPI size is within packet boundary in pgpMpiItem()
2011-10-26 Panu MatilainenRemove support for V3 public keys
2011-10-26 Panu MatilainenWe dont deal with secret keys, leave them alone
2011-10-25 Panu MatilainenCentralize PGP packet decoding and sanity checking...
2011-10-25 Panu MatilainenVerify there are sufficient number of bytes to calculat...
2011-10-25 Panu MatilainenAvoid redundant calculations on pubkey fingerprint...
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors part II
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors
2011-10-24 Panu MatilainenEliminate useless pgpIsPkt() helper function
2011-10-24 Panu MatilainenEliminate broken pgpLen() from the API
2011-10-24 Panu MatilainenSanitize pgpsigFormat()
2011-10-24 Panu MatilainenValid PGP packets are always at least two bytes long
2011-10-23 Thomas JaroschFix unterminated buffer after readlink() call
2011-10-23 Panu MatilainenLog an error on signing if we can't even parse the...
2011-10-23 Panu MatilainenWarn but don't fail the build on missing excluded files...
2011-10-23 Panu MatilainenEliminate bunch of exit points in addFile()
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
next