Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pclose: Fix other places where we only tested pclose == -1. | Richard W.M. Jones | 2011-09-16 | 1 | -1/+1 |
| | | | | | pclose can return > 0 when the status of the command was non-zero. (cherry picked from commit 631faad97171d7c1238b2e413c663cf61476f440) | ||||
* | inspect: Abstract out db_dump code for listing RPM applications. | Richard W.M. Jones | 2011-04-18 | 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. (cherry picked from commit a986e8dadb0c70634f6d1d89dd3e7bb5d9af3078) |