]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-05-10  Christian Braunerconfile: convert AppArmor and SELinux confile parsing... 3835/head
2021-05-10  Christian Braunertests: fix lxc-test-arch-parse for make dist
2021-05-10  Christian Braunertests: add tests for supported architectures
2021-05-10  Christian Braunerconfile: re-add aarch64 architecture
2021-05-10  Jeff CookReflow ZFS check to follow the style of the overlayfs...
2021-05-10  Jeff CookSkip rootfs pinning for ZFS roots.
2021-05-08  Christian Braunerdoc: document new idmap= option for lxc.rootfs.options
2021-05-06  Christian Braunerconf: handle kernels with CAP_SETFCAP
2021-05-04  Stéphane GraberRelease LXC 4.0.9 lxc-4.0.9
2021-05-04  Christian Braunerattach: introduce explicit personality macro
2021-05-04  Christian Braunerconf: add personality_t
2021-05-04  Christian Braunerattach_options: unbreak header
2021-05-04  Christian Braunerconf: rework lxc_config_parse_arch()
2021-05-04  Christian Braunerconf: tweak setup_personality()
2021-05-04  Christian Braunertree-wide: make personality codepaths unconditional
2021-05-04  Christian Braunersyscalls: wrap personality syscall if undefined
2021-05-04  Christian Braunercommands: log at debug not info level when receiving...
2021-05-04  Christian Braunerconfile: make per_name struct static
2021-05-04  Evgeny Vereshchaginstring_utils: get around GCC-11 false positives
2021-05-04  Evgeny Vereshchagingithub: also pass the j option to make
2021-05-04  Evgeny Vereshchagingithub: remove the dh-* packages
2021-05-04  Stéphane Grabergithub: Run apt-get update in sanitizer test
2021-05-04  Aaron Thompsonconf: fix console chmod error log messages
2021-05-04  Evgeny Vereshchaginoss-fuzz: always turn off logging on OSS-Fuzz
2021-04-30  Stéphane GraberRelease LXC 4.0.8 lxc-4.0.8
2021-04-30  Christian Braunercgroups: fix fallback attach codepath
2021-04-30  Christian Braunerstorage: fix dup_cloexec() call
2021-04-29  Stéphane GraberRelease LXC 4.0.7 lxc-4.0.7
2021-04-29  Christian Braunerapi-extensions: add entry for idmapped_mounts
2021-04-29  Christian Braunerstorage/dir: cleanup mount code
2021-04-29  Christian Braunerstorage/dir: remove error handling down
2021-04-29  Christian Braunerstorage/dir: source can't be empty
2021-04-29  Christian Braunerstorage/dir: use "source" and "target" as terms
2021-04-29  Christian Braunerstorage/dir: retrieve proper source path later
2021-04-29  Christian Braunerstorage/dir: use clear error messages
2021-04-29  Christian Braunerstorage/dir: bdev->dest can't be empty
2021-04-29  Christian Braunerdir: use mnt_opts->data instead of mntdata
2021-04-29  Evgeny Vereshchaginbuild-system: turn off lto=thin when building the fuzzers
2021-04-29  Evgeny Vereshchagintests: run the fuzzers along with the other tests
2021-04-29  Evgeny Vereshchaginlog: create log files in "fuzzing" mode if it's called...
2021-04-29  Evgeny Vereshchaginci: switch to --enable-fuzzers
2021-04-29  Evgeny Vereshchaginbuild-system: add --enable-fuzzers
2021-04-29  Christian Braunerconf: improve idmapped mounts support
2021-04-29  Christian Braunerconf: s/lxc_rootfs_prepare/lxc_rootfs_init/g
2021-04-29  Christian Braunerconf: move all mount options into struct lxc_mount_options
2021-04-29  Christian Braunerconf: stash lxc_storage into lxc_rootfs and bind to...
2021-04-29  Christian Braunerconfigure: fix function detection
2021-04-29  Christian Braunerdir: fix rootfs mounting
2021-04-23  Christian Braunerconf: don't overrun dest buffer in parse_lxc_mntopts()
2021-04-23  Christian Braunerconf: better naming
2021-04-23  Christian Braunergetsubopt: use correct include
2021-04-23  Christian BraunerMakefile: fix strchrnul() inclusion
2021-04-23  Christian Braunerconf: include strchrnul for platforms that don't support it
2021-04-23  Christian Braunerstrchrnul: include header
2021-04-23  Christian Braunerconf: don't allow idmapped lxc.mount.{entry,fstab}...
2021-04-23  Christian Braunerconf: tweak parse_lxc_mntopts()
2021-04-23  Christian Braunerapparmor: handle on-exec
2021-04-23  Christian Braunerattach: use correct lxc_namespace_t type
2021-04-23  Christian Braunerattach: visually separate pids from fds during initaliz...
2021-04-23  Christian Braunerconf: verify that the rootfs can support idmapped mounts
2021-04-23  Christian Braunerstart: documented idmapped mounts
2021-04-23  Christian Braunermount_utils: add two detached mount helpers
2021-04-23  Christian Braunerconf: support idmapping directories
2021-04-23  Christian Braunermount_utils: add helper to determine whether new mount...
2021-04-23  Christian Braunerstorage: keep a reference to lxc_rootfs in lxc_storage
2021-04-23  Christian Braunermount_utils: add support for mount_setattr() syscall
2021-04-23  Christian Braunerconfile: parse idmap=<path> mount option for rootfs
2021-04-23  Christian Braunerconf: add first, trivial support for idmapped mounts
2021-04-23  Christian Braunerconf: rework lxc specific mount option parsing
2021-04-23  Evgeny Vereshchaginseccomp: init and destroy notifier.cookie
2021-04-21  Evgeny Vereshchaginautoconf: stop passing -fsanitize=address via AM_LDFLAGS
2021-04-21  Evgeny Vereshchaginci: get rid of the -static-libasan stopgap
2021-04-21  Evgeny Vereshchaginbuild-system: stop building init.lxc.static with sanitizers
2021-04-21  Evgeny Vereshchaginautoconf: add AC_LANG_SOURCE to CC_CHECK_LDFLAGS
2021-04-21  Evgeny Vereshchaginci: make use of --enable-sanitizers instead of CFLAGS
2021-04-21  Evgeny Vereshchagintests: free the buffer filled by lxc_cmd_rsp_recv
2021-04-21  Evgeny VereshchaginRevert "ci: get around https://github.com/lxc/lxc/issue...
2021-04-21  Evgeny Vereshchaginci: build with -Wall -Werror
2021-04-21  Evgeny Vereshchaginci: turn on strict_string_checks
2021-04-21  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3796
2021-04-21  Evgeny Vereshchaginci: prevent lxc-exercise from running indefinitely
2021-04-21  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3788
2021-04-21  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3798
2021-04-21  Evgeny Vereshchaginci: switch to lxc-exercise from the lxc-ci repository
2021-04-21  Evgeny Vereshchaginci: link lib[au]san with init.lxc.static statically
2021-04-21  Evgeny Vereshchaginci: an attempt to run the tests under ASan/UBsan
2021-04-21  Evgeny Vereshchaginapparmor: turn bytes into null-terminated strings befor...
2021-04-18  Christian Braunercommands: don't needlessly allocate
2021-04-18  Christian Braunerprocess_utils: free stack after return
2021-04-18  Christian Braunerconfigure: fix sanitizer compilation
2021-04-18  Christian Braunererror_utils: add missing macro.h include
2021-04-18  Evgeny Vereshchagintests: pass on ASAN/UBSAN options to several tests
2021-04-18  Evgeny Vereshchagintests: stop cutting off right square brackets in share_ns
2021-04-18  Evgeny Vereshchagintests: switch to the "busybox" template in lxc-test...
2021-04-15  Christian Braunerlxccontainer: fix container creation error paths
2021-04-15  Evgeny Vereshchagintests: fix a memory leak in attach
2021-04-15  Evgeny Vereshchagintests: fix a memory leak in cgpath
2021-04-13  Christian BraunerRevert "confile: make lxc_get_config() and lxc_get_conf...
2021-04-13  Evgeny Vereshchagintests: fix a memory leak in lxcpath
2021-04-13  Evgeny Vereshchagintests: fix a memory leak in cgpath
next