Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Perform full checking of files with -Qkk | Allan McRae | 2012-12-14 |
| | | | | | | | | | | | | The follow fields are checked: Directory: uid, gid, mode File: uid, gid, mode, size, time Symbolic Link: uid, gid, mode, link, time A skeleton is added for checking a files md5sum and sha256sum when reading this information is supported by libarchive. Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Basic running of pacman -Qkk to check mtree files | Allan McRae | 2012-12-14 |
| | | | | | | | | | If a package has an mtree file, using pacman -Qkk will read that file and use it to perform more in depth package checking. Currently this only checks for file presence. Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Separate checking a files existence into a function | Allan McRae | 2012-12-14 |
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Move check function into its own file | Allan McRae | 2012-12-14 |
There is going to be a lot of overlap in the code for the quick and full checks that can be abstracted into their own functions. Also many other file checking functions will be needed for the full check. Put all these in a separate source file. Signed-off-by: Allan McRae <allan@archlinux.org> |