summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Eliminate broken pgpLen() from the APIPanu Matilainen2-21/+21
2011-10-24Sanitize pgpsigFormat()Panu Matilainen1-36/+13
2011-10-24Valid PGP packets are always at least two bytes longPanu Matilainen1-2/+2
2011-10-23Fix unterminated buffer after readlink() callThomas Jarosch1-2/+6
2011-10-23Log an error on signing if we can't even parse the gpg-generated signaturePanu Matilainen1-1/+3
2011-10-23Warn but don't fail the build on missing excluded files (RhBug:745629)Panu Matilainen1-3/+12
2011-10-23Eliminate bunch of exit points in addFile()Panu Matilainen1-6/+10
2011-10-21Fix ancient off-by-one at end boundary in string array size calculationPanu Matilainen2-17/+19
2011-10-20Verify the entire region trailer, not just its offset, is within data areaPanu Matilainen3-5/+6
2011-10-17Update man page(s) verify output description to match current behaviorPanu Matilainen7-13/+13
2011-10-12Fix pretrans dependency calculation when provider is upgradedPanu Matilainen1-10/+17
2011-10-11rpmio: Set a umask before using mkstemp()Mukund Sivaraman1-0/+6
2011-10-11rpmio: Don't de-ref lzfile which was freed in lzclose()Mukund Sivaraman1-1/+3
2011-10-11build: Update .gitignore rulesMukund Sivaraman4-2/+8
2011-10-11Let headerLoad() failure message come throughPanu Matilainen1-1/+2
2011-10-06Eliminate headerCheckPayloadFormat() from the APIPanu Matilainen3-37/+31
2011-10-06Eliminate headerMergeLegacySigs() from the APIPanu Matilainen3-13/+6
2011-10-06Eliminate leftover headerRegenSigHeader() functionPanu Matilainen2-55/+0
2011-10-06Only bother allocating a pgpDig when neededPanu Matilainen1-9/+3
2011-10-06Eliminate redundant NULL-checks in lower level sigchecking functionsPanu Matilainen1-9/+3
2011-10-06Sanitize rpmVerifySignature() a bitPanu Matilainen1-7/+13
2011-10-06Also add RPMTAG_OPTFLAGS during spec parse since we easily can...Panu Matilainen2-5/+3
2011-10-06Add implicit self-provides during spec parse alreadyPanu Matilainen2-35/+32
2011-10-05Split signature/digest verification out of headerVerify()Panu Matilainen1-114/+134
2011-10-05Unobfuscate header digest calculation in headerVerify()Panu Matilainen1-18/+5
2011-10-05Unobfuscate headerVerify() exit logicPanu Matilainen1-30/+20
2011-10-05Eliminate pointless exit label from headerVerify()Panu Matilainen1-3/+0
2011-10-04Push couple of variables to more local scopePanu Matilainen1-3/+3
2011-10-04Eliminate redundant local variable in headerLoad()Panu Matilainen1-2/+0
2011-10-03Sanity check region length on header loadPanu Matilainen1-0/+5
2011-09-30Sanity check OpenPGP packet lengths in pgpPrtSubType()Panu Matilainen1-3/+8
2011-09-29Sanity check region offset range on headerLoad()Panu Matilainen1-1/+1
2011-09-29Sanity check region offset in regionSwab()Panu Matilainen1-0/+3
2011-09-15Whoops, ftell() and rpmio equivalents should return long not off_tPanu Matilainen1-1/+1
2011-09-15Fix up a few strict-prototype warnings on x86Panu Matilainen1-3/+3
2011-09-15Kick out ppc arch detection leftoversPanu Matilainen1-12/+0
2011-09-15Eliminate hysterical copy-paste comments from rpmrcPanu Matilainen1-16/+0
2011-09-15Bit of rpmrc spring-cleaning: nuke detection for some extinct creaturesPanu Matilainen1-57/+3
2011-09-13Add Transifex config + adjust .gitignore to track itPanu Matilainen2-0/+9
2011-09-13Nuke ancient ChangeLog in po/Panu Matilainen1-6/+0
2011-09-12Use POPT_BIT_SET for setting the scriptlet flagsPanu Matilainen1-7/+4
2011-09-12Actually remember scriptlet flags in the rpmScript structPanu Matilainen1-2/+3
2011-09-12Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOOPanu Matilainen3-7/+7
2011-09-12Show all interpreter arguments on --scripts query (ticket #847)Panu Matilainen1-14/+14
2011-09-12Show possible %verifyscript interpreter similarly to other scriptletsPanu Matilainen1-1/+3
2011-09-12Scriptlet argument tags are really arraysPanu Matilainen1-7/+7
2011-09-12Sanity check trigger scriptlet arguments on buildPanu Matilainen1-0/+6
2011-09-06Fix brp-python-bytecompile breakage from the recent whitespace patchPanu Matilainen1-1/+1
2011-09-06Use the new FOO_NEVRS extensions for --requires etc popt aliasesPanu Matilainen1-8/+8
2011-09-06Add four new extension tags for pretty-formatting dependenciesPanu Matilainen3-0/+53