summaryrefslogtreecommitdiff
path: root/sys-utils/unshare.c
Commit message (Expand)AuthorAgeFilesLines
* unshare: Move implementation of --keep-caps option to library functionDavid Gibson2023-03-291-36/+2
* unshare: support --map-users=inner:outer:count as well as outer,inner,countChris Webb2023-01-111-34/+16
* unshare: fix a --map-auto error messageChris Webb2023-01-031-1/+1
* unshare: Don't waste an ID when -r is used with --map-autoChris Webb2022-09-011-7/+12
* unshare: Fix "you (user xxxx) don't exist" error when uid differs from primar...Sol Boucher2022-07-081-2/+2
* fix time_t formatRosen Penev2022-05-101-1/+1
* unshare: make pidfd_open() use more portable and robustKarel Zak2022-03-311-28/+34
* unshare: Fix PDEATHSIG race for --kill-child with --pidEarl Chew2022-03-311-2/+32
* Revert "unshare: Fix PDEATHSIG race for --kill-child"Karel Zak2022-02-281-13/+3
* unshare: call getline() in more robust wayKarel Zak2022-02-141-1/+1
* unshare: fix typo in uint_to_id()Karel Zak2022-01-181-1/+1
* unshare: Fix doc commentsSean Anderson2022-01-181-4/+4
* Merge branch 'sys-utils-unshare-pdeathsig-race' of https://github.com/earlche...Karel Zak2022-01-111-3/+13
|\
| * unshare: Fix PDEATHSIG race for --kill-childEarl Chew2022-01-091-3/+13
* | unshare: Propagate inherited signal handling to forked childEarl Chew2022-01-091-7/+25
|/
* unshare: fix memory leak [coverity scan]Karel Zak2021-12-021-0/+3
* unshare: Add option to automatically create user and group mapsSean Anderson2021-12-011-2/+82
* unshare: Add options to map blocks of user/group IDsSean Anderson2021-12-011-4/+251
* unshare: Add some helpers for forking and synchronizingSean Anderson2021-12-011-41/+68
* unshare: Add waitchild helperSean Anderson2021-12-011-12/+25
* unshare: clear SIGCHLD inherited settingKarel Zak2021-11-151-0/+3
* fix #648 by ignoring EINVAL on-remount of procbenaryorg2021-07-021-2/+12
* misc: consolidate stat() error messageKarel Zak2021-06-211-1/+1
* unshare: Fix error message when setting proc mount propagationJohan Herland2021-05-071-1/+1
* unshare: fix bad bit shift operation [coverity scan]Sami Kerola2020-10-161-4/+3
* unshare --fork: Ignore SIGINT and SIGTERM in parentDaan De Meyer2020-07-021-0/+7
* libfdisk, unshare: fix gcc-4.9.4 warningsToni Uhlig2020-06-191-1/+1
* unshare: Fix PID and TIME namespace persistencemichael-dev2020-04-301-29/+39
* [clang-tidy] do not use else after returnRosen Penev2020-04-201-1/+1
* unshare: Support names for map-user/group optionsMatthew Harm Bekkema2020-04-151-4/+41
* unshare: allow custom uid/gid mappings in usernsMatthew Harm Bekkema2020-04-121-36/+30
* unshare: use '-T' for time namespace instead of '-t'Adrian Reber2020-03-091-4/+4
* unshare: support the time namespaceAdrian Reber2020-03-081-1/+54
* unshare: fix help message indentationAdrian Reber2020-03-081-4/+4
* unshare: fix --map-current-user short option (-c)Matthew Harm Bekkema2020-01-021-1/+1
* unshare: cleanup capabilities code [lgtm scan]Karel Zak2019-12-031-12/+9
* unshare: add --keep-caps optionJames Peach2019-09-091-1/+50
* unshare: add --map-current-user optionJames Peach2019-09-081-9/+41
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+6
* unshare: allow to set user ID and group IDLaurent Vivier2018-11-121-3/+27
* unshare: allow to set a new rootLaurent Vivier2018-11-121-5/+29
* unshare: remove -s from --help outputKarel Zak2018-09-111-4/+7
* sys-utils: use errexec()Karel Zak2018-02-011-1/+1
* unshare: cleanup if-if codeKarel Zak2017-10-231-3/+2
* unshare: Allow passing <signame> to --kill-childNiklas Hambüchen2017-10-141-6/+13
* unshare: Add --kill-child option.Niklas Hambüchen2017-10-141-1/+13
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1
* misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-261-4/+4
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1