summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xattr.c: avoid warning about comparison between signed and unsignedJim Meyering2009-08-171-4/+6
* guestfsd: don't ignore failed write-to-socketJim Meyering2009-08-171-1/+1
* daemon.h: avoid warning about possible noreturn functionJim Meyering2009-08-171-1/+1
* sfdisk.c, fallocate.c: use a string literal as formatJim Meyering2009-08-172-3/+3
* wc, blockdev: avoid warnings about discarding "const" qualifiersJim Meyering2009-08-172-2/+2
* daemon/zero: don't ignore write and close errorsJim Meyering2009-08-171-4/+14
* guestfsd.c: don't perform arithmetic on void pointersJim Meyering2009-08-171-2/+4
* command.c: avoid shadowing a global functionJim Meyering2009-08-171-4/+4
* avoid warning about old-style no-param function definitionJim Meyering2009-08-172-3/+3
* generator.ml: emit slightly prettier codeJim Meyering2009-08-171-3/+3
* python: avoid "_POSIX_C_SOURCE" redefinition warningJim Meyering2009-08-171-2/+2
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-1711-88/+97
* test-tool: Recognize '-t timeout' as an option.Richard Jones2009-08-161-1/+1
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-157-18/+304
* generator: Generate the UUIDs for tests randomly.Richard W.M. Jones2009-08-151-18/+34
* Merge branch '226-elide'Jim Meyering2009-08-141-12/+82
|\
| * generator.ml: don't emit unused functionsJim Meyering2009-08-141-1/+9
| * generator.ml: factor out a functionJim Meyering2009-08-141-12/+16
| * Work out which RStruct/RStructList structs are really used, and how.Richard W.M. Jones2009-08-141-0/+58
* | build: avoid "make sytnax-check" failureJim Meyering2009-08-141-1/+1
|/
* guestfish: Add --selinux option.Richard Jones2009-08-132-5/+14
* Version 1.0.67.1.0.67Richard Jones2009-08-133-721/+759
* tests: increase likelihood that heap abuse triggers failureJim Meyering2009-08-131-0/+3
* appliance: Remove /usr/sbin/tcpd - it's unreadable on RHEL 5.4.Richard Jones2009-08-131-0/+1
* appliance: Replace LANG=C with LC_ALL=CRichard Jones2009-08-131-1/+1
* umount: Enable device name translation for device parameter.Richard Jones2009-08-131-3/+8
* mount: Check mountpoints are absolute paths.Richard Jones2009-08-131-0/+2
* selinux: Don't fail if libselinux is not found.Richard Jones2009-08-131-7/+3
* Misc parameters which are String but should be Pathname.Richard Jones2009-08-131-9/+9
* In rmmountpoint, have to explicitly check for ABS_PATH (*not* NEED_ROOT).Richard Jones2009-08-131-0/+3
* inotify-add-watch does not need to explicitly check for ABS_PATH.Richard Jones2009-08-131-1/+0
* cp/cp-a/mv parameters marked as Pathname.Richard Jones2009-08-132-7/+3
* do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.Richard Jones2009-08-131-4/+0
* generator.ml: convert leading TABs to spacesJim Meyering2009-08-131-4/+4
* sfdisk: guard against buffer overflowJim Meyering2009-08-131-2/+15
* do_umount: don't use RESOLVE_DEVICE anymoreJim Meyering2009-08-131-13/+9
* generator.ml: factor out "pr_args n" functionJim Meyering2009-08-131-4/+7
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-133-35/+35
* generator.ml: add type: Dev_or_PathJim Meyering2009-08-131-2/+3
* generator.ml: constify do_mkdtempJim Meyering2009-08-132-21/+10
* generator.ml: move String/Device decls "down" to definitionJim Meyering2009-08-131-5/+5
* generator.ml: use new "Pathname" designationJim Meyering2009-08-1343-339/+206
* generator.ml: new type, "Pathname"Jim Meyering2009-08-131-93/+111
* generator.ml: emit "const char *" for Device and String paramsJim Meyering2009-08-131-7/+5
* fix daemon.h's use of NEED_ROOT-in-#defineJim Meyering2009-08-131-1/+1
* update all NEED_ROOT usesJim Meyering2009-08-1332-57/+57
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-1314-96/+43
* update generator to emit each RESOLVE_DEVICE callJim Meyering2009-08-131-7/+7
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-133-3/+3
* guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another commentJim Meyering2009-08-131-1/+1