summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-30Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen1-1/+1
2011-05-29Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen1-2/+2
2011-05-25Permit %verifyscript from non-installed packagesPanu Matilainen1-3/+4
2011-05-03Clean up file type verification logic a bitPanu Matilainen1-28/+13
2011-03-09Verify some properties of replaced and wrong-colored files (RhBug:528383)Panu Matilainen1-2/+12
2010-12-15Split user+group caching to separate source (again), renamePanu Matilainen1-3/+4
2010-10-22Eliminate pgpHashAlgo uses in librpm sidePanu Matilainen1-1/+1
2010-10-22Change all internal uses of rpmtsInitIterator() to use DBI tagsPanu Matilainen1-1/+1
2010-09-28Make RPMFILE_STATE_MISSING part of the rpmfileState enumPanu Matilainen1-0/+1
2010-09-07Fix error code on verify scriptlet failurePanu Matilainen1-1/+1
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-4/+3
2010-05-31Use the new chroot API everywhere, eliminate old related gooPanu Matilainen1-19/+7
2010-05-28Add internal helper for formatting file attribute stringsPanu Matilainen1-17/+22
2010-05-28Add internal helper for formatting verify flagsPanu Matilainen1-32/+36
2010-05-28Move shared file timestamp filtering out of rpmVerifyFile()Panu Matilainen1-5/+11
2010-05-28Only pass the info we actually care about to verifyHeader()Panu Matilainen1-12/+10
2010-05-28Eliminate unused argument to verifyDependencies()Panu Matilainen1-3/+2
2010-05-28Clean up verify script handling a bitPanu Matilainen1-14/+10
2010-05-18Fix return from chroot() on verify (RhBug:590588)Panu Matilainen1-1/+5
2010-05-07Convert rpmte internals to use the transaction pointer from element itselfPanu Matilainen1-1/+1
2010-03-29Hide rpmte open/close/error etc logic inside rpmteProcess()Panu Matilainen1-5/+3
2010-03-29Move the little thats left of psm.h into rpmte_internal.hPanu Matilainen1-1/+0
2010-03-26Use the new problem set iterator where it makes more sensePanu Matilainen1-2/+3
2010-03-25Clean up verifyDependencies() a bit, no functional changesPanu Matilainen1-17/+14
2010-03-25Sanitize verifyscript handling a bitPanu Matilainen1-12/+6
2010-03-22Mop up leftovers from past timesPanu Matilainen1-3/+0
2010-03-12Turn PSM into a complete blackboxPanu Matilainen1-5/+1
2010-02-25Implement pretrans, posttrans and verifyscript as psm goalsPanu Matilainen1-2/+1
2010-02-25Lose now unnecessary progTag from psmPanu Matilainen1-1/+1
2010-01-21Really fix verification error code to not depend on verbosity (RhBug:557101)Panu Matilainen1-1/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-0/+3
2010-01-05Move libacl.h include out of system.h to the only place that caresPanu Matilainen1-0/+4
2010-01-04Require lchown() and remove ancient broken chown kludgeryPanu Matilainen1-3/+0
2009-09-21Rip out dependency cachingPanu Matilainen1-4/+0
2009-09-07Eliminate bunch of unused variablesPanu Matilainen1-2/+1
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen1-1/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts codePanu Matilainen1-4/+4
2009-07-08Make verify result not depend on verbosity level, uff... (RhBug:510213)Panu Matilainen1-1/+1
2009-07-01Band-aid to dependency caching misbehaving with chrooted verify (RhBug:508074)Panu Matilainen1-0/+5
2009-06-16Eliminate epoch promotion debug cruftPanu Matilainen1-4/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-13/+13
2009-02-05rpmfi is only needed by verifyHeader(), push it therePanu Matilainen1-33/+25
2009-01-15Add extra parameter to rpmteClose() to control fi behaviorPanu Matilainen1-1/+1
2008-12-19Eliminate file info set argument to rpmpsmNew()Panu Matilainen1-1/+1
2008-12-19Optionally reload ts element file info in rpmteOpen(), free in closePanu Matilainen1-1/+1
2008-11-26Resurrect rpmVerifyScript()Panu Matilainen1-14/+21
2008-11-14Fix capability verificationPanu Matilainen1-4/+26
2008-11-13Filter out mtime difference of shared files on verify (rhbz#426672, #444661)Panu Matilainen1-2/+5
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-2/+2