summaryrefslogtreecommitdiffstats
path: root/src/filearch.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-231-6/+1
| | | | | | | This function does 'rm -rf <dir>' for temporary directories, safely working if '<dir>' contains shell meta-characters. Replace existing code for removing directories with this.
* Require PCRE library.Richard W.M. Jones2011-07-251-6/+5
| | | | This library is widely available in distros.
* filearch: Refuse to download initrd if it is huge.Richard W.M. Jones2010-11-131-0/+8
|
* lib: Make pcre, libmagic and hivex libraries optional.Richard Jones2010-11-101-0/+267
This change makes these libraries optional. If they are not available at compile time then certain core API features will be disabled (see below). This also changes PCRE detection to use pkg-config instead of the ad hoc autoconf checks. The large inspect.c file has been split out into separate function-specific files. file-architecture: requires pcre & libmagic inspection: requires pcre & hivex