summaryrefslogtreecommitdiffstats
path: root/sys-utils/nsenter.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+5Star
* sys-utils: use errexec()Karel Zak2018-02-011-1/+1
* nsenter: fix compiler warning [-Wuninitialized]Karel Zak2017-11-281-1/+1
* nsenter: revert changes committed by accidentKarel Zak2017-11-101-8/+2Star
* tests: update default lsmem outputKarel Zak2017-11-031-2/+8
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-261-4/+4
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+1
* nsenter: fix usage() and improve man pageKarel Zak2017-01-091-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* nsenter: add --all optionKarel Zak2016-12-131-1/+53
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* nsenter: enter namespaces in two passesJames Bottomley2016-04-221-16/+30
* Implement support for cgroup namespacesSerge Hallyn2016-03-031-7/+16
* nsenter: add -Z to set selinux contextKarel Zak2015-03-201-1/+33
* nsenter: add --preserve-credentials and cleanup setgroups() usageKarel Zak2015-01-091-6/+21
* nsenter: keep semantic consistentKarel Zak2015-01-091-0/+9
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: there may be no space between option and optional =argBenno Schulenberg2014-10-011-8/+8
* textual: angular brackets around a non-literal argument, singularBenno Schulenberg2014-10-011-1/+1
* nsenter: allow to use --set{uid,gid} for all namespacesKarel Zak2014-07-291-7/+13
* nsenter: add + to getopt_long()Karel Zak2014-04-181-1/+1
* nsenter: fix set{gid,uid} order,drop supplementary groupsKarel Zak2014-02-061-2/+5
* nsenter: unshare: use LC_ALLKarel Zak2013-10-181-1/+1
* nsenter: Allow selecting the uid and gid to be used in the entered usernsRichard Weinberger2013-06-181-1/+20
* unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek2013-02-141-8/+8
* translation: unify exec error messagesSami Kerola2013-02-061-1/+1
* nsenter: make usage() translator friendlySami Kerola2013-01-251-10/+11
* nsenter: respect --exec no matter where it appearsZbigniew Jędrzejewski-Szmek2013-01-251-4/+6
* nsenter: fix indentationSami Kerola2013-01-251-12/+17
* nsenter: drop core when impossible happensSami Kerola2013-01-251-1/+2
* nsenter: fix compiler warningSami Kerola2013-01-251-1/+1
* nsenter: adjust few error messagesSami Kerola2013-01-251-6/+6
* nsenter: rename --exec/-e to --no-fork/-FZbigniew Jędrzejewski-Szmek2013-01-251-10/+11
* nsenter: allow arguments to be specified in any orderZbigniew Jędrzejewski-Szmek2013-01-251-9/+46
* nsenter: improve optional args in usage() and man pageKarel Zak2013-01-171-10/+10
* unshare,nsenter: Move the old libc handling into a common header namespace.hEric W. Biederman2013-01-171-27/+1Star
* nsenter: Replace a bare strtoul with strtoul_or_errEric W. Biederman2013-01-171-8/+2Star
* nsenter: Add const to declarations where possible.Eric W. Biederman2013-01-171-3/+3
* nsenter: Properly spell significant in a comment.Eric W. Biederman2013-01-171-1/+1
* nsenter: Enhance waiting for a child processEric W. Biederman2013-01-171-13/+35
* nsenter: new command (light wrapper around setns)Eric W. Biederman2013-01-171-0/+286