summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* manually adjust ABS_PATH uses for new semanticsJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-1329-55/+55
* propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_IS_DEVICEJim Meyering2009-08-131-8/+8
* convert the last few, manuallyJim Meyering2009-08-132-2/+2
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-1315-32/+32
* * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.Jim Meyering2009-08-131-3/+3
* generator.ml: define new String-like type: "Device"Jim Meyering2009-08-131-23/+44
* Don't assume grub is on a separate boot filesystemMatthew Booth2009-08-131-2/+54
* add_drive: Don't use cache=off if not supported by underlying filesystem.Richard W.M. Jones2009-08-132-6/+25
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-138-1/+122
* Return error if allocations fail.Richard Jones2009-08-121-0/+12
* Add documentation for SELinux configuration.Richard Jones2009-08-121-4/+42
* Spelling fix: labelled -> labeled.Richard Jones2009-08-121-4/+4
* If using SELinux, mount /selinux in the appliance.Richard Jones2009-08-123-2/+15
* Allow selinux=? kernel flag to be controlled.Richard Jones2009-08-122-5/+49
* fish: don't read freed memoryJim Meyering2009-08-121-4/+4
* doc: improve emacs snippetsJim Meyering2009-08-121-2/+10
* Fix regression test rhbz503169c10.sh.Richard Jones2009-08-121-0/+3
* Add contents of /proc/mounts to the debugging information.Richard Jones2009-08-111-0/+1
* daemon/ls: make do_ll require root, like all the restJim Meyering2009-08-111-7/+10
* build: avoid first-time configure-from-clone failureJim Meyering2009-08-101-0/+3