summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/pwdgrp.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2015-03-26libcsupport: Include missing header fileSebastian Huber
2015-02-20Don't fail to create passwd and group files if /etc already existsNick Withers
2014-11-25cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill
Coverity Id 1255518. mkdir() could fail. Check return value and return on failure. Behavior is similar to if open() failed while writing the files.
2014-11-20Ensure security of default user environmentSebastian Huber
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber
Create a minimal /etc/passwd and /etc/group with user root and group root only with no passwords.
2014-11-20libcsupport: Avoid TOCTOU and format errorsSebastian Huber
2014-11-20libcsupport: Use pthread_once()Sebastian Huber
2014-11-20libcsupport: Split passwd/group supportSebastian Huber