summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Allow pre- and posttrans to omit interpreter or body (again)Panu Matilainen1-2/+2
2011-11-30Cache all but FAIL results from rpmdb header verificationPanu Matilainen1-1/+1
2011-11-30Purge rpmdb header verification cache on added pubkeysPanu Matilainen1-0/+4
2011-11-30Enable fast-import mode for headers from rpmdbPanu Matilainen1-1/+1
2011-11-30Implement "fast" flag to headerImport()Panu Matilainen2-8/+18
2011-11-30Update internal callers to use headerExport(), no functional changesPanu Matilainen2-6/+4
2011-11-30Add an enhanced interface for unloading, aka exporting, headersPanu Matilainen2-14/+17
2011-11-30Update internal callers to use headerImport() instead of headerLoad()Panu Matilainen4-17/+19
2011-11-30Add an enhanced interface for loading, aka importing, headersPanu Matilainen2-24/+39
2011-11-29Consolidate header alignment calculations to helper functionPanu Matilainen1-41/+25
2011-11-29Optimize string tag length calculations in regionSwab()Panu Matilainen1-2/+4
2011-11-24Make gpg-pubkey headers properly verifiablePanu Matilainen1-2/+20
2011-11-24Sanitize makePubkeyHeader() calling semanticsPanu Matilainen1-7/+11
2011-11-24Make gpg-pubkey buildtime reflect the public key create timePanu Matilainen1-1/+3
2011-11-24Add key userid into gpg-pubkey headers as "packager"Panu Matilainen1-1/+4
2011-11-24Log an error on attempt to sign V3 packages (RhBug:517818 & others)Panu Matilainen1-0/+3
2011-11-24Fix dribble length calculation on headerLoad()Panu Matilainen1-6/+5
2011-11-22Ehm, %pretrans failure shouldn't abort the entire transactionPanu Matilainen2-4/+2
2011-11-22Make %pretrans failure fail the install (RhBug:736960)Panu Matilainen2-3/+6
2011-11-18cosmetic: indentation in rpmdbNextIterator.Ales Kozumplik1-2/+2
2011-11-18Recognize "<epoch>:" as a part of a label (ticket #117)Ales Kozumplik1-9/+49
2011-11-10Doh, somehow managed to miss the warnings from these missing includes :(Panu Matilainen2-0/+2
2011-11-09Make base64 encoding/decoding part of rpmio public APIPanu Matilainen2-3/+3
2011-11-09Eliminate uses of pgpDig in package reading & signature checkingPanu Matilainen3-34/+17
2011-11-09Take advantage of pgpPrtParams() directly in pgpsigFormat() extensionPanu Matilainen1-4/+3
2011-11-09Switch to using rpmKeyringVerifySig() internallyPanu Matilainen4-28/+21
2011-11-09Don't make assumptions about how pgpDig allocates thingsPanu Matilainen1-2/+2
2011-11-08Do not let 'rpm -q foo-' find package 'foo'. (RhBug:488567)Ales Kozumplik1-4/+4
2011-11-07Use pgpDigParamsAlgo() throughout the codebasePanu Matilainen4-13/+17
2011-11-07Eliminate direct pgpDig accesses from pubkey importingPanu Matilainen1-1/+2
2011-11-07Eliminate direct pgpDig access from package reading codePanu Matilainen1-3/+5
2011-11-07Eliminate direct pgpDig accesses from lowlevel signature codePanu Matilainen1-7/+11
2011-11-07Take advantage of parsePGPSig() in pgpsigFormat() tooPanu Matilainen2-6/+7
2011-11-07Unify the parsePGP() variants from package.c and rpmchecksig.cPanu Matilainen3-38/+26
2011-11-07Hide pgpDig alloc etc details in the parsePGP helperPanu Matilainen1-21/+23
2011-11-07Add another pgpVerify variant which takes key and sig as separate argsPanu Matilainen1-1/+1
2011-11-07Eliminate couple of unnecessary pgpDig usagesPanu Matilainen2-6/+5
2011-11-04Add a couple of missing includes, masked by NSS headersPanu Matilainen2-0/+3
2011-10-24Sanitize pgpsigFormat()Panu Matilainen1-36/+13
2011-10-23Fix unterminated buffer after readlink() callThomas Jarosch1-2/+6
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-12Fix pretrans dependency calculation when provider is upgradedPanu Matilainen1-10/+17
2011-10-11build: Update .gitignore rulesMukund Sivaraman1-0/+1
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 Matilainen2-9/+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