]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/conf.c
make lxc_af_unix_open() safely return error on long pathnames
[mirror_lxc.git] / src / lxc / conf.c
2013-04-16 Dwight Engenquiet gcc 4.4.7 warning about saveptr use before initia...
2013-04-16 Dwight Engenfix checking hook script exit code
2013-04-16 Dwight Engenfortify: use reentrant safe strtok_r
2013-04-15 Serge Hallynfix coverity-found errors.
2013-04-15 Serge Hallyncoverity resource leak fixes
2013-04-15 Serge Hallynfix free of alloca()d buffer (found by coverity)
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-27 David WardSet all mounts to MS_SLAVE when starting a container...
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-13 Serge Hallynlxc_id_mapping: don't try to write mappings if there...
2013-03-13 Serge Hallyndefault kmsg symlinking to on, and document lxc.kmsg
2013-03-13 Alexander VladimirovMake /dev/kmsg symlinking optional, add lxc.kmsg option
2013-03-12 Dwight Engenuidmap: fix writing multiple ranges
2013-03-11 Dwight Engenmake [ug]id map ordering consistent with /proc/<nr...
2013-03-11 Serge Hallynrootfs pin: fix two bugs
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-03-04 Serge Hallynuserns: handle delayed write errors at fclose
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-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-01-28 Serge Hallynsetup_mount_entries: ignore mount failure if 'optional'
2013-01-15 Stéphane Graberconf.c: Cast st_uid and st_gid to int
2013-01-15 Serge HallynImplement userid mappings (enable user namespaces)
2013-01-15 Serge Hallynsetup cgroups from parent
2013-01-14 Michael H. WarfieldMAKEDEV call, add autodev hooks, add environment variab...
2013-01-14 Serge Hallynremove logfile and loglevel from struct lxc_conf
2013-01-09 Stéphane GraberDon't call setup_mount_entries if the list is empty
2013-01-09 Stéphane Graberconf.c: Cleanup __S_ISTYPE
2013-01-09 Stéphane GraberAdd local implementation of mntent.h
2013-01-09 Stéphane GraberWorkaround missing functions in other libc
2013-01-09 Stéphane Graberpersonality.h: Make the personality code optional
2013-01-09 Stéphane GraberDon't hard depend on capability.h and libcap
2013-01-09 Stéphane Grabertty.h: Ship our own minimal openpty.h
2013-01-09 Stéphane Graberconf.c: Define LO_FLAGS_AUTOCLEAR if it's not
2013-01-08 Alexander VladimirovSet umask before populating /dev and restore it after.
2013-01-02 Dwight Engenseparate console device from console log
2012-12-25 Natanael Copadefine MS_SHARED if needed
2012-12-20 Serge HallynSupport MS_SHARED /
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-11 Dwight EngenDon't attempt to symlink kmsg without rootfs->path
2012-12-11 Serge Hallynsupport new libseccomp api
2012-12-11 Serge Hallynseccomp: free conf->seccomp (filename char *)
2012-12-05 Dwight EngenUse LXCPATH and LOCALSTATEDIR instead of hardcoded...
2012-12-04 Serge Hallynrename physical nics at shutdown
2012-12-04 Serge Hallynlxc_conf logfile and loglevel support
2012-11-30 Serge Hallyncheck and warn of return value from fchdir
2012-11-29 Serge HallynDescription: run MAKEDEV console when doing lxc.autodev
2012-11-27 Dwight EngenMake config api items const
2012-11-26 Dwight EngenFree allocated configuration memory
2012-11-26 Dwight EngenFix use of list item memory after free
2012-11-26 Serge HallynAdd lxc.autodev
2012-11-14 Serge Hallyndont fail on failure to link kmsg
2012-11-13 Serge Hallynswitch use of #define with static char*
2012-11-13 Serge HallynRevert "Fix check against LXCROOTFSMOUNT to use strcmp"
2012-11-12 Stéphane GraberFix check against LXCROOTFSMOUNT to use strcmp
2012-11-12 Serge HallynSupport individual hook types in clear_config_item
2012-11-12 Dwight Engenfix compile without apparmor (against git staging)
2012-11-12 Serge HallynAdd lxc_conf_free()
2012-11-12 Serge Hallynreplace HOOK define with proper code.
2012-11-12 Stéphane GraberChange lxc_remove_nic from returning int to void
2012-11-12 Serge HallynAdd lxc.hook.pre-mount
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.
2012-11-12 Jan KiszkaAdd network-down script
2012-10-31 Daniel LezcanoMerge branch 'upstream-bugfix' of https://github.com...
2012-10-25 Serge Hallynreplace HOOK define with proper code.
2012-10-25 Serge Hallynlink /dev/kmsg to /dev/console in the container
2012-10-25 Serge Hallynlog errno when pclose fails
2012-10-25 Stéphane GraberAdd missing include for apparmor.h in conf.c
2012-10-25 Stéphane GraberMake lxc-execute without rootfs work.
2012-07-31 Serge Hallynuse lxc_putold as pivot_dir put dir, not mnt
2012-07-31 Serge Hallyndon't try to pin a null rootfs.
2012-07-31 Serge Hallynswitch all sprintfs which can overrun to snprintfs
2012-07-31 Serge Hallyntemplates: use relative paths when creating containers
2012-07-31 Serge HallynIntroduce a first set of container hooks
2012-07-31 Serge HallynIntroduce apparmor support
2012-07-31 Serge Hallynpin container's rootfs to prevent read-only remount
2012-02-26 Serge Hallynadd lxc.devttydir config variable
2012-02-23 Christian SeilerAccept numeric values for capabilities to drop
2012-02-23 Christian SeilerAdd CAP_SYSLOG and CAP_WAKE_ALARM to list of capabilities
2012-01-05 Daniel LezcanoFix network cleanup on error
2012-01-05 Daniel Lezcanofix indentation of the previous patch
2012-01-05 Christian SeilerSet high byte of mac addresses for host veth devices...
2011-08-30 Matthijs Kooijmanadd autodetection of the gateway address
2011-08-30 Matthijs Kooijman.gateway configuration
2011-06-25 Serge Hallynprint netdev name, not link, after moving dev into...
2011-05-23 Sven WegenerCheck for existing ptmx symlink
2011-05-23 Sven WegenerAdd relatime and strictatime mount options
2011-03-22 Michael Santosconf: increase buffer size to include spaces
2011-03-14 Daniel Lezcanofix mount path
2011-03-07 Daniel Lezcanorename physical device to the original name
2011-03-07 Daniel Lezcanofactor out networking configuration code
2011-02-02 Daniel Lezcanofix empty network configuration
2011-01-17 David WardOnly bring up network interface if IFF_UP is set
2011-01-17 Daniel Lezcanoset veth host's side always up
2011-01-16 Joerg GollnickFix mntflags initialization
2011-01-13 Daniel Lezcanosubstitute the absolute rootfs mount path
2011-01-13 Daniel Lezcanoencapsulate mount point code
next