]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2021-02-10 Christian Braunercriu: use cleanup macro
2021-02-10 Christian Braunercriu: move logging under lxc_log_trace()
2021-02-10 Christian Braunercriu: massage exec_criu()
2021-02-10 Christian Braunercriu: mark cgroups methods specific to criu
2021-02-10 Christian Braunerconf: fix memory leak
2021-02-09 Stéphane GraberMerge pull request #3661 from blenk92/iw_error_msg
2021-02-09 Stéphane GraberMerge pull request #3662 from brauner/2021-02-08/fixes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunertests: add logging to lxc-test-unpriv
2021-02-08 Christian Braunerconf: fd-only tty setup
2021-02-08 Christian Braunermount_utils: s/OPEN_TREE_CLONE | OPEN_TREE_CLONE/OPEN_T...
2021-02-08 Christian Braunerconf: rework rootfs pinning
2021-02-08 Maxnetwork: Add error message if iw couldn't be found
2021-02-08 Christian Braunerconf: kill PAT_MAX bytes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: don't pass struct lxc_conf
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: s/setup_mount()/setup_mount_fstab()/g
2021-02-08 Christian Braunermount_utils: add locked flag helpers
2021-02-05 Stéphane GraberMerge pull request #3660 from brauner/2021-02-05/fixes_1
2021-02-05 Christian Braunermount_utils: kill mount_filesystem()
2021-02-05 Christian Braunerattach: switch to simple mount()
2021-02-05 Christian Braunermount_utils: initialize fd
2021-02-05 Stéphane GraberMerge pull request #3659 from brauner/2021-02-05/fixes
2021-02-05 Christian Braunertree-wide: make use of new_mount_api() where it makes...
2021-02-05 Christian Braunermount_utils: detect new mount api support
2021-02-05 Christian Braunermount_utils: kill mount_from_at()
2021-02-05 Christian Braunerconf: use fd_bind_mount() in lxc_fill_autodev()
2021-02-05 Christian Braunermount_utils: add support for bind-mounts through the...
2021-02-05 Christian Braunermount_utils: kill mount_at()
2021-02-05 Christian Braunercgroups: switch __cg_mount_direct() to use the new...
2021-02-05 Christian Braunercgroups: switch tmpfs mounting to new mount api
2021-02-05 Christian Braunerconf: switch mount_autodev() to new mount api
2021-02-05 Christian Braunermount_utils: add extended helpers for new mount api
2021-02-05 Christian Braunermount_utils: move mount_at() and mount_from_at() over...
2021-02-05 Christian BraunerMerge pull request #3657 from brauner/2021-02-05/init_g...
2021-02-05 Christian Braunerconfile: make garbage groups an error
2021-02-05 Christian Braunertests: improve lxc.init.groups tests
2021-02-05 Christian Braunerconfile: handle appending init groups
2021-02-05 Christian Braunerconf: use lxc_groups_t directly
2021-02-05 Christian Braunerattach_options: use size_t for lxc_groups_t
2021-02-05 Christian Braunerattach: use brackets around flag check
2021-02-05 Christian Braunerattach_options: use standard C pointer syntax
2021-02-05 Christian Braunerattach_options: initialize .groups
2021-02-05 Ruben Jensterattach: Add groups option to keep additional group...
2021-02-05 Ruben Jensterconfile: add lxc.init.groups to keep additional groups
2021-02-05 Christian Braunerutils: rework lxc_setgroups()
2021-02-05 Christian Braunertree-wide: use lxc_drop_groups() instead of lxc_setgrou...
2021-02-05 Christian Braunerutils: add lxc_drop_groups()
2021-02-04 Stéphane GraberMerge pull request #3655 from brauner/2021-02-04/fixes_1
2021-02-04 Christian Braunerutils: check for snprintf() error
2021-02-04 Christian Braunerattach: improve logging and terminology
2021-02-04 Stéphane GraberMerge pull request #3651 from brauner/2021-02-04/fixes
2021-02-04 Christian Braunercgroups: check for correct error in __cg_unified_attach...
2021-02-04 Christian Braunertree-wide: s/dfd_root_host/dfd_host/g
2021-02-04 Christian Braunertree-wide: s/mntpt_fd/dfd_mnt/g
2021-02-04 Christian Braunertree-wide: s/dev_mntpt_fd/dfd_dev/g
2021-02-04 Christian Braunersyscall_wrappers: fix PROTECT_OPEN_W macro
2021-02-04 Christian Braunerconf: restricted fd-only lxc_fill_autodev()
2021-02-04 Christian Braunerconf: start stashing dfd to host's / during container...
2021-02-04 Christian Braunerconf: fix lxc_setup_dev_console()
2021-02-04 Christian Braunerutils: add mount_from_at()
2021-02-04 Christian Braunercgroups: restrict open calls in cgroup_attach_create_leaf()
2021-02-04 Christian Braunercgroups: improve error handling and logging in cgroup_a...
2021-02-04 Christian Braunercgroups: fix argument vetting in cgroup_attach()
2021-02-04 Christian Braunerattach: fix fallback logic when attaching to cgroups
2021-02-04 Christian Braunercgroups: switch to fd-based cgroup mounting
2021-02-04 Christian Braunercgroups: restricted fd-only controller mountpoint creation
2021-02-04 Christian Braunercgroups: fix cgroup mounting
2021-02-03 Stéphane GraberMerge pull request #3650 from brauner/2021-02-03/fixes_1
2021-02-03 Christian Braunerutils: harden __safe_mount_beneath_at()
2021-02-03 Christian Braunerconf: refactor transient procfs mounting
2021-02-03 Christian Braunerconf: restrict open call in lxc_mount_rootfs()
2021-02-03 Christian Braunerconf: make lxc_create_tmp_proc_mount() static
2021-02-03 Christian Braunerconf: coding style
2021-02-03 Stéphane GraberMerge pull request #3648 from brauner/2021-02-03/fixes
2021-02-03 Stéphane GraberMerge pull request #3649 from brauner/2021-02-03/attach...
2021-02-03 Christian Braunerattach: attach to namespaces via pidfds
2021-02-03 Christian Braunerconf: fd-only devtps setup
2021-02-03 Christian Braunerconf: fd-only pivot root
2021-02-03 Christian Braunerconf: restrict open for lxc_mount_rootfs()
2021-02-03 Christian Braunerconf: fd-only operations in lxc_setup_dev_symlinks()
2021-02-03 Christian Braunerconf: harden open in lxc_fill_autodev()
2021-02-03 Christian Braunerconf: restrict open of dev/
2021-02-03 Christian Braunerconf: remove unnecessary syscall
2021-02-03 Christian Braunerrexec: mark all fds as close-on-exec if possible
2021-02-03 Christian Braunersyscalls: add close_range()
2021-02-03 Christian Braunerrexec: check lseek() return value
2021-02-03 Christian Braunertests: check for NULL in device_add_remove
2021-02-02 Stéphane GraberMerge pull request #3647 from brauner/2021-02-02/fixes
2021-02-02 Christian Braunercgroups: improve parameter vetting
2021-02-02 Christian Braunertests: support pure unified cgroup layouts in cgpath...
2021-02-02 Christian Braunertest: add logging to device_add_remove
2021-02-02 Christian Braunerfreezer: remove lxc_cmd_freeze() and lxc_cmd_unfreeze...
2021-02-02 Christian Braunercommands: use __cgroup_unfreeze() directly
2021-02-02 Christian Braunercgroups: export __cgroup_unfreeze() for use in commands
2021-02-02 Christian Braunercgroups: use lxc_cmd_get_limiting_cgroup2_fd()
2021-02-02 Christian Braunercommands: add missing lxc_cmd_get_limiting_cgroup2_fd...
2021-02-02 Christian Braunercgpath: add logging
next