maint: use EXIT_* symbol (not constant, 2) to indicate key/path not found
[libguestfs.git] / daemon /
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-20 Jim Meyeringmaint: remove unnecessary include of openat.h
2009-11-20 Richard Jonesbuild: update gnulib submodule to latest
2009-11-20 Richard Jonesdaemon/gnulib: Include glob module.
2009-11-20 Richard Jonesdaemon/Win32: Don't include missing headers.
2009-11-20 Richard Jonesdaemon/Win32: make some functions and fields optional.
2009-11-20 Richard Jonesdaemon/Win32: NAME_MAX does not exist on Windows, use...
2009-11-20 Richard Jonesdaemon: Missing #includes revealed by cross-compiling.
2009-11-20 Richard Jonesdaemon/Win32: Ignore mingw32-config.cache.
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-18 Richard Jonesdaemon/RHEL: Choose correct udev settle script.
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-10 Richard JonesFix compilation when Augeas is not present.
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 2
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-11-09 Jim Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
2009-11-09 Jim Meyeringindent with spaces, not TABs
2009-11-09 Richard Jonesappliance: Enhance mkfs to support many more filesystem...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-11-09 Richard W.M. Jonesdaemon: Always reflect command stderr to stderr when...
2009-11-09 Richard W.M. Jonesdaemon: Add flags argument to command*() functions.
2009-11-04 Richard Jonesdaemon: Build daemon with AC_SYS_LARGEFILE.
2009-11-04 Richard Jonesdaemon: When running external commands, open stdin...
2009-11-02 Richard JonesNew API call: pread
2009-11-02 Richard JonesNew API calls: lstatlist, lxattrlist, readlinklist.
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-11-02 Richard Jonesdaemon: Don't warn on -Wunsafe-loop-optimizations.
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-10-26 Richard Jonesdaemon: Change chdir to use openat/fdopendir.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-10-20 Richard JonesTab to space fixes, now passes 'make syntax-check'
2009-10-20 Richard Jonesguestfs_find: Fix memory leak of sysrootdir.
2009-10-20 Richard JonesNew API: find0 (unlimited version of find)
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-22 Richard JonesFlexible guestfs_vmchannel parameter for future appliances.
2009-09-22 Richard JonesRearrange and tidy up code in guestfsd.c
2009-09-17 Richard JonesFix code which looked for leaked FDs between each command.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesDaemon: fix handling of errors from xread and xwrite.
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-17 Richard Jones'len' should be an unsigned 32 bit int.
2009-09-14 Matthew BoothAdd echo_daemon command
2009-09-09 Richard JonesIgnore some more m4 files.
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-19 Richard W.M. Jonesmke2fs: Use e4fsprogs programs if available.
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Richard W.M. JonesIgnore manywarnings.m4 / warnings.m4.
2009-08-17 Richard W.M. JonesRemove redundant macro.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-17 Jim Meyeringxattr.c: avoid warning about comparison between signed...
2009-08-17 Jim Meyeringguestfsd: don't ignore failed write-to-socket
2009-08-17 Jim Meyeringdaemon.h: avoid warning about possible noreturn function
2009-08-17 Jim Meyeringsfdisk.c, fallocate.c: use a string literal as format
2009-08-17 Jim Meyeringwc, blockdev: avoid warnings about discarding "const...
2009-08-17 Jim Meyeringdaemon/zero: don't ignore write and close errors
2009-08-17 Jim Meyeringguestfsd.c: don't perform arithmetic on void pointers
2009-08-17 Jim Meyeringcommand.c: avoid shadowing a global function
2009-08-17 Jim Meyeringavoid warning about old-style no-param function definition
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-15 Richard W.M. JonesNew commands: mkfs-b, mke2journal*, mke2fs-J*
2009-08-14 Jim Meyeringbuild: avoid "make sytnax-check" failure
2009-08-13 Richard Jonesappliance: Replace LANG=C with LC_ALL=C
2009-08-13 Richard Jonesumount: Enable device name translation for device param...
2009-08-13 Richard Jonesmount: Check mountpoints are absolute paths.
2009-08-13 Richard Jonesselinux: Don't fail if libselinux is not found.
2009-08-13 Richard JonesIn rmmountpoint, have to explicitly check for ABS_PATH...
2009-08-13 Richard Jonesinotify-add-watch does not need to explicitly check...
2009-08-13 Richard Jonescp/cp-a/mv parameters marked as Pathname.
2009-08-13 Richard Jonesdo_equal does not need to explicitly check for NEED_ROO...
2009-08-13 Jim Meyeringsfdisk: guard against buffer overflow
2009-08-13 Jim Meyeringdo_umount: don't use RESOLVE_DEVICE anymore
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: constify do_mkdtemp
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringfix daemon.h's use of NEED_ROOT-in-#define
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
2009-08-13 Jim Meyerings/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
2009-08-13 Jim Meyeringguestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in...
2009-08-13 Jim Meyeringmanually adjust ABS_PATH uses for new semantics
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-08-13 Jim Meyeringpropagate semantic changes to NEED_ROOT, NEED_ROOT_OR_I...
2009-08-13 Jim Meyeringconvert the last few, manually
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-08-13 Jim Meyering* daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.
2009-08-13 Richard JonesAdd 'setcon', 'getcon' commands to set and get the...
2009-08-12 Richard JonesReturn error if allocations fail.
2009-08-12 Richard JonesIf using SELinux, mount /selinux in the appliance.
2009-08-11 Jim Meyeringdaemon/ls: make do_ll require root, like all the rest
2009-08-10 Jim Meyeringbuild: enable automake's silent rules option
2009-08-10 Jim Meyeringbuild: daemon/do_debug: parameters aren't always unused
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/inotify.c
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/guestfsd.c
next