Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filearch: Refuse to download initrd if it is huge. | Richard W.M. Jones | 2010-11-18 | 1 | -0/+8 |
| | | | | (cherry picked from commit b943d06466724df39b7261ce75e43b0201ed7372) | ||||
* | lib: Make pcre, libmagic and hivex libraries optional. | Richard Jones | 2010-11-18 | 1 | -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 Cherry picked from commit a0b4caa0821b759de01361b7019c9c9c9607027d. |