summaryrefslogtreecommitdiff
path: root/lib/verify.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-3/+3
2003-04-02Splint clean.jbj1-0/+3
2003-01-23splint fiddles.jbj1-3/+1
2002-12-311st crack at colored installs.jbj1-0/+1
2002-12-24- permit both relative/absolute paths, display 'P' when verifying.jbj1-0/+2
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-13/+8
2002-08-15- python: explicit method to set transFlags.jbj1-3/+5
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-7/+7
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-1/+4
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-1/+1
2002-08-02- fix: repair --root with --verify (#70527).jbj1-1/+1
2002-07-29- update trpm.jbj1-0/+6