platform/upstream/rpm.git
2011-12-14 Joshua MegermanFix brace matching on multiline constructs in perl...
2011-12-02 Panu MatilainenPull in updated + new translations from Transifex
2011-12-02 Panu MatilainenTeach debugedit about .debug_macro dwarf section (RhBug...
2011-12-01 Panu MatilainenAllow pre- and posttrans to omit interpreter or body...
2011-11-30 Panu MatilainenCache all but FAIL results from rpmdb header verification
2011-11-30 Panu MatilainenPurge rpmdb header verification cache on added pubkeys
2011-11-30 Panu MatilainenEnable fast-import mode for headers from rpmdb
2011-11-30 Panu MatilainenImplement "fast" flag to headerImport()
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-30 Panu MatilainenAdd an enhanced interface for unloading, aka exporting...
2011-11-30 Panu MatilainenUpdate internal callers to use headerImport() instead...
2011-11-30 Panu MatilainenAdd an enhanced interface for loading, aka importing...
2011-11-29 Panu MatilainenConsolidate header alignment calculations to helper...
2011-11-29 Panu MatilainenOptimize string tag length calculations in regionSwab()
2011-11-28 Panu MatilainenFix classification of ELF binaries with setuid/setgid...
2011-11-25 Panu MatilainenIdentify "font collection" (data etc) as fonts also...
2011-11-24 Panu MatilainenMake gpg-pubkey headers properly verifiable
2011-11-24 Panu MatilainenSanitize makePubkeyHeader() calling semantics
2011-11-24 Panu MatilainenMake gpg-pubkey buildtime reflect the public key create...
2011-11-24 Panu MatilainenAdd key userid into gpg-pubkey headers as "packager"
2011-11-24 Panu MatilainenLog an error on attempt to sign V3 packages (RhBug...
2011-11-24 Panu MatilainenFix dribble length calculation on headerLoad()
2011-11-22 Panu MatilainenEhm, %pretrans failure shouldn't abort the entire trans...
2011-11-22 Panu MatilainenMake %pretrans failure fail the install (RhBug:736960)
2011-11-18 Ales Kozumplikinverse the macro definition condition in c87ad03.
2011-11-18 Ales Kozumplikpython: use the more modern PyCapsule over PyCObject...
2011-11-18 Ales Kozumplikcosmetic: indentation in rpmdbNextIterator.
2011-11-18 Ales KozumplikRecognize "<epoch>:" as a part of a label (ticket ...
2011-11-16 Ales KozumplikDo not attempt running the test suite without fakechroo...
2011-11-14 Panu MatilainenAvoid XZ dependency in test-suite
2011-11-10 Panu MatilainenDoh, somehow managed to miss the warnings from these...
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package signing routines
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package reading & signature...
2011-11-09 Panu MatilainenTake advantage of pgpPrtParams() directly in pgpsigForm...
2011-11-09 Panu MatilainenSwitch to using rpmKeyringVerifySig() internally
2011-11-09 Panu MatilainenAdd a signature verification method to keyring
2011-11-09 Panu MatilainenSplit keyring find-by-signature to helper function...
2011-11-09 Panu MatilainenParse pubkey parameters on rpmPubkeyNew() already and...
2011-11-09 Panu MatilainenAdd an alternative API for parsing PGP packets
2011-11-09 Panu MatilainenAllocate signature and pubkey dynamically within pgpDig...
2011-11-09 Panu MatilainenUse pgpDigGetParams() in pgpVerifySig() compat wrapper too
2011-11-09 Panu MatilainenDon't make assumptions about how pgpDig allocates things
2011-11-08 Panu MatilainenRevert "Take advantage of pgpDigParamsCmp() in rpmKeyri...
2011-11-08 Panu MatilainenTolerate NULL key in pgpVerifySignature()
2011-11-08 Ales KozumplikDo not let 'rpm -q foo-' find package 'foo'. (RhBug...
2011-11-07 Panu MatilainenEliminate unused params member from pgpDigParams
2011-11-07 Panu MatilainenTake advantage of pgpDigParamsCmp() in rpmKeyringLookup()
2011-11-07 Panu MatilainenUse pgpDigParamsAlgo() throughout the codebase
2011-11-07 Panu MatilainenAdd ad API for retrieving algorithm values from digest...
2011-11-07 Panu MatilainenAdd an API for comparing two digest parameter containers
2011-11-07 Panu MatilainenAnd finally, make pgpDig struct fully opaque
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from signing code
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from pubkey importing
2011-11-07 Panu MatilainenEliminate direct pgpDig access from package reading...
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from lowlevel signatur...
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from keyring
2011-11-07 Panu MatilainenAdd a dumb API to retrieve pubkey / signature params...
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 MatilainenProcess all keys and signatures we find
2011-11-07 Panu MatilainenMake pgpPrtPubkeyParams() return an int like all the...
2011-11-07 Panu MatilainenAdd another pgpVerify variant which takes key and sig...
2011-11-07 Panu MatilainenEliminate couple of unnecessary pgpDig usages
2011-11-07 Panu MatilainenClean up pgpPrtPkts() and friends a bit
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2011-11-04 Panu MatilainenAdd a couple of missing includes, masked by NSS headers
2011-11-04 Panu MatilainenImplement PGP key & sig algorithm specific part OO...
2011-11-04 Panu MatilainenLift RSA/DSA specific signature verification to helper...
2011-11-04 Panu MatilainenLift RSA/DSA key MPI calculations to helper functions
2011-11-04 Panu MatilainenLift RSA/DSA signature MPI calculations to helper functions
2011-11-04 Panu MatilainenRemove now redundant NULL digparam checks within the...
2011-11-04 Panu MatilainenArrange temporary storage for parsing if called with...
2011-11-04 Panu MatilainenAdded sanity checks on pgpPrtPkts() entry
2011-11-04 Panu MatilainenEliminate bunch of unused/useless debug cruft from...
2011-11-04 Panu MatilainenSplit digest parameter freeing into a separate helper...
2011-11-04 Panu MatilainenStore the rsa/dsa parameters in pgpDigParamers struct...
2011-11-01 Panu MatilainenVerify PGP signature packet sizes and number of MPIs...
2011-11-01 Panu MatilainenEliminate buggy pgpPrtComment()
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
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...
next