]> git.proxmox.com Git - mirror_lxc.git/history - src
make lxc_af_unix_open() safely return error on long pathnames
[mirror_lxc.git] / src /
2013-04-22 Dwight Engenmake lxc_af_unix_open() safely return error on long...
2013-04-22 Stéphane Graberpython: Fix get_ips and nesting with lxcpath
2013-04-18 Stéphane Graberpython: Various fixes to the python scripts
2013-04-18 Stéphane Graberpython: Lots of fixes in C extension
2013-04-18 Richard Weinbergerutils: reimplement/fix mkdir_p() (v2)
2013-04-18 Stéphane GraberRevert "start: Detect early failure of the new child"
2013-04-18 Stéphane GraberRevert "utils: reimplement/fix mkdir_p()"
2013-04-18 Richard Weinbergerutils: reimplement/fix mkdir_p()
2013-04-17 Richard Weinbergerstart: Detect early failure of the new child
2013-04-17 Richard Weinbergerinit: Fix whitespace damage
2013-04-17 Richard Weinbergerinit: unnest interrupt_handler
2013-04-16 Dwight Engenquiet gcc 4.4.7 warning about saveptr use before initia...
2013-04-16 Serge Hallynfix spacing
2013-04-16 Serge Hallynmkdir_p: account for '//foo/bar'
2013-04-16 Dwight Engenfix checking hook script exit code
2013-04-16 Dwight Engenfortify: use reentrant safe strtok_r
2013-04-16 Dwight Engenfortify: minor cleanups for unused variables, stricter...
2013-04-16 Dwight Engenfortify: check the value returned from write(2)
2013-04-16 Dwight Engenfix lxc-attach usage
2013-04-15 Serge Hallynfix coverity-found errors.
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 free of alloca()d buffer (found by coverity)
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-15 Serge Hallyngenl.c: fix a resource leak found by coverity
2013-04-15 Serge Hallynlxcapi_create: fix leak of tpath when a container alrea...
2013-04-15 Serge Hallynlxc_monitor: make sure msg.name is null terminated...
2013-04-15 Serge Hallynifdef out skipped startone test code
2013-04-15 Serge Hallynlxccontaienr: fix missing va_end in error case.
2013-04-15 Serge Hallynlxcccontainer: add missing va_end found by coverity
2013-04-12 Serge Hallynaf_unix.c: fix coverity-found bug: pass addr size
2013-04-12 Serge Hallynlxclock: fix coverity-found leak
2013-04-12 Serge Hallynlxclock: indentation
2013-04-11 Serge HallynFix up struct lxc_container locking
2013-04-11 Stéphane Graberpython: Fix memory management
2013-04-10 Dwight Engenoracle template: install additional user specified...
2013-04-10 Wojciech Izykowskilxc-start-ephemeral: fixed bug with wrong ssh option...
2013-04-10 Dwight Engenfix wait status in pid reuse case
2013-04-10 Dwight Engenremove unused lxc_copy_file
2013-04-09 Serge Hallynlxc.functions: don't let LXC_PATH= line end in failure
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-04-01 Stéphane GraberAPI shouldn't be calling create for already defined...
2013-04-01 S.Çağlar OnurMake lxc.functions return the default lxcpath if /etc...
2013-04-01 Serge Hallynlxc-create: require absolute path for non-standard...
2013-04-01 Christian Seilerlxc-attach: Implement --clear-env and --keep-env
2013-04-01 Christian Seilerlxc-shutdown: Make all processes exit before timeout...
2013-03-28 Serge Hallynrcfile shouldn't be recorded in lxc_conf if the attempt...
2013-03-27 Serge Hallynlxc-clone: support 'permanent ephemeral' containers
2013-03-27 Stéphane Graberlxc-start-ephemeral: Implement -n to match manpage
2013-03-27 David WardSet all mounts to MS_SLAVE when starting a container...
2013-03-26 Stéphane GraberFix 'make clean'
2013-03-26 Stéphane GraberEXTRA_DIST: Fix missing files with "make dist"
2013-03-26 Stéphane Graberpython: Fix runtime failure on armhf
2013-03-21 David Wardlxc-attach: Clear environment and set container=lxc
2013-03-19 Christian SeilerProperly handle timeout case in lxc-shutdown
2013-03-19 Dennis SchriddeFix for ia64: Use __clone2 for ia64 in lxc/start.c
2013-03-19 Christian SeilerProperly cleanup network devices if pinning root filesy...
2013-03-19 Dennis SchriddeBuild fix for ia64: Declare __clone2 in lxc/namespace.h
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-14 Stéphane GraberAdd missing config.h includes.
2013-03-14 Serge Hallyncommands.c: sanity check to not write too-long cgroup...
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-13 Serge Hallyncgroups: don't mount under init's cgroup
2013-03-13 Serge Hallyncgroup: try to set clone_children
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-03-11 Stéphane Graberpython: Add get_version to binding
2013-03-11 Stéphane GraberAPI: export lxc_get_version()
2013-03-11 Stéphane Graberpython: Don't hardcode LXCPATH in python module
2013-03-11 Serge Hallynrootfs pin: fix two bugs
2013-03-07 Dwight Engeninclude tests in make dist
2013-03-06 Serge Hallynattach: handle apparmor transitions in !NEWNS cases
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: 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 Serge Hallync api: send lxcpath to destroy command
2013-03-04 Serge Hallync api -> createl: correctly handle 0 template args
2013-03-04 Serge Hallynuserns: handle delayed write errors at fclose
2013-03-04 Serge Hallynaf_unix: make sure to keep useful errno
2013-03-04 Serge Hallynlxc-destroy: add --lxc-path argument
2013-03-04 Christian Seilerlxc_attach: fix break with user namespaces (v3)
2013-03-01 Serge Hallynattach: join apparmor profile
2013-03-01 Stéphane Graberpython api_test: Drop use of @LXCPATH@
2013-03-01 Stéphane Graberlxc-ls: Implement support for nested containers
2013-02-28 Frederic Crozatgive a hint if old cgroup can't be moved
2013-02-22 Jäkel, GuidoA new option '--host' for lxc-ps
2013-02-21 Stéphane Graberpython: Update the python scripts for lxcpath
2013-02-19 Serge Hallynremove redundant, too-early call to clearenv in api_sta...
2013-02-19 Serge Hallynlxc_monitor_open: prepend lxcpath
2013-02-19 Stéphane GraberFix typos identified by lintian
2013-02-19 Stéphane GraberUse AC_SEARCH_LIBS instead of hardcoded lists
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
next