]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/confile.c
lxc.mount.auto: improve defaults for cgroup and cgroup-full
[mirror_lxc.git] / src / lxc / confile.c
2014-05-06 Christian Seilerlxc.mount.auto: improve defaults for cgroup and cgroup...
2014-04-28 Dwight Engenoutput lxc.arch as i686 for PER_LINUX32
2014-04-28 Dwight Engenallow all iX86 strings for lxc.arch
2014-03-29 Bogdan Purcareataconfig_network_type: set macvlan default mode to private
2014-03-13 Serge Hallynsupport lxc.mount.auto for get_config_item and clear_co...
2014-02-25 Stéphane Graberconfile: Don't crash on invalid id_map
2014-02-17 Serge Hallynsupport get_config_item(lxc.seccomp) and clear_config_i...
2014-02-11 Stéphane Graberconf: Save lxc.network.ipv4 broadcast address
2014-02-04 Stéphane Graberlogging: Add lxc_log_options_no_override function
2014-02-03 Rafal WojdylaFix error message if nodename is too long
2014-01-31 Stéphane GraberImplement lxc.rootfs.options
2014-01-22 Serge Hallyncoverity: free gw when not used
2014-01-20 Robert VogelgesangDon't forget network prefix information
2014-01-13 Dwight Engenfix bug setting autodef in config
2014-01-13 Serge HallynThis change introduce mac address templating.
2014-01-13 Dwight Engenensure all config items are duplicated on clone/write_c...
2014-01-06 Dwight Engenadd lxc.haltsignal for soft shutdown
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-19 Stéphane Graberautostart: Define lxc.start.* and lxc.group
2013-12-17 Dwight Engenmake lxc.network.script.down consistent with lxc.networ...
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-13 Serge Hallynmake 'empty network' the default
2013-12-06 Stéphane Graberconfile: Fix invalid lxc.network.ipv6 address
2013-12-06 Stéphane Graberconffile.c: Also clear text entries with no value
2013-12-02 Serge Hallynconfile.c: clear entries if no value
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-20 Nikola Koturlxc-attach: elevate specific privileges
2013-11-05 Dwight Engenfix leak when a veth.pair name is specified
2013-10-24 Stéphane Graberclang: Fix some simple issues
2013-10-03 Serge Hallynconfile.c: cast size_t to prevent compile failure on 386
2013-09-30 Dwight Engenrefactor string conf items into common function
2013-09-27 Christian SeilerAutomatic mounting: write lxc.mount.auto in write_config
2013-09-27 Christian SeilerAutomatic mounts: improvements for /proc and /sys
2013-09-25 Dwight Engenrefactor AppArmor into LSM backend, add SELinux support
2013-09-12 Christian SeilerSupport for automatic mounting of filesystems
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-05 Serge Hallynintroduce lxc.cap.keep
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-26 Serge Hallynconfig_ipv6: run inet_pton on the addr value without...
2013-08-07 Serge HallynLogging: don't confuse command line and config file...
2013-07-16 Serge Hallynuserns: clear and save id_map (v2)
2013-05-20 Dwight Engenreturn lxc generated name for veth pair
2013-05-16 Serge Hallynlxc: add clone hook.
2013-05-03 Serge Hallynconfile.c:config_network_ipv6_gateway: only define...
2013-05-03 Dwight Engencoverity: fix leak when ipv6 gw is auto
2013-04-15 Serge Hallyncoverity resource leak fixes
2013-04-15 Serge Hallynfix coverity-found resource leaks on error paths.
2013-04-15 Serge Hallynfix coverity-found resource leaks in config_network_ipv6
2013-04-15 Serge Hallynfix resource leak of netdev on error path found by...
2013-04-15 Serge Hallynfix resource leak of utsname in error path found by...
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-28 Serge Hallynrcfile shouldn't be recorded in lxc_conf if the attempt...
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-13 Alexander VladimirovMake /dev/kmsg symlinking optional, add lxc.kmsg option
2013-03-12 Dwight Engenuidmap: fix writing multiple ranges
2013-03-12 Alexander VladimirovAdd lxc.stopsignal config option
2013-03-11 Dwight Engenmake [ug]id map ordering consistent with /proc/<nr...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
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-15 Serge HallynImplement userid mappings (enable user namespaces)
2013-01-15 Christian SeilerMultiple IP addresses: add them in the correct order
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 GraberReplace strdupa call by standard strdup
2013-01-09 Stéphane Graberpersonality.h: Make the personality code optional
2013-01-09 Stéphane GraberAdd/remove extra includes
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-07 Serge Hallyndont save loglevel if it is unset
2012-12-04 Serge Hallynlxc_conf logfile and loglevel support
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-12 Serge HallynSupport individual hook types in clear_config_item
2012-11-12 Dwight Engenfix gcc error: typedef redefinition (against git staging)
2012-11-12 Dwight Engenfix compile without apparmor (against git staging)
2012-11-12 Serge Hallynget_item(utsname): don't dereference utsname if it...
2012-11-12 Stéphane GraberRemove unused "i" variable in lxc_get_item_nic
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-11-12 Serge Hallynconfile: support 'lxc.include' option to include other...
2012-11-12 Serge HallynIntroduce support for seccomp.
2012-10-31 Daniel Lezcanoclearer error message when interface name to long
2012-07-31 Serge Hallynfix typo in confile.c
2012-07-31 Serge HallynIntroduce a first set of container hooks
2012-07-31 Serge HallynIntroduce apparmor support
2012-02-26 Serge Hallynadd lxc.devttydir config variable
2012-02-23 Christian SeilerAdd lxc_config_parse_arch to parse architecture strings
2011-08-30 Matthijs Kooijmanadd autodetection of the gateway address
2011-08-30 Matthijs Kooijman.gateway configuration
2011-08-11 Daniel Lezcanomake undefined personality non-fatal
2011-08-11 Daniel Lezcanofix segfault when an unsupported personality is set
2011-05-13 Daniel Lezcanoignore non-lxc configuration line
2011-03-22 Michael Santosconfile: check allocation succeeds
2011-02-14 Daniel LezcanoSimplify broadcast computation
next