aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Marcel Hamer to fix addgroup argument parsingandersen2002-11-141-16/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5924 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A missing securetty file is not an error.andersen2002-11-141-4/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove gratuitous and unnecessary "BusyBox" refernece in login promptandersen2002-11-071-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5839 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch61 from vodz:andersen2002-10-102-27/+11
| | | | | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. git-svn-id: svn://busybox.net/trunk/busybox@5640 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch60 from vodz:andersen2002-10-102-4/+21
| | | | | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features. git-svn-id: svn://busybox.net/trunk/busybox@5639 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply vodz' last_patch52andersen2002-09-161-10/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5496 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't #ifdef __linux__. this is linux.aaronl2002-08-231-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.mjn32002-08-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed two compiler warningssandman2002-07-211-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-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. git-svn-id: svn://busybox.net/trunk/busybox@5066 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for the totally broken adduser applet (parts/ideas from vodz and tito)sandman2002-07-161-18/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-3/+3
| | | | | | | | silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tito <farmatito@tiscali.it> noticed that delgroup was actuallyandersen2002-07-031-1/+1
| | | | | | | setting CONFIG_DELUSER. Oops. git-svn-id: svn://busybox.net/trunk/busybox@5009 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSandersen2002-07-031-1/+4
| | | | | | | | is not set -Erik git-svn-id: svn://busybox.net/trunk/busybox@4998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>andersen2002-07-031-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4991 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup shadow.h stuff so it behaves as intendedandersen2002-07-031-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Port over the last of the tinylogin appletsandersen2002-06-2312-345/+866
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several login cleanups from vodzandersen2002-06-221-25/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bigger patch for (partial) tinylogin integrationsandman2002-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] git-svn-id: svn://busybox.net/trunk/busybox@4857 69ca8d6d-28ef-0310-b511-8ec308f3f277