aboutsummaryrefslogtreecommitdiff
path: root/utils/nullauth.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsSamuel Thibault2018-01-281-4/+4
| | | | | * utils/nullauth.c (argp_program_version, options, doc[], args_doc): Drop duplicate const qualifier.
* utils: add nullauth utilityJustus Winter2013-08-281-0/+90
nullauth drops all authentication credentials and runs the given program. This is also useful to drop privileges on behalf of translators that do not need any credentials in some circumstances, e.g. % settrans -ap /hurd/nullauth -- /hurd/storeio -Tzero makes storeio run without any credentials. * utils/nullauth.c: New file. * utils/Makefile: Build nullauth.