aboutsummaryrefslogtreecommitdiffstats
path: root/lib/env.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-01autotools: cleanup tests to use libcommon.laKarel Zak1-1/+1
2025-06-26lib/strv: use ul_ prefix for strv functionsKarel Zak1-3/+3
2025-05-20treewide: improve getauxval(AT_SECURE) usageKarel Zak1-2/+1
2025-05-10lib/env, ...: use getauxval(AT_SECURE) for SUID checkMax Kellermann1-1/+2
2024-11-07nsenter: support empty environ[]Karel Zak1-0/+1
2024-09-04env: add env_list_add_getenv() and env_list_add_getenvs()Karel Zak1-1/+42
2024-09-04env: cleanup env_list APIKarel Zak1-4/+4
2024-09-04env: add "overwrite" argument to env_list_setenv()Karel Zak1-3/+3
2024-09-04env: save parsed variables into ul_env_listKarel Zak1-28/+59
2023-09-22lib/env: fix function name remote_entry -> remove_entryThomas Weißschuh1-2/+2
2023-09-22lib/env: avoid underflow of read_all_alloc() return valueThomas Weißschuh1-1/+1
2023-03-09lib/env: fix memory leak [coverity scan]Karel Zak1-4/+7
2023-03-02nsenter: add --env for allowing environment variables inheritanceu23861-0/+24
2022-04-26lib: allow safe_getenv to work for non-root usersMike Gilbert1-3/+1
2021-09-23lib/env: don't ignore failed mallocKarel Zak1-1/+3
2020-11-04misc: fix typos [codespell]Samanta Navarro1-2/+2
2020-10-06lib: add missing headers to .c filesKarel Zak1-4/+3
2020-08-25lib/env: add function to save and restore unwanted variablesKarel Zak1-3/+100
2020-04-22include/nls: remove unnecessary declarationKarel Zak1-1/+1
2020-04-13include: add remove_entry() to env.hSami Kerola1-5/+6
2020-04-13tests: add sanitize_env() checkSami Kerola1-0/+31
2017-06-14lib: remove _RLD_ from forbid environment variable listSami Kerola1-1/+0
2013-02-06build-sys: test for secure_getenv() too.Cristian Rodríguez1-2/+3
2013-02-06textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg1-1/+1
2012-06-11build: fix redundant redeclaration warningsSami Kerola1-0/+2
2011-12-02build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola1-1/+1
2011-01-03lib: [env] consolidate safe_getenv() usageKarel Zak1-1/+35
2006-12-07Imported from util-linux-2.13-pre1 tarball.v2.13-pre1Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.11b tarball.v2.11bKarel Zak1-1/+1
2006-12-07Imported from util-linux-2.9v tarball.v2.9vKarel Zak1-0/+73