summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18Make verifyDependencies() use rpmps iterator interfacePanu Matilainen1-36/+12
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-2/+2
2007-09-17ugid.h is private header reallyPanu Matilainen1-2/+2
2007-09-11Remove splint tags.Ralf Corsépius1-33/+7
2007-07-10Remove two useless rpmtsSELinuxEnabled() calls.Panu Matilainen1-2/+0
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+0
2007-05-23More informative error message when lstat() in verification fails.Panu Matilainen1-0/+5
2007-05-10Remove SELinux context verification (#193488)Paul Nasrat1-53/+3
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-13/+1
2004-06-08Preserve allignment for missing files with --verify.jbj1-1/+1
2004-01-05add --with-selinux, move selinux stubs to system.h.jbj1-6/+10
2003-12-25Add lsetfilecon to install modes.jbj1-1/+3
2003-12-25Verify file contexts from file security context patterns.jbj1-6/+54