aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* set version to 0.7.3lxc-0.7.3Daniel Lezcano2010-10-261-1/+1
* update the man page with the net script hookDaniel Lezcano2010-10-261-1/+19
* fix multiple console for a containerDaniel Lezcano2010-10-263-4/+23
* don't play with the capabilities when we are rootDaniel Lezcano2010-10-261-0/+10
* Fix compilation error on fc12Daniel Lezcano2010-10-121-2/+2
* Fix compilation warningDaniel Lezcano2010-10-123-1/+6
* reduce function nameDaniel Lezcano2010-10-121-13/+11
* use popen and redirect script outputDaniel Lezcano2010-10-121-36/+39
* fix Coding StyleDaniel Lezcano2010-10-121-39/+39
* add lxc.network.script.up configuration hookStefan Tomanek2010-10-124-23/+139
* update the lxc.conf man pageDaniel Lezcano2010-10-051-4/+11
* allow to specify a image or a device block as rootfsDaniel Lezcano2010-10-031-91/+132
* add rootfs mount dir variable to pkg-configDaniel Lezcano2010-10-031-0/+1
* Don't display an error in lxc_file_for_each_lineDaniel Lezcano2010-10-031-3/+1
* Use container's proc to setup the utmp watchingDaniel Lezcano2010-10-031-11/+19
* Initialize default mount pointDaniel Lezcano2010-10-031-16/+11
* use the rootfs mount point for the tty'sDaniel Lezcano2010-10-031-1/+4
* use the rootfs mount point for the consoleDaniel Lezcano2010-10-031-2/+3
* mount the rootfs to the mount directory firstDaniel Lezcano2010-10-031-7/+21
* improve lxc-debian template to specify the suiteDaniel Lezcano2010-10-011-8/+10
* Fix linking problems with libcapOzan Caglayan2010-10-011-1/+1
* initialize capabilities in checkpoint and restart commandsCedric Le Goater2010-10-012-0/+6
* configure container architectureDaniel Lezcano2010-09-134-0/+86
* version 0.7.2lxc-0.7.2Daniel Lezcano2010-07-261-1/+1
* avoid compile warning in src/lxc/console.cMichel Normand2010-07-231-1/+1
* Fix bad returned valueDaniel Lezcano2010-07-231-4/+4
* Dont' try to remove a physical nic on errorDaniel Lezcano2010-07-231-1/+1
* fix core dump when using physical interfaceDaniel Lezcano2010-07-231-0/+5
* set rights to lxc-initDaniel Lezcano2010-07-231-2/+7
* fix compilation warningDaniel Lezcano2010-07-231-4/+5
* initialize the capabilties for attach and unshareDaniel Lezcano2010-07-232-0/+9
* fix setuid to attach, create and startDaniel Lezcano2010-07-232-0/+8
* fix lxc.spec fileDaniel Lezcano2010-07-231-0/+9
* keep the name of the physical interfaceDaniel Lezcano2010-07-221-1/+2
* fix inverted network interface creationDaniel Lezcano2010-07-222-2/+7
* provide a script to set uid bit on cliDaniel Lezcano2010-07-203-0/+106
* fix console overwrite any fileDaniel Lezcano2010-07-201-5/+6
* fix log appending to any fileDaniel Lezcano2010-07-201-2/+4
* move the capabilities function to caps.cDaniel Lezcano2010-07-203-23/+27
* initialize capabilities for lxc-start and lxc-executeDaniel Lezcano2010-07-202-1/+8
* add a macro to wrap a privilegied functionDaniel Lezcano2010-07-201-3/+30
* remove/restore effective capabilitiesDaniel Lezcano2010-07-203-2/+171
* Remove dead codeDaniel Lezcano2010-07-191-8/+0
* lxc-init finishes the remaining processes with SIGKILLDaniel Lezcano2010-07-131-5/+31
* lxc-init kills all processes with SIGTERMDaniel Lezcano2010-07-131-2/+12
* generalize the name of the signal handlerFerenc Wagner2010-07-131-5/+5
* forward signals to the container initFerenc Wagner2010-07-131-8/+14
* fix compilation warningDaniel Lezcano2010-07-121-0/+1
* Must unfreeze while stopping containerSukadev Bhattiprolu2010-07-121-2/+8
* Ensure frezer state has changedSukadev Bhattiprolu2010-07-121-7/+43