daemon: Limit label lengths (RHBZ#597118).
[libguestfs.git] / daemon / command.c
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
2010-04-17 Richard JonesFix upload losing synchronization if root not mounted...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-08-17 Jim Meyeringcommand.c: avoid shadowing a global function
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-12 Richard JonesReturn error if allocations fail.
2009-08-12 Richard JonesIf using SELinux, mount /selinux in the appliance.
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-03 Jim Meyeringremove trailing blanks
2009-06-22 Richard JonesAdd 'sh' and 'sh-lines' commands.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-04 Richard JonesFix RHBZ#503169 comment 13 (regression) and add a regre...
2009-06-04 Charles DuffyUse --rbind rather than --bind for bind mounting /dev...
2009-05-12 Richard JonesRefactor line splitting code in the daemon, and fix...
2009-04-30 Richard JonesBind-mount /dev, /proc and /sys into chroot when runnin...
2009-04-14 Richard JonesBetter handling of trailing \n problem.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...