]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/attach.c
refactor AppArmor into LSM backend, add SELinux support
[mirror_lxc.git] / src / lxc / attach.c
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