summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* inspect: Check /etc/lsb-release is not too large before calling head on it.Richard W.M. Jones2010-11-181-1/+16
* inspect: Add function to read the first line of a file, with safety checks.Richard W.M. Jones2010-11-181-14/+42
* inspect: Abstract the wrapper that sets up Augeas.Richard W.M. Jones2010-11-181-32/+49
* inspect: Centralize all file downloads through a single function.Richard W.M. Jones2010-11-181-32/+52
* filearch: Refuse to download initrd if it is huge.Richard W.M. Jones2010-11-181-0/+8
* inspect: Refuse to download software hive if it is huge.Richard W.M. Jones2010-11-181-0/+8
* inspect: Refuse to parse /etc/fstab if it is huge.Richard W.M. Jones2010-11-181-0/+8
* Abstract out check_architecture and check_fstab_aug_open functions.Richard W.M. Jones2010-11-181-8/+29
* inspect: Fix error out path if minor_version parsing fails.Richard W.M. Jones2010-11-181-1/+1
* lib: Make some error strings localizable.Richard W.M. Jones2010-11-181-3/+3
* lib: Add match3 function.Richard W.M. Jones2010-11-182-0/+27
* lib: Add safe_asprintf function.Richard W.M. Jones2010-11-182-0/+19
* docs: Add a section on security.Richard W.M. Jones2010-11-181-1/+154
* docs: Rearrange guestfs(3) sections.Richard W.M. Jones2010-11-181-254/+254
* Fix small typo in a comment in src/Makefile.am.Richard W.M. Jones2010-11-181-1/+1
* lib: Make pcre, libmagic and hivex libraries optional.Richard Jones2010-11-186-427/+647
* inspect: win64 regexp was dead code.Richard Jones2010-11-181-2/+0
* lib: Augeas (client side) is not needed by the library.Richard Jones2010-11-181-2/+1
* supermin: If disabled, don't compile in supermin code or check for supermin.Richard W.M. Jones2010-11-181-5/+11
* Include <stdarg.h> in public header.Guido Günther2010-11-051-0/+1
* docs: Clarify no additional error available from guestfs_create.Richard W.M. Jones2010-11-051-0/+6
* docs: Clarify default error handler.Richard W.M. Jones2010-11-051-1/+25
* docs: Error strings are in fact localized, documentation was wrong.Richard W.M. Jones2010-11-051-4/+0
* docs: Clarify, not every function that returns int returns -1 for errors.Richard W.M. Jones2010-11-051-2/+3
* Define internal safe_calloc shorthand.Richard W.M. Jones2010-11-051-0/+1
* inspect: Add support for MeeGo.stable-1.6Richard W.M. Jones2010-11-022-0/+11
* inspect: Add support for Ubuntu.Richard Jones2010-10-292-1/+76
* inspect: Add detection of Gentoo.Richard Jones2010-10-292-0/+11
* inspect: Add detection of Arch Linux.Richard Jones2010-10-292-0/+9
* inspect: Add detection of Pardus.Richard Jones2010-10-292-0/+11
* inspect: Generic parsing of MAJOR.MINOR in product names.Richard Jones2010-10-291-16/+26
* inspect: Generic parsing of release files.Richard Jones2010-10-291-26/+25
* inspect: Ignore Pardus "/.swap" swapfile.Richard W.M. Jones2010-10-291-4/+5
* Ensure atomic creation of a cached applianceMatthew Booth2010-10-281-13/+92
* Call febootstrap-supermin-helper using the new -u and -g optionsMatthew Booth2010-10-281-37/+34
* Log the febootstrap-supermin-helper command lineMatthew Booth2010-10-281-26/+29
* New internal function guestfs___print_timestamped_argvMatthew Booth2010-10-282-24/+25
* New API: inspect-get-windows-systemroot to get systemroot.Richard W.M. Jones2010-10-282-23/+31
* doc: Warn about security implications of running commands.Richard W.M. Jones2010-10-281-0/+16
* appliance: Remove repo from appliance filename (RHBZ#638901).Richard W.M. Jones2010-10-271-2/+2
* inspection: Ignore floppy disks and CD-ROM drives (RHBZ#642929).Richard W.M. Jones2010-10-271-0/+7
* Enable autosync by default.Richard W.M. Jones2010-10-272-0/+4
* /dev/mapper paths should not be returned from C inspection APIs (RHBZ#638899).Richard W.M. Jones2010-10-271-17/+32
* New API: lvm-canonical-lv-name: make LV name canonical.Richard W.M. Jones2010-10-271-1/+1
* Don't use kernel module whitelist with ext2-based appliance.Richard W.M. Jones2010-10-271-6/+0
* Fix networking in the appliance.Matthew Booth2010-10-271-1/+1
* Don't include control characters in BufferIn trace output (RHBZ#646822).Matthew Booth2010-10-262-0/+30
* generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-222-41/+232
* New API: pread-device, partial read for devices.Richard W.M. Jones2010-09-271-1/+1
* New API: pwrite-deviceRichard W.M. Jones2010-09-261-1/+1