platform/upstream/rpm.git
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-03-26 Florian FestiAlso order erases.
2009-03-26 Florian FestiImplement rpmteSetDependsOn and rpmteDependsOn using...
2009-03-26 Panu MatilainenPut the PGP foobar signature generation out of its...
2009-03-25 Jindrich Novyprocess the "./" in file paths correctly (rhbz#491388)
2009-03-25 Panu MatilainenMake sure fd bundle is always NULLed on rpmVerifySignat...
2009-03-25 Panu MatilainenUnify DSA/RSA/GPG/blaa signature verification, simplify
2009-03-25 Panu MatilainenRename internal signature verification functions
2009-03-25 Panu MatilainenReorder internal signature verification arguments
2009-03-25 Panu MatilainenPush signature identification to librpmio / pgp handling
2009-03-25 Panu MatilainenRemove redundant RSA/DSA parameter checks
2009-03-25 Panu MatilainenPush signature verification down to librpmio
2009-03-25 Panu MatilainenThese cases are identical now...
2009-03-25 Panu MatilainenRename arguments, RSA keys are certainly not limited...
2009-03-25 Panu MatilainenUse makeGPGSignature() for both DSA and RSA
2009-03-25 Panu MatilainenRemove unnecessary {} block inflating indentation,...
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-25 Panu MatilainenImplement fdUpdateDigests() and friends using digest...
2009-03-25 Panu MatilainenAdd a type + basic api for bundle of digests (on same...
2009-03-19 Panu MatilainenShow query/verify selection options just once in -...
2009-03-19 Panu MatilainenPython doesn't need libelf, nss or popt directly
2009-03-19 Panu Matilainenlibrpmio doesn't need libmagic for anything
2009-03-19 Panu MatilainenMove leftover signature stuff from rpmlib.h to signature.h
2009-03-19 Panu MatilainenRevert couple of checksum -> digest renames
2009-03-18 Panu MatilainenDon't try to parse %patch on spec query (rhbz#487855)
2009-03-18 Panu MatilainenDoxygen parameter name mismatch
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-16 Panu MatilainenHandle rpmDigestDup() failure in signature checking
2009-03-16 Panu MatilainenProper error handling in rpmDigestDup()
2009-03-16 Panu MatilainenEliminate unnecessary pgpNewPublicKey() wrappers
2009-03-16 Panu MatilainenEliminate unnecessary field from pgpDig_s
2009-03-14 Florian FestiFree all keys not only those on the first buckets
2009-03-13 Rakesh Pandit- Cleanup: removing unnecessary repeated code.
2009-03-13 Panu Matilainenrpm-python only accepts string objects, not unicode
2009-03-13 Panu MatilainenCatch exceptions from python conversions in dbMatch()
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-12 Panu MatilainenSilence compiler whining on rpmsort and rpminject
2009-03-11 Panu MatilainenPlug a memleak in genCpioListAndHeader()
2009-03-11 Panu MatilainenNSS supports MD2, we might as well handle it too
2009-03-11 Panu MatilainenEliminate now unnecessary FDDIGEST_t
2009-03-11 Panu MatilainenRemember hash algorithm in digest context
2009-03-11 Panu MatilainenStreamline rpmDigestInit() a bit
2009-03-11 Panu MatilainenMove headerIsEntry() check of sigtag into _chk() macro
2009-03-11 Panu MatilainenSize signature failures are always RPMRC_FAIL
2009-03-11 Panu MatilainenEliminate asserts() from rpmVerifySignature() paths
2009-03-11 Panu MatilainenMinor cleanup + simplification of DSA and RSA sig checks
2009-03-11 Panu MatilainenFor RSA sigs, RPMRC_NOKEY is only sane for keyring...
2009-03-11 Panu MatilainenFor DSA sigs, RPMRC_NOKEY is only sane for keyring...
2009-03-11 Panu MatilainenWe already assume failure, this is unnecessary
2009-03-11 Panu MatilainenSHA1 and MD5 failures are always RPMRC_FAIL
2009-03-11 Panu MatilainenUse tag to distinguish header-only vs header+payload...
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-10 Panu MatilainenDon't return data from headerGet() on regionSwab()...
2009-03-09 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2009-03-09 Panu MatilainenAdd test for _install_lang and status
2009-03-09 Panu MatilainenUnbreak %_install_langs handling (rhbz#489235)
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
2009-03-09 Panu MatilainenInitialize on declaration, cosmetics only...
2009-03-09 Panu MatilainenDont bother retrieving colors unless actually needed
2009-03-09 Panu MatilainenDont bother retrieving ts problem set unless actually...
2009-03-09 Panu MatilainenDont bother retrieving altNEVR unless actually needed
2009-03-08 Panu MatilainenLoad macros before creating directories (rhbz#489104)
2009-03-06 Panu MatilainenDocument libcap, libacl in INSTALL
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-03-04 Panu MatilainenMove the common part of DSA+RSA verification into helpe...
2009-03-04 Panu MatilainenDont leak memory from hdrmd5ctx
2009-03-04 Panu MatilainenHandle V4 signature trailer for RSA too (ticket #34)
2009-03-04 Panu MatilainenverifySHA1Signature() doesn't need pgpDig at all
2009-03-04 Panu MatilainenverifyMD5Signature() doesn't need pgpDig at all
2009-03-04 Panu MatilainenverifySizeSignature() only needs size, not all of pgpDig
2009-03-04 Panu MatilainenEliminate unnecessary fields from pgpDig_s
2009-03-03 Panu MatilainenAdd ISA bits for alpha (Oliver Falk)
2009-03-02 Jindrich NovyFix documentation and help for the md5 -> filedigest...
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-26 Panu MatilainenMissing test material to tarballs, oops
2009-02-26 Panu MatilainenPermit python bytecompile to fail for now
2009-02-26 Panu MatilainenHonor --nomanifest on install too
2009-02-26 Panu MatilainenSwitch to libtool versioning, starting at 0:0:0
2009-02-26 Panu MatilainenHandle empty argv passed to rpmdsDupArgv()
2009-02-24 Panu MatilainenClean up runTransScripts() a bit
2009-02-24 Panu MatilainenSingle point of exit from rpmtsRun()
2009-02-24 Panu MatilainenSplit initialization of flags etc out of rpmtsRun()
2009-02-24 Panu MatilainenFormatting cosmetics only
2009-02-24 Panu MatilainenCalculate need to chroot just once
2009-02-24 Panu MatilainenEliminate unnecessary variable
next