]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-04-22  Christian BraunerMakefile: fix strchrnul() inclusion 3803/head
2021-04-22  Christian Braunerconf: include strchrnul for platforms that don't support it
2021-04-22  Christian Braunerstrchrnul: include header
2021-04-22  Stéphane GraberMerge pull request #3709 from brauner/2021-03-17/idmapp...
2021-04-21  Christian Braunerconf: don't allow idmapped lxc.mount.{entry,fstab}... 3709/head
2021-04-21  Christian Braunerconf: tweak parse_lxc_mntopts()
2021-04-21  Christian Braunerapparmor: handle on-exec
2021-04-21  Christian Braunerattach: use correct lxc_namespace_t type
2021-04-21  Christian Braunerattach: visually separate pids from fds during initaliz...
2021-04-21  Christian Braunerconf: verify that the rootfs can support idmapped mounts
2021-04-21  Christian Braunerstart: documented idmapped mounts
2021-04-21  Christian Braunermount_utils: add two detached mount helpers
2021-04-21  Christian Braunerconf: support idmapping directories
2021-04-21  Christian Braunermount_utils: add helper to determine whether new mount...
2021-04-21  Christian Braunerstorage: keep a reference to lxc_rootfs in lxc_storage
2021-04-21  Christian Braunermount_utils: add support for mount_setattr() syscall
2021-04-21  Christian Braunerconfile: parse idmap=<path> mount option for rootfs
2021-04-21  Christian Braunerconf: add first, trivial support for idmapped mounts
2021-04-21  Christian Braunerconf: rework lxc specific mount option parsing
2021-04-21  Christian BraunerMerge pull request #3801 from evverx/san-tweaks
2021-04-19  Christian BraunerMerge pull request #3800 from evverx/gh3796
2021-04-19  Christian BraunerMerge pull request #3787 from evverx/san-build
2021-04-18  Christian BraunerMerge pull request #3799 from evverx/apparmor-bytes
2021-04-17  Stéphane GraberMerge pull request #3790 from brauner/2021-04-15.fixes
2021-04-17  Christian Braunercommands: don't needlessly allocate 3790/head
2021-04-17  Christian BraunerMerge pull request #3797 from evverx/pass-on-asan
2021-04-17  Christian Braunerprocess_utils: free stack after return
2021-04-17  Christian Braunerconfigure: fix sanitizer compilation
2021-04-17  Christian Braunererror_utils: add missing macro.h include
2021-04-16  Christian BraunerMerge pull request #3794 from evverx/gh3791
2021-04-15  Christian BraunerMerge pull request #3793 from evverx/busybox-test
2021-04-14  Stéphane GraberMerge pull request #3785 from brauner/2021-04-14.fixes
2021-04-14  Christian BraunerMerge pull request #3784 from evverx/attach-memleak
2021-04-14  Christian Braunerlxccontainer: fix container creation error paths 3785/head
2021-04-14  Evgeny Vereshchaginautoconf: stop passing -fsanitize=address via AM_LDFLAGS 3801/head
2021-04-14  Evgeny Vereshchaginci: get rid of the -static-libasan stopgap
2021-04-13  Evgeny Vereshchaginbuild-system: stop building init.lxc.static with sanitizers
2021-04-13  Evgeny Vereshchaginautoconf: add AC_LANG_SOURCE to CC_CHECK_LDFLAGS
2021-04-13  Christian BraunerMerge pull request #3783 from evverx/cgpath-memleak2
2021-04-13  Evgeny Vereshchaginci: make use of --enable-sanitizers instead of CFLAGS
2021-04-13  Christian BraunerMerge pull request #3781 from evverx/lxcpath-memleak
2021-04-13  Christian BraunerMerge pull request #3780 from evverx/cgpath-mem-leak
2021-04-13  Evgeny Vereshchagintests: free the buffer filled by lxc_cmd_rsp_recv 3800/head
2021-04-13  Evgeny VereshchaginRevert "ci: get around https://github.com/lxc/lxc/issue...
2021-04-12  Evgeny Vereshchaginci: build with -Wall -Werror 3787/head
2021-04-12  Evgeny Vereshchaginci: turn on strict_string_checks
2021-04-12  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3796
2021-04-12  Evgeny Vereshchaginci: prevent lxc-exercise from running indefinitely
2021-04-12  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3788
2021-04-12  Evgeny Vereshchaginci: get around https://github.com/lxc/lxc/issues/3798
2021-04-12  Evgeny Vereshchaginci: switch to lxc-exercise from the lxc-ci repository
2021-04-12  Evgeny Vereshchaginci: link lib[au]san with init.lxc.static statically
2021-04-12  Evgeny Vereshchaginci: an attempt to run the tests under ASan/UBsan
2021-04-12  Evgeny Vereshchaginapparmor: turn bytes into null-terminated strings befor... 3799/head
2021-04-12  Stéphane GraberMerge pull request #3779 from brauner/2021-04-12/attach...
2021-04-12  Christian BraunerRevert "rexec: mark all fds as close-on-exec if possible" 3779/head
2021-04-12  Christian Braunerattach: don't return early when calculating namespaces...
2021-04-12  Stéphane GraberMerge pull request #3778 from brauner/2021-04-12/fixes
2021-04-12  Christian Braunerconf: don't report success when idmaptools lack all... 3778/head
2021-04-12  Christian Braunerconf: simplify idmaptool_on_path_and_privileged()
2021-04-12  Evgeny Vereshchagintests: pass on ASAN/UBSAN options to several tests 3797/head
2021-04-11  Evgeny Vereshchagintests: stop cutting off right square brackets in share_ns 3794/head
2021-04-11  Evgeny Vereshchagintests: switch to the "busybox" template in lxc-test... 3793/head
2021-04-10  Evgeny Vereshchagintests: fix a memory leak in attach 3784/head
2021-04-10  Evgeny Vereshchagintests: fix a memory leak in cgpath 3783/head
2021-04-10  Evgeny Vereshchagintests: fix a memory leak in lxcpath 3781/head
2021-04-10  Evgeny Vereshchagintests: fix a memory leak in cgpath 3780/head
2021-04-07  Stéphane GraberMerge pull request #3775 from brauner/2021-04-07/fixes
2021-04-07  Christian Braunerconfile: make lxc_get_config() and lxc_get_config_net... 3775/head
2021-04-07  Christian BraunerMerge pull request #3774 from stgraber/master
2021-04-07  Stéphane Grabergithub: Try to fix action naming 3774/head
2021-04-07  Stéphane GraberMerge pull request #3773 from brauner/2021-04-06/fixes_2
2021-04-07  Christian Braunerconfile: enforce maximum subkey length 3773/head
2021-04-07  Christian Braunerlog: add error_ret()
2021-04-07  Christian Braunermacro: ensure ret_errno() always returns negative
2021-04-07  Christian BraunerMerge pull request #3763 from evverx/fuzz-lxc-define...
2021-04-06  Stéphane GraberMerge pull request #3772 from merlin1991/master
2021-04-06  Christian Ratzenhofertemplates/*.in: fixed PATH handling with spaces 3772/head
2021-04-06  Stéphane GraberMerge pull request #3771 from brauner/2021-04-06/fixes
2021-04-06  Christian Braunerlog: ensure we always return negative errno 3771/head
2021-04-06  Christian Braunerconf: fix setups where /dev is outside of LXC's control
2021-04-02  Stéphane GraberMerge pull request #3766 from brauner/2021-04-02/fixes_2
2021-04-02  Christian Braunerconfile: complain when LXC is built without AppArmor... 3766/head
2021-04-02  Christian Braunerconfile: complain when LXC is built without selinux...
2021-04-02  Stéphane GraberMerge pull request #3764 from brauner/2021-04-02/fixes
2021-04-02  Christian Braunerconfile: fix lxc.namespace.share.[identifier] 3764/head
2021-04-01  Stéphane GraberMerge pull request #3762 from brauner/2021-03-31/fixes
2021-04-01  Christian Braunerconfile: simplify get_network_config_ops() 3762/head
2021-04-01  Christian Braunerstring_utils: use restrict for lxc_safe_int64_residual()
2021-04-01  Christian Braunerstring_utils: ensure that errno is set on return
2021-04-01  Christian Braunerstring_utils: move to lxc-copy() sources
2021-04-01  Christian Braunerlxc_user_nic: cleanup get_alloted()
2021-04-01  Christian Braunerlxc_user_nic: cleanup append_alloted()
2021-04-01  Christian BraunerMerge pull request #3760 from evverx/reject-giant-configs
2021-04-01  Evgeny Vereshchagincifuzz: fuzz longer 3763/head
2021-04-01  Evgeny Vereshchaginconfile: fix a memory leak lxc_config_define_add
2021-04-01  Evgeny Vereshchaginoss-fuzz: fuzz lxc_config_define_add and lxc_config_def...
2021-03-31  Christian BraunerMerge pull request #3759 from evverx/san-compatible
2021-03-31  Stéphane GraberMerge pull request #3758 from brauner/2021-03-31/fixes
2021-03-31  Christian Braunerconfile: cap to last bit in set_config_net_ipv4_address() 3758/head
next