]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_attach.c
ovl_rsync: make sure to umount
[mirror_lxc.git] / src / lxc / lxc_attach.c
2015-08-28 Stéphane GraberMerge pull request #585 from ptoomey3/lxc-execute-as...
2015-08-28 Stéphane GraberMerge pull request #643 from raspberrypython/issue-616
2015-08-27 Stéphane GraberMerge pull request #634 from alkino/config_mount
2015-08-27 Stéphane GraberMerge pull request #638 from schiele/master
2015-08-27 Christian BraunerFix grammar in some of the executables
2015-08-14 Serge HallynMerge pull request #632 from lxc/revert-621-arguments
2015-08-14 Serge HallynRevert "Refactor lxc-snapshot, lxc-clone, make LXC_CLON...
2015-08-14 Serge HallynMerge pull request #621 from brauner/arguments
2015-08-08 Christian BraunerFix grammar in some of the executables
2014-06-30 hallynMerge pull request #244 from xose/btrfs
2014-06-20 Stéphane GraberFix typo in lxc_attach's usage
2014-04-07 Serge Hallynlxc_*.c: don't exit with -1
2014-02-18 Stéphane GraberAdd missing include
2014-02-18 Stéphane Grabercoverity: Try to make it happier with our array handling
2014-02-15 Stéphane Grabercoverity: Silence potential null-deref warning
2014-02-04 Stéphane Graberlogging: Add lxc_log_options_no_override function
2014-01-21 Stéphane Graberattach: Support unprivileged containers
2014-01-20 S.Çağlar Onurhandle unprivileged user calls more gracefully (v3)
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-20 Nikola Koturlxc-attach: elevate specific privileges
2013-10-18 Dwight Engensupport setting lsm label at exec or immediately
2013-10-17 Dmitry Yu Okunevlxc-attach: fixed typo: privleges -> privileges
2013-10-03 Stéphane GraberImprove behaviour for unprivileged users
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-14 Christian Seilerattach: implement remaining options of lxc_attach_set_e...
2013-08-14 Christian Seilerlxc-attach: Completely rework lxc-attach and move to...
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-05-08 Dwight Engenlxc-monitor multiple paths
2013-04-30 Dwight EngenCreate log file in lxcpath for non-system containers
2013-04-25 Christian Seilerlxc_attach: Use clone() instead of second fork()
2013-04-16 Dwight Engenfix lxc-attach usage
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-04-01 Christian Seilerlxc-attach: Implement --clear-env and --keep-env
2013-03-21 David Wardlxc-attach: Clear environment and set container=lxc
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-06 Serge Hallynattach: handle apparmor transitions in !NEWNS cases
2013-03-06 Christian Seilerlxc-attach: User namespaces: Use init's user & group...
2013-03-06 Christian Seilerlxc-attach: Default to /bin/sh if shell cannot be deter...
2013-03-06 Christian Seilerlxc-attach: Try really hard to determine login shell
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-03-04 Christian Seilerlxc_attach: fix break with user namespaces (v3)
2013-03-01 Serge Hallynattach: join apparmor profile
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-01-28 Serge Hallynuse a default per-container logfile
2013-01-23 Stéphane GraberRevert "use a default per-container logfile"
2013-01-22 Serge Hallynuse a default per-container logfile
2013-01-09 Stéphane Graberpersonality.h: Make the personality code optional
2013-01-09 Stéphane GraberReplace get_current_dir_name by getcwd
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-11-12 Christian Seilerlxc-attach: Add -R option to remount /sys and /proc...
2012-11-12 Christian Seilerlxc-attach: Add -s option to select namespaces to attach to
2012-11-12 Christian Seilerlxc-attach: Detect which namespaces to attach to dynami...
2012-11-12 Christian Seilerlxc-attach: Remodel cgroup attach logic and attach...
2012-05-03 David Wardlxc-attach: unify code for attaching a pid to a cgroup
2012-05-03 David Wardlxc-attach: use execvp instead of execve
2012-02-23 Christian Seilerlxc-attach: Drop privileges when attaching to container...
2012-02-23 Christian SeilerMove lxc_attach from namespace.c to attach.c and rename...
2010-07-23 Daniel Lezcanoinitialize the capabilties for attach and unshare
2010-04-29 Michel Normandget_init_pid moved to lxc/commands.c
2010-04-08 Daniel LezcanoFail gracefully with attach
2010-04-08 Daniel Lezcanochange to the same directory when attaching
2010-04-08 Daniel Lezcanofork/exec after attach
2010-03-22 Daniel Lezcanofix lxc-attach returned error
2010-03-22 Daniel Lezcanolxc: enter / exec a command inside a container V2