Age | Commit message (Expand) | Author | Files | Lines |
2008-11-26 | Resurrect rpmVerifyScript() | Panu Matilainen | 1 | -14/+21 |
2008-11-14 | Fix capability verification | Panu Matilainen | 1 | -4/+26 |
2008-11-13 | Filter out mtime difference of shared files on verify (rhbz#426672, #444661) | Panu Matilainen | 1 | -2/+5 |
2008-10-30 | Convert in-tree users of rpmfiNew() to use flag names | Panu Matilainen | 1 | -2/+2 |
2008-10-29 | Add proper file capability verification support | Panu Matilainen | 1 | -7/+18 |
2008-10-29 | Don't try to verify capabilities of directories and non-regular files | Panu Matilainen | 1 | -5/+5 |
2008-10-26 | Beginnings of acl (POSIX.1e draft 17) verification support | Panu Matilainen | 1 | -0/+14 |
2008-10-26 | Beginnings of file capability (POSIX.1e draft 15) verification support | Panu Matilainen | 1 | -3/+18 |
2008-07-04 | Stuff rpmio/ugid.[ch] contents to lib/misc.[ch] | Panu Matilainen | 1 | -1/+1 |
2008-06-11 | Enable rpmDoDigest() to pass large file sizes | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | Make rpmVerifyFile() honor rpmfi digest algorithm | Panu Matilainen | 1 | -10/+16 |
2008-04-24 | Make verification with --root reliable (rhbz#434150) | Panu Matilainen | 1 | -21/+27 |
2008-04-15 | Get rid of string hackery and overflows while rpm -V | Jindrich Novy | 1 | -17/+10 |
2008-04-07 | ARGV_t const pendantry | Panu Matilainen | 1 | -1/+1 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_rdev_t type for rdev entries | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 1 | -6/+6 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-03 | Make rpmtag.h standalone, include from rpmtypes.h | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -3/+3 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -0/+1 |
2007-12-17 | Make psm opaque, add minimal methods to cover internal needs | Panu Matilainen | 1 | -5/+3 |
2007-12-15 | Remove bogus const from rpmProblemString() return type | Panu Matilainen | 1 | -1/+3 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -5/+5 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -2/+2 |
2007-12-03 | Use regular POSIX functions instead of "RPC" clones | Panu Matilainen | 1 | -2/+2 |
2007-12-01 | Move hGet*() funcs from rpmts, rename to headerGet*() | Panu Matilainen | 1 | -1/+1 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 1 | -2/+2 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -3/+3 |
2007-11-13 | Align rpm -V output | Panu Matilainen | 1 | -1/+1 |
2007-10-28 | Include "rpmcli.h" instead of <rpmcli.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -2/+2 |
2007-10-19 | Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer | Panu Matilainen | 1 | -1/+1 |
2007-10-18 | Make verifyDependencies() use rpmps iterator interface | Panu Matilainen | 1 | -36/+12 |
2007-10-09 | Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE | Panu Matilainen | 1 | -2/+2 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -2/+2 |
2007-09-17 | ugid.h is private header really | Panu Matilainen | 1 | -2/+2 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -33/+7 |
2007-07-10 | Remove two useless rpmtsSELinuxEnabled() calls. | Panu Matilainen | 1 | -2/+0 |
2007-07-10 | Remove / #ifdef out unused variables as appropriate. | Panu Matilainen | 1 | -1/+0 |
2007-05-23 | More informative error message when lstat() in verification fails. | Panu Matilainen | 1 | -0/+5 |
2007-05-10 | Remove SELinux context verification (#193488) | Paul Nasrat | 1 | -53/+3 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 1 | -13/+1 |
2004-06-08 | Preserve allignment for missing files with --verify. | jbj | 1 | -1/+1 |
2004-01-05 | add --with-selinux, move selinux stubs to system.h. | jbj | 1 | -6/+10 |
2003-12-25 | Add lsetfilecon to install modes. | jbj | 1 | -1/+3 |
2003-12-25 | Verify file contexts from file security context patterns. | jbj | 1 | -6/+54 |