summaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply vodz' last_patch52Eric Andersen2002-09-161-10/+6
|
* Don't #ifdef __linux__. this is linux.Aaron Lehmann2002-08-231-4/+0
|
* 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
|
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-193-9/+6
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Fix for the totally broken adduser applet (parts/ideas from vodz and tito)Robert Griebl2002-07-161-18/+10
|
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-3/+3
| | | | | silly games. -Erik
* tito <farmatito@tiscali.it> noticed that delgroup was actuallyEric Andersen2002-07-031-1/+1
| | | | setting CONFIG_DELUSER. Oops.
* hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2002-07-031-1/+4
| | | | | is not set -Erik
* Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>Eric Andersen2002-07-031-6/+4
|
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-031-0/+4
| | | | -Erik
* Port over the last of the tinylogin appletsEric Andersen2002-06-2312-345/+866
| | | | -Erik
* Several login cleanups from vodzEric Andersen2002-06-221-25/+32
|
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-0411-0/+2805
- 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]