]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-01-31  Christian Braunerlsm/apparmor: cleanup apparmor_process_label_set() 3641/head
2021-01-31  Christian Braunerattach: hardening through use of pidfds
2021-01-31  Christian Braunerattach: file descriptors based LSM handling
2021-01-31  Christian Braunercgroups: align methods
2021-01-30  Stéphane GraberMerge pull request #3639 from brauner/2021-01-28/fixes
2021-01-30  Christian Braunercgroups: use PTR_TO_U64() 3639/head
2021-01-30  Christian Braunerattach: don't needless check for NULL
2021-01-30  Christian Braunerlog: add lxc_log_trace() helper
2021-01-30  Christian Braunercgroups: use bpf log when logging at trace level
2021-01-30  Christian Braunerseccomp: use lxc_log_get_level()
2021-01-30  Christian Braunerlog: rework lxc_log_get_level()
2021-01-30  Christian Braunercgroups: use cleanup macro for consistency
2021-01-30  Christian Braunercgroups: vet parameters more strictly
2021-01-30  Christian Braunerseccomp: use lxc_log_get_fd()
2021-01-30  Christian Braunerlog: add lxc_log_get_fd()
2021-01-30  Christian Braunerlog: remove pointless inline
2021-01-30  Christian Braunercgroups: tweak cgroup initialization
2021-01-30  Christian Braunercgroups: use zalloc
2021-01-30  Christian Braunercgroups: ensure all memory is zeroed
2021-01-30  Christian Braunercgroups: don't initiliaze NULL log
2021-01-30  Christian Braunercgroups: coding style fixes
2021-01-30  Christian Braunercroups: improve __do_bpf_program_free
2021-01-30  Christian Braunercgroups: bpf fixes
2021-01-30  Stéphane GraberMerge pull request #3638 from brauner/2021-01-28/fixes
2021-01-29  Christian Braunerattach: init file descriptors to -EBADF 3638/head
2021-01-29  Christian Braunerattach: move to file descriptor only namespace interactions
2021-01-29  Christian Braunerattach: move to file descriptor-only interactions
2021-01-29  Christian Braunerattach: rework attaching to namespace fds
2021-01-29  Christian Braunerattach: remove unneeded assignment
2021-01-29  Christian Braunerattach: use STDIN_FILENO instead of hard-coding 0
2021-01-29  Christian Braunerattach: move new_cwd into tighter scope
2021-01-29  Christian Braunerattach: use dummy macros to make it easier to follow...
2021-01-29  Christian Braunerattach: introduce sync_wait_fd() and sync_wake_fd()
2021-01-29  Christian Braunersync: make all sync helpers return bool
2021-01-29  Christian Braunerattach: introduce sync_wait_pid() and sync_wake_pid()
2021-01-29  Christian Braunerattach: use sync_wait()/sync_wake() where applicable
2021-01-29  Christian Braunersync: rename startup synchronization macros
2021-01-29  Christian Braunersync: export sync_wait() and sync_wake()
2021-01-29  Christian Braunerattach: coding style fixes
2021-01-29  Christian Braunerattach: rename attach_clone_payload to attach_payload
2021-01-29  Christian Braunerattach: move attach_clone_payload into tighter scope
2021-01-29  Christian Braunerattach: s/close/close_prot_errno_disarm/g
2021-01-29  Christian Braunerconfigure: fix static builds with clang-12 and LTO
2021-01-29  Christian Braunerattach: move getcwd() into tighter scope
2021-01-29  Christian Braunerattach: remove obsolete namespace check
2021-01-29  Christian Braunerattach: fix personality handling
2021-01-29  Christian Braunerlsm: s/lsm_init/lsm_init_static/g
2021-01-28  Christian Braunerattach: s/lxc_attach_drop_privs/drop_capabilities/g
2021-01-28  Christian Braunerattach: s/lxc_proc_close_ns_fd/close_nsfds/g
2021-01-28  Christian Braunerattach: add get_attach_context_nsfds()
2021-01-28  Christian Braunerattach: move config init into get_attach_context()
2021-01-28  Christian Braunerattach: move get_personality() into get_attach_context()
2021-01-28  Christian Braunerattach: move lxc_cmd_get_init_pid() int get_attach_cont...
2021-01-28  Christian Braunerattach: split attach_context into allocation and initia...
2021-01-28  Christian Braunerattach: s/calloc/zalloc/g
2021-01-28  Christian Braunerattach: rename attach_context helpers
2021-01-28  Christian Braunerattach: s/lxc_proc_context_info/attach_context/g
2021-01-28  Christian Braunerattach: move lxc_proc_context_info to file local scope
2021-01-28  Christian Braunerattach: order variables correctly
2021-01-28  Christian Braunerattach: coding style fixes
2021-01-28  Stéphane GraberMerge pull request #3637 from brauner/2021-01-27/fixes
2021-01-27  Christian Braunerattach: add some DEBUG() logging to stdfd dpulication 3637/head
2021-01-27  Christian Braunerattach: use close_prot_errno_disarm()
2021-01-27  Christian Braunerattach: make do_attach() void
2021-01-27  Christian Braunerattach: mark do_attach() as __noreturn
2021-01-27  Christian Braunerattach: s/attach_child_main/do_attach/g
2021-01-27  Christian Braunerattach: use free_disarm()
2021-01-27  Christian Braunerattach: coding style fixes
2021-01-27  Christian Braunerattach: use __do_close for labelfd
2021-01-27  Christian Braunerattach: tweak logging
2021-01-27  Christian Braunerattach: use __do_free cleanup macro for cwd
2021-01-27  Christian Braunerattach: invert child/parent handling
2021-01-27  Stéphane GraberMerge pull request #3636 from brauner/2021-01-27/fixes
2021-01-27  Christian Braunerconf: move proc and sys mountpoint creation int lxc_mou... 3636/head
2021-01-27  Christian Braunerconf: coding style fixes
2021-01-27  Christian Braunerconf: fix coding style
2021-01-27  Christian BraunerMerge pull request #3634 from motiejus/mkdir-proc-sys
2021-01-27  Motiejus Jakštysmkdir -p /proc /sys on container startup 3634/head
2021-01-26  Stéphane GraberMerge pull request #3633 from brauner/2021-01-25/criu
2021-01-26  Christian Braunercriu: handle cgroup2 freezer 3633/head
2021-01-26  Christian Braunercgroups: detect and record cgroup2 freezer support
2021-01-26  Christian Braunercgroups: rework cg_unified_init()
2021-01-26  Christian Braunercgroups: coding style fixes
2021-01-26  Christian Braunerstring_utils: add must_make_path_relative()
2021-01-26  Christian Braunerfile_utils: introduce read_file_at()
2021-01-25  Stéphane GraberMerge pull request #3632 from brauner/2021-01-25/fixes
2021-01-25  Christian Braunerautotools: update build 3632/head
2021-01-25  Christian Braunerconfigure: add AC_SYS_LARGEFILE checking
2021-01-25  Christian Braunerconfig: update ax_pthread.m4
2021-01-25  Stéphane GraberMerge pull request #3631 from brauner/2021-01-24/fixes
2021-01-24  Christian Braunertree-wide: fix compilation with-Wstrict-prototypes... 3631/head
2021-01-22  Stéphane GraberMerge pull request #3629 from brauner/2021-01-22/static...
2021-01-22  Christian Braunerautotools: enable static builds for commands 3629/head
2021-01-22  Christian Braunerautotools: enable static builds for tools
2021-01-22  Christian Braunerconfigure: support static binaries
2021-01-22  Christian Braunerinitutils: fix missing includes
2021-01-22  Christian Braunertree-wide: fix some header inclusions
2021-01-22  Christian BraunerMerge pull request #3623 from cotequeiroz/seccomp
2021-01-22  Stéphane GraberMerge pull request #3628 from brauner/2021-01-22/fixes
2021-01-22  Christian Braunerlxc_attach: include rexec conditionally 3628/head
next