Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-23 | Don't #ifdef __linux__. this is linux. | Aaron Lehmann | |
2002-08-06 | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | Manuel Novoa III | |
2002-07-21 | Fixed two compiler warnings | Robert Griebl | |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | |
#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. | |||
2002-07-16 | Fix for the totally broken adduser applet (parts/ideas from vodz and tito) | Robert Griebl | |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | |
silly games. -Erik | |||
2002-07-03 | tito <farmatito@tiscali.it> noticed that delgroup was actually | Eric Andersen | |
setting CONFIG_DELUSER. Oops. | |||
2002-07-03 | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | |
is not set -Erik | |||
2002-07-03 | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen | |
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | |
-Erik | |||
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen | |
-Erik | |||
2002-06-22 | Several login cleanups from vodz | Eric Andersen | |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- 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] |