summaryrefslogtreecommitdiff
path: root/src/libenvexec
AgeCommit message (Collapse)Author
2023-02-09 Add sals, several refactorsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Prepare for 2.13.0.0, revamp strerrLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-02-27 Fix envdir_noclampLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-02-25 Bloat envdir with a noclamp optionLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2020-12-07 Some trivial bugfixes and cleanupsLaurent Bercot
2020-11-26 trivial bugfixLaurent Bercot
2020-11-24 Complete revamp of the pathexec functionsLaurent Bercot
- pathexec_run is now called exec_ae a for provided file name (default: argv[0]) e for provided envp (default: environ) - pathexec is now called mexec. m for merge environment. Option letters are: a for provided file name (default: argv[0]) e for provided envp (default: environ) f for provided envp *and* length of the envp m for provided modif string plus its length (the length is always needed because the modifs are null-terminated) n for provided modif string, length *and* number of modifs - functions have a foo0 version for _exit(0) when argv[0] is null - functions have a xfoo version to die if the exec fails - and a xfoo0 - Compatibility #defines and #includes are there until the next major bump