summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-5/+4
* guestfs_find: Fix memory leak of sysrootdir.Richard Jones2009-10-201-0/+1
* New API: find0 (unlimited version of find)Richard Jones2009-10-201-0/+99
* avoid use of all ctype macrosJim Meyering2009-09-245-12/+13
* Flexible guestfs_vmchannel parameter for future appliances.Richard Jones2009-09-221-34/+137
* Rearrange and tidy up code in guestfsd.cRichard Jones2009-09-221-30/+74
* Fix code which looked for leaked FDs between each command.Richard Jones2009-09-172-5/+6
* Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.Richard Jones2009-09-171-57/+21
* Daemon: fix handling of errors from xread and xwrite.Richard Jones2009-09-173-10/+17
* Fix verbose packet dumping functions.Richard Jones2009-09-172-3/+11
* 'len' should be an unsigned 32 bit int.Richard Jones2009-09-171-1/+1
* Add echo_daemon commandMatthew Booth2009-09-142-0/+74
* Ignore some more m4 files.Richard Jones2009-09-091-0/+1
* daemon: diagnose socket write failureJim Meyering2009-08-204-9/+19
* mke2fs: Use e4fsprogs programs if available.Richard W.M. Jones2009-08-191-3/+46
* New 'modprobe' command.Matthew Booth2009-08-182-0/+41
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-182-3/+64
* Ignore manywarnings.m4 / warnings.m4.Richard W.M. Jones2009-08-171-0/+2
* Remove redundant macro.Richard W.M. Jones2009-08-171-2/+0
* indent with spaces, not TABsJim Meyering2009-08-173-19/+19
* daemon: enable -Werror and many gcc warnings when --enable-gcc-warningsJim Meyering2009-08-173-2/+66
* 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
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-178-35/+31
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-154-17/+218
* build: avoid "make sytnax-check" failureJim Meyering2009-08-141-1/+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
* 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-131-4/+0
* do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.Richard Jones2009-08-131-4/+0
* 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: finish adding Dev_or_Path supportJim Meyering2009-08-132-4/+0
* generator.ml: constify do_mkdtempJim Meyering2009-08-131-17/+8
* generator.ml: use new "Pathname" designationJim Meyering2009-08-1342-325/+175
* 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-1313-53/+0
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-133-3/+3