aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newgrp/newgrp.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove useless calls to basename().Ed Schouten2016-05-011-3/+2
* Print a warning if not setuid root.Dag-Erling Smørgrav2013-02-081-1/+2
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-3/+5
* Fix a memory leak in addgroup() by ensuring the allocated memoryGuy Helmer2012-01-051-5/+5
* Partially revert r226274, the old code was right.Xin LI2011-10-161-1/+1
* - Fix an off-by-one bug in addgroup().Xin LI2011-10-121-2/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-4/+8
* Use (char *)NULL to terminated to argument list for execl().Hartmut Brandt2003-10-301-1/+1
* Add the newgrp(1) utility, which changes groups. This is required byTim J. Robbins2002-05-281-0/+304