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