summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/pwdgrp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-05Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill1-1/+1
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-1/+1
2021-04-29pwdgrp.c: Removed unused variableRyan Long1-2/+0
2021-03-27pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill1-3/+1
2021-03-23pwdgrp.c: Remove _Assert. /etc may already existRyan Long1-1/+5
2021-03-08pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long1-1/+5
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2015-03-26libcsupport: Include missing header fileSebastian Huber1-0/+1
2015-02-20Don't fail to create passwd and group files if /etc already existsNick Withers1-5/+4
2014-11-25cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill1-1/+5
2014-11-20Ensure security of default user environmentSebastian Huber1-5/+12
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber1-20/+19
2014-11-20libcsupport: Avoid TOCTOU and format errorsSebastian Huber1-20/+22
2014-11-20libcsupport: Use pthread_once()Sebastian Huber1-5/+9
2014-11-20libcsupport: Split passwd/group supportSebastian Huber1-120/+9
2014-11-20libcsupport: Add copyrights according to rev histSebastian Huber1-0/+7
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-09-22getpwent.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2012-12-11libcsupport: Doxygen enhancement GCI task #4Alex Ivanov1-10/+19
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2010-06-282010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-26/+21
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2004-04-18Remove stray white spaces.Ralf Corsepius1-2/+2
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-01-032003-01-03 Till Straumann <strauman@slac.stanford.edu>Jennifer Averett1-18/+0
2002-10-022002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-113/+326
2001-08-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill1-2/+17
2001-05-242000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es>Joel Sherrill1-5/+7
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-07-02Added code to initialize the /etc/group and /etc/passwd files.Joel Sherrill1-0/+69
1999-07-02Fixed format strings and warnings.Joel Sherrill1-6/+6
1999-07-02Reentrant versions added by Joel. Signficant formatting cleanup.Joel Sherrill1-63/+92
1999-07-02Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+129