Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply vodz' last_patch52 | Eric Andersen | 2002-09-16 | 1 | -10/+6 |
| | |||||
* | Don't #ifdef __linux__. this is linux. | Aaron Lehmann | 2002-08-23 | 1 | -4/+0 |
| | |||||
* | 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 |
| | |||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 3 | -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 Griebl | 2002-07-16 | 1 | -18/+10 |
| | |||||
* | 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 | ||||
* | tito <farmatito@tiscali.it> noticed that delgroup was actually | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | | | | setting CONFIG_DELUSER. Oops. | ||||
* | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | 2002-07-03 | 1 | -1/+4 |
| | | | | | is not set -Erik | ||||
* | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen | 2002-07-03 | 1 | -6/+4 |
| | |||||
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 12 | -345/+866 |
| | | | | -Erik | ||||
* | Several login cleanups from vodz | Eric Andersen | 2002-06-22 | 1 | -25/+32 |
| | |||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 11 | -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] |