tools/librpm-tizen.git
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...
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...
next