Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require PCRE library. | Richard W.M. Jones | 2011-07-26 | 1 | -4/+2 |
| | | | | | This library is widely available in distros. (cherry picked from commit 41cd0e302d6554facd6b9f7daaa78304361efaef) | ||||
* | inspect: Abstract out db_dump code for listing RPM applications. | Richard W.M. Jones | 2011-04-14 | 1 | -0/+220 |
There are two changes here: (1) The code for listing RPM applications ran db_dump and parsed the output. We abstract out that parsing code into a separate reusable module (src/dbdump.c). (2) The old db_dump parsing code used db_dump -p (printable) format. Instead use db_dump -k (hex) format so we can read binary fields. |