Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -12/+11 | |
| | ||||||
* | Fix addgroup so it actually works | Eric Andersen | 2003-01-09 | 1 | -9/+19 | |
| | | | | -Erik | |||||
* | use const group_file | Tim Riker | 2002-12-13 | 1 | -2/+2 | |
| | ||||||
* | Teach addgroup to add user names to groups | Eric Andersen | 2002-12-12 | 1 | -4/+11 | |
| | ||||||
* | Patch from Marcel Hamer to fix addgroup argument parsing | Eric Andersen | 2002-11-14 | 1 | -16/+9 | |
| | ||||||
* | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | Manuel Novoa III | 2002-08-06 | 1 | -2/+2 | |
| | ||||||
* | Fixed two compiler warnings | Robert Griebl | 2002-07-21 | 1 | -2/+2 | |
| | ||||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -3/+3 | |
| | | | | | silly games. -Erik | |||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -6/+3 | |
| | | | | -Erik | |||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -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] |