aboutsummaryrefslogtreecommitdiff
path: root/loginutils/addgroup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Major coreutils update.Manuel Novoa III2003-03-191-12/+11
|
* Fix addgroup so it actually worksEric Andersen2003-01-091-9/+19
| | | | -Erik
* use const group_fileTim Riker2002-12-131-2/+2
|
* Teach addgroup to add user names to groupsEric Andersen2002-12-121-4/+11
|
* Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen2002-11-141-16/+9
|
* Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.Manuel Novoa III2002-08-061-2/+2
|
* Fixed two compiler warningsRobert Griebl2002-07-211-2/+2
|
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-3/+3
| | | | | silly games. -Erik
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-6/+3
| | | | -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+168
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches]