summaryrefslogtreecommitdiff
path: root/common/frob-getenv.c
Commit message (Collapse)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-65/+0
| | | | | | | | | This repository has moved to GitHub to allow further contributions and more flexibility who can merge changes. More details here: https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
* common: Use secure_getenv() implementation when setuidStef Walter2014-10-021-0/+65
In anything security sensitive, use secure_getenv() implementation for retrieving environment variables.