summaryrefslogtreecommitdiffstats
path: root/daemon/command.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-6/+9
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Keep Coverity happy by ignoring some return values.Richard W.M. Jones2011-06-091-5/+13
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-181-1/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).Richard Jones2010-05-131-1/+1
* Fix upload losing synchronization if root not mounted (RHBZ#576879).Richard Jones2010-04-171-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-1/+1
* command.c: avoid shadowing a global functionJim Meyering2009-08-171-4/+4
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-6/+6
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-2/+2
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* Return error if allocations fail.Richard Jones2009-08-121-0/+12
* If using SELinux, mount /selinux in the appliance.Richard Jones2009-08-121-2/+8
* Make /sysroot path configurable.Richard Jones2009-07-181-8/+19
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Add 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-0/+16
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-2/+2
* Fix RHBZ#503169 comment 13 (regression) and add a regression test.Richard Jones2009-06-041-4/+7
* Use --rbind rather than --bind for bind mounting /dev (to get /dev/pts).Charles Duffy2009-06-041-3/+3
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-24/+3
* Bind-mount /dev, /proc and /sys into chroot when running commands.Richard Jones2009-04-301-0/+20
* Better handling of trailing \n problem.Richard Jones2009-04-141-4/+4
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-141-0/+101