summaryrefslogtreecommitdiff
path: root/lib/rpmvf.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-4/+9
- Enums are fine for defining the bitfield flags, but the bitfield itself is not an enumeration. Add a separate typedef on "rpmFlags" type (presenting a bitfield of flags) for all of these. Compilers hardly care, but the typedefs give a nice visual clue for us humans using these flags far away from ho^H^H definitions.
2009-03-02Fix documentation and help for the md5 -> filedigest moveJindrich Novy1-2/+4
- add aliases for obsolete {RPM}VERIFY_MD5 flags to not to break API
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-4/+4
- add %verify(nofiledigest) as %verify(nomd5) file attribute alias - reference digests as digests not checksums - make old md5 related symbols obsolete and use newer reference - update man page accordingly
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-3/+5
- add minimal bits and pieces to check for capabilities in files on verify - for now, any capability set is a verification failure as the capability cannot have been set by rpm itself - patch from Andreas Gruenbacher, modified to use libcap instead of raw xattrs for portability
2008-02-05Split non-cli verify bits from rpmcli to separate headerPanu Matilainen1-0/+94