summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-29Add proper file capability verification supportPanu Matilainen1-7/+18
2008-10-29Don't try to verify capabilities of directories and non-regular filesPanu Matilainen1-5/+5
2008-10-26Beginnings of acl (POSIX.1e draft 17) verification supportPanu Matilainen1-0/+14
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-3/+18
2008-07-04Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]Panu Matilainen1-1/+1
2008-06-11Enable rpmDoDigest() to pass large file sizesPanu Matilainen1-1/+1
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-1/+1
2008-06-02Make rpmVerifyFile() honor rpmfi digest algorithmPanu Matilainen1-10/+16
2008-04-24Make verification with --root reliable (rhbz#434150)Panu Matilainen1-21/+27
2008-04-15Get rid of string hackery and overflows while rpm -VJindrich Novy1-17/+10
2008-04-07ARGV_t const pendantryPanu Matilainen1-1/+1
2008-03-07Log message adjustmentsPanu Matilainen1-1/+1
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-2/+2
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-6/+6
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-3/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-17Make psm opaque, add minimal methods to cover internal needsPanu Matilainen1-5/+3
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen1-1/+3
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-2/+2
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-2/+2
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-1/+1
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-13Align rpm -V outputPanu Matilainen1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-2/+2
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-1/+1