summaryrefslogtreecommitdiffstats
path: root/usr.bin/newgrp
Commit message (Expand)AuthorAgeFilesLines
* Print a warning if not setuid root.des2013-02-082-3/+13
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-3/+5
* Fix a memory leak in addgroup() by ensuring the allocated memoryghelmer2012-01-051-5/+5
* Partially revert r226274, the old code was right.delphij2011-10-161-1/+1
* - Fix an off-by-one bug in addgroup().delphij2011-10-121-2/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-4/+8
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* Only check if ENABLE_SUID_NEWGRP is defined, for consistency withru2004-10-241-1/+1
* Use (char *)NULL to terminated to argument list for execl().harti2003-10-301-1/+1
* mdoc(7) police: one minor change that was not probably worth a commit.ru2002-05-301-1/+1
* Add the newgrp(1) utility, which changes groups. This is required bytjr2002-05-283-0/+411
OpenPOWER on IntegriCloud