]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2021-02-01 Stéphane GraberMerge pull request #3642 from brauner/2021-02-01/fixes
2021-02-01 Stéphane GraberMerge pull request #3643 from brauner/2021-02-01/fixes_2
2021-02-01 Christian Braunercgroups: initialize variable
2021-02-01 Christian Braunercgroups: remove pointless NULL checks
2021-02-01 Christian Braunerattach: stash host uid and host gid in attach_context
2021-02-01 Christian Braunerattach: fix error checking for dup2()
2021-02-01 Christian Braunerattach: fix logging for stdfd replacement
2021-02-01 Christian Braunerattach: log failues to dup2() with SYSDEBUG()
2021-02-01 Christian Braunerutils: use SYSTRACE() when logging stdio permission...
2021-02-01 Christian Braunerattach: document attach_context
2021-02-01 Christian Braunerattach: simplify opening of /proc/self
2021-02-01 Christian Braunerattach: move uid and gid handling to get_attach_context()
2021-02-01 Christian Braunerattach: initialize init_pid field to -ESRCH
2021-02-01 Christian Braunerattach: unifiy /proc/<init-pid>/status parsing
2021-02-01 Christian Braunerfile_utils: add fdopenat()
2021-01-31 Stéphane GraberMerge pull request #3641 from brauner/2021-01-30/fixes
2021-01-31 Christian Braunerlsm/apparmor: cleanup apparmor_process_label_set()
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()
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
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
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...
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
2021-01-26 Stéphane GraberMerge pull request #3633 from brauner/2021-01-25/criu
2021-01-26 Christian Braunercriu: handle cgroup2 freezer
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()
next