aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix-automake-1.13Jon Nordby2012-02-231-1/+1
* lxc-attach: Drop privileges when attaching to container unless requested othe...Christian Seiler2012-02-231-13/+102
* Move lxc_attach from namespace.c to attach.c and rename it to lxc_attach_to_nsChristian Seiler2012-02-235-50/+38
* Add attach.[ch]: Helper functions for lxc-attachChristian Seiler2012-02-233-1/+295
* Add lxc_config_parse_arch to parse architecture stringsChristian Seiler2012-02-232-23/+32
* cgroup: Make cgroup_attach a public functionChristian Seiler2012-02-232-2/+3
* Enable get_cgroup_mount to search for mount points satisfying multiple subsys...Christian Seiler2012-02-231-1/+30
* Add missing double-include #ifndef/#define/#endif to confile.hChristian Seiler2012-02-231-0/+5
* Add missing 'extern' keyword to functions defined in cgroup.hChristian Seiler2012-02-231-5/+5
* Accept numeric values for capabilities to dropChristian Seiler2012-02-231-0/+17
* Add CAP_SYSLOG and CAP_WAKE_ALARM to list of capabilitiesChristian Seiler2012-02-231-0/+6
* Add function to determine CAP_LAST_CAP of the current kernel dynamicallyChristian Seiler2012-02-232-0/+48
* correctly install signal handler for lxc-initJian Xiao2012-02-231-3/+19
* remove redundent LXC_TTY_HANDLERJian Xiao2012-02-232-36/+2
* limit rm to rootfs, avoiding nuking of any bind mounts fromandrea rota2012-01-051-1/+1
* lxc: line buffered output for lxc-monitorGreg Kurz2012-01-051-0/+2
* Fix ia64 cloneDaniel Lezcano2012-01-051-2/+2
* Fix network cleanup on errorDaniel Lezcano2012-01-052-6/+11
* give explicit error when the cgroup are not foundDaniel Lezcano2012-01-051-1/+7
* fix indentation of the previous patchDaniel Lezcano2012-01-051-3/+8
* Set high byte of mac addresses for host veth devices to 0xfeChristian Seiler2012-01-051-0/+40
* Revert "lxc: use -iquote instead of -I"Daniel Lezcano2011-11-181-6/+1
* lxc: use -iquote instead of -IGreg Kurz2011-11-101-1/+6
* lxc: fix erroneous includesGreg Kurz2011-11-108-12/+19
* fix lxc-destroyDaniel Lezcano2011-11-101-0/+1
* extend the struct lxc_argumentsCedric Le Goater2011-10-242-0/+4
* lxc: introduce lxc_execute()Greg Kurz2011-10-246-46/+107
* handle kernel 3.x in lxc-checkconfigFrederic Crozat2011-10-241-4/+13
* Don't list containers w/ active console sessions multiple timesRainer Weikusat2011-10-241-1/+1
* Accurately detect whether a system supports clone_childrenSerge E. Hallyn2011-10-241-1/+6
* Let sshd template work on ubuntu systems.Serge E. Hallyn2011-10-241-2/+3
* lxc-clone: fix dhclient.conf send hostname commandSerge E. Hallyn2011-10-241-1/+1
* fix more broken paths in lxc-*.in scriptsGreg Kurz2011-10-242-0/+2
* fix broken lxc-*.in scriptsGreg Kurz2011-09-203-2/+7
* only warn for inherited file descriptorsGreg Kurz2011-09-131-17/+3
* fixes for rpmbuildGreg Kurz2011-09-131-2/+8
* if after freezing the container the snapshot/rsync fails, unfreeze before exi...InformatiQ2011-08-311-2/+12
* *add the new opts to help() *set container_running=falseInformatiQ2011-08-311-2/+4
* * allow cloning of non-snapshot lvm devicesInformatiQ2011-08-311-22/+74
* add autodetection of the gateway addressMatthijs Kooijman2011-08-306-10/+257
* .gateway configurationMatthijs Kooijman2011-08-305-0/+189
* Don't log an error when the container is stoppedDaniel Lezcano2011-08-301-3/+1
* make undefined personality non-fatalDaniel Lezcano2011-08-121-2/+4
* fix segfault when an unsupported personality is setDaniel Lezcano2011-08-121-1/+2
* fix setns parameterDaniel Lezcano2011-08-111-3/+3
* lxc-ps : fix the container name searchDaniel Lezcano2011-08-111-6/+3
* add container init pid with the lxc-info commandDaniel Lezcano2011-08-111-10/+35
* lxc-checkconfig takes into account cgroup.clone_childrenDaniel Lezcano2011-08-091-1/+10
* Silence lxc-unshare warning when removing cgroupSerge E. Hallyn2011-08-093-5/+15
* make lxc-netstat work when /etc/mtab is not /proc/mountsSerge E. Hallyn2011-08-091-0/+10