Age | Commit message (Expand) | Author | Files | Lines |
2010-02-25 | Lose now unnecessary progTag from psm | Panu Matilainen | 1 | -1/+1 |
2010-01-21 | Really fix verification error code to not depend on verbosity (RhBug:557101) | Panu Matilainen | 1 | -1/+1 |
2010-01-05 | Move <errno.h> include out of system.h to the places that need it | Panu Matilainen | 1 | -0/+1 |
2010-01-05 | Remove libcap stuff out of system.h | Panu Matilainen | 1 | -0/+3 |
2010-01-05 | Move libacl.h include out of system.h to the only place that cares | Panu Matilainen | 1 | -0/+4 |
2010-01-04 | Require lchown() and remove ancient broken chown kludgery | Panu Matilainen | 1 | -3/+0 |
2009-09-21 | Rip out dependency caching | Panu Matilainen | 1 | -4/+0 |
2009-09-07 | Eliminate bunch of unused variables | Panu Matilainen | 1 | -2/+1 |
2009-09-02 | Eliminate uses of headerNVR() and friends in librpm (and python) code | Panu Matilainen | 1 | -1/+1 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts code | Panu Matilainen | 1 | -4/+4 |
2009-07-08 | Make verify result not depend on verbosity level, uff... (RhBug:510213) | Panu Matilainen | 1 | -1/+1 |
2009-07-01 | Band-aid to dependency caching misbehaving with chrooted verify (RhBug:508074) | Panu Matilainen | 1 | -0/+5 |
2009-06-16 | Eliminate epoch promotion debug cruft | Panu Matilainen | 1 | -4/+0 |
2009-02-27 | Add md5->filedigest aliases (rhbz#487597) | Jindrich Novy | 1 | -13/+13 |
2009-02-05 | rpmfi is only needed by verifyHeader(), push it there | Panu Matilainen | 1 | -33/+25 |
2009-01-15 | Add extra parameter to rpmteClose() to control fi behavior | Panu Matilainen | 1 | -1/+1 |
2008-12-19 | Eliminate file info set argument to rpmpsmNew() | Panu Matilainen | 1 | -1/+1 |
2008-12-19 | Optionally reload ts element file info in rpmteOpen(), free in close | Panu Matilainen | 1 | -1/+1 |
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 |