]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/attach.c
attach, start: declare PR_{S,G}PR_GET_NO_NEW_PRIVS
[mirror_lxc.git] / src / lxc / attach.c
2016-09-06 Christian Braunerattach, start: declare PR_{S,G}PR_GET_NO_NEW_PRIVS
2016-09-05 Christian Braunerattach: use PR_SET_NO_NEW_PRIVS
2016-09-05 Christian Braunerattach: call lxc_container_new() earlier
2016-07-28 Christian BraunerMerge pull request #1106 from Blub/next
2016-07-28 Christian BraunerMerge pull request #1102 from chenhaiq/master
2016-07-28 ocattach: setns instead of unshare in lxc-attach
2016-02-20 Serge HallynMerge pull request #832 from stgraber/master
2016-02-19 Serge HallynMerge pull request #826 from brauner/2016-02-19/exec_ca...
2016-02-19 Christian Braunercast NULL pointers passed to execl*()
2016-01-30 Stéphane GraberMerge pull request #780 from hallyn/2016-01-29/chown
2016-01-29 Stéphane GraberMerge pull request #777 from hallyn/2016-01-28/cgns1
2016-01-29 Stéphane GraberMerge pull request #740 from kvaidas/master
2016-01-28 Serge Hallyncgroup ns: move the check for whether cgns is supported
2016-01-08 Serge HallynMerge pull request #752 from hallyn/2016-01-04/cgroup.use
2016-01-08 Serge Hallynattach: unshare cgroupns if possible
2015-12-15 Stéphane GraberMerge pull request #719 from liqiu/li-dev2
2015-12-11 Stéphane GraberFix seccomp profile on attach of undefined container
2015-08-28 Stéphane GraberMerge pull request #585 from ptoomey3/lxc-execute-as...
2015-08-13 Stéphane GraberMerge pull request #596 from lazy404/master
2015-08-13 Stéphane GraberMerge pull request #577 from CameronNemo/systemd-instanced
2015-07-22 Stéphane GraberCVE-2015-1334: Don't use the container's /proc during...
2015-06-23 Serge HallynMerge pull request #517 from hkjolhede/master
2015-05-26 Serge Hallynattach: mount a sane prox for LSM setup
2015-04-06 Stéphane GraberMerge pull request #465 from bostjan/bugfix/autostart...
2015-03-30 Stéphane GraberMerge pull request #452 from achton/master
2015-03-17 Stéphane GraberSkip control tty code for non-ttys
2015-03-13 Stéphane GraberMerge pull request #468 from hwoarang/master
2015-03-13 Stéphane GraberAttempt to fix control tty issues on attach
2015-03-10 Stéphane GraberMerge pull request #464 from pymag09/lxccreate
2015-03-10 Stéphane GraberMerge pull request #456 from itoffshore/master
2015-03-10 Stéphane GraberMerge pull request #463 from bostjan/bugfix/lxctop...
2015-03-10 Stéphane GraberMerge pull request #446 from jhenninger/attach_exit
2015-02-20 Johannes Henningerattach: use _exit() instead of exit() in the intermedia...
2015-01-25 hallynMerge pull request #408 from yosida95/patch-1
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2014-12-04 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-10-29 Serge Hallynattach: don't ignore sigint/sigkill if stdin is redirected
2014-10-27 Serge Hallynattach: don't use confstr(_CS_PATH)
2014-09-22 Serge Hallynapparmor: improve behavior when kernel lacks mount...
2014-08-22 S.Çağlar Onurignore SIGKILL (CTRL-C) and SIGQUIT (CTRL-\) - issue...
2014-06-30 hallynMerge pull request #244 from xose/btrfs
2014-06-25 Stéphane Graberattach: Fix querying for the current personality
2014-05-25 Serge Hallynattach: get personality through get_config command
2014-02-25 Stéphane Graberattach: Defined MS_REC and MS_SLAVE if not set
2014-02-25 Serge Hallynalways check whether rootfs is shared
2014-02-17 Stéphane GraberTypo fix
2014-02-17 Serge Hallynattach: try to use the container's seccomp policy
2014-02-15 Stéphane Grabercoverity: Check fcntl return value
2014-02-15 Stéphane Grabercoverity: Check return value of setenv
2014-02-06 Dwight Engensplit cgroup handling into discrete backends
2014-01-31 Serge Hallyncgmanager: support lxc.mount.auto = cgroup
2014-01-31 Serge Hallyncgmanager: implement attach
2014-01-21 Stéphane Graberattach: Support unprivileged containers
2014-01-16 Serge HallynInitial support for cgmanager
2014-01-06 Stéphane GraberRevert "Revert "Use pthread_atfork() to unlock mutexes...
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2014-01-02 Serge HallynRevert "Use pthread_atfork() to unlock mutexes after...
2014-01-01 Andrey MazoUse pthread_atfork() to unlock mutexes after fork()
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-10-18 Dwight Engensupport setting lsm label at exec or immediately
2013-09-25 Dwight Engenrefactor AppArmor into LSM backend, add SELinux support
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-10 Christian Seilercgroup: Major rewrite of cgroup logic
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-19 Christian Seilerattach: Fix minor memory leak in environment variable...
2013-08-19 Stéphane GraberAllow building without confstr
2013-08-19 Stéphane GraberDon't define new_personality when building without...
2013-08-19 Stéphane GraberAdd missing sys/socket.h include
2013-08-19 Stéphane GraberDefine SOCK_CLOEXEC when missing
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-25 Dwight Engenconsolidate missing C library functions into utils.h
2013-05-22 Serge Hallynattach: and cgroup.c: be overly cautious
2013-05-22 Dwight Engenfix getline(3) memory leaks
2013-04-22 Serge Hallynremove needless check for 'line' which cannot be NULl...
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: free result before potentially strduping a...
2013-03-06 Christian Seilerlxc-attach: User namespaces: Use init's user & group...
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-01 Serge Hallynattach: join apparmor profile
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-01-09 Stéphane GraberWorkaround missing functions in other libc
2013-01-09 Stéphane GraberSupport both getline and fgetln
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: Detect which namespaces to attach to dynami...
2012-05-03 David Wardlxc-attach: unify code for attaching a pid to a cgroup
2012-05-03 David Warduse syscall numbers from Linux kernel headers
2012-02-23 Christian SeilerMove lxc_attach from namespace.c to attach.c and rename...
2012-02-23 Christian SeilerAdd attach.[ch]: Helper functions for lxc-attach