summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/pwdgrp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill2022-04-051-1/+1
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-1/+1
* pwdgrp.c: Removed unused variableRyan Long2021-04-291-2/+0
* pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill2021-03-271-3/+1
* pwdgrp.c: Remove _Assert. /etc may already existRyan Long2021-03-231-1/+5
* pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long2021-03-081-1/+5
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libcsupport: Include missing header fileSebastian Huber2015-03-261-0/+1
* Don't fail to create passwd and group files if /etc already existsNick Withers2015-02-201-5/+4
* cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill2014-11-251-1/+5
* Ensure security of default user environmentSebastian Huber2014-11-201-5/+12
* libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2014-11-201-20/+19
* libcsupport: Avoid TOCTOU and format errorsSebastian Huber2014-11-201-20/+22
* libcsupport: Use pthread_once()Sebastian Huber2014-11-201-5/+9
* libcsupport: Split passwd/group supportSebastian Huber2014-11-201-0/+346