aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newgrp
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Remove useless calls to basename().Ed Schouten2016-05-011-3/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-082-3/+13
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
| |/
* | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
* | Print a warning if not setuid root.Dag-Erling Smørgrav2013-02-082-3/+13
|/
* 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
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Only check if ENABLE_SUID_NEWGRP is defined, for consistency withRuslan Ermilov2004-10-241-1/+1
* Use (char *)NULL to terminated to argument list for execl().Hartmut Brandt2003-10-301-1/+1
* mdoc(7) police: one minor change that was not probably worth a commit.Ruslan Ermilov2002-05-301-1/+1
* Add the newgrp(1) utility, which changes groups. This is required byTim J. Robbins2002-05-283-0/+411