aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the old and somewhat buggy pwd_grp stuff with the shinyandersen2004-07-1517-1237/+1140
| | | | | | | new stuff mjn3 wrote for uClibc git-svn-id: svn://busybox.net/trunk/busybox@8956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Larry Doolittle writes:andersen2004-04-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry git-svn-id: svn://busybox.net/trunk/busybox@8759 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1517-31/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rename __getgrent so that it doesn't conflict with some libc'sruss2003-12-186-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8117 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpandersen2003-07-267-7/+7
| | | | | | | which were not properly using the bb_path_*_file strings. git-svn-id: svn://busybox.net/trunk/busybox@7108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove remaining libc5 support codeandersen2003-07-221-6/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-143-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oops. make this actually work as intended....andersen2003-06-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6985 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops.andersen2003-06-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6983 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".andersen2003-06-261-2/+1
| | | | | | | Change fopen to bb_xfopen git-svn-id: svn://busybox.net/trunk/busybox@6980 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major coreutils update.mjn32003-03-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup header file orderingandersen2002-12-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6157 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change #include order to fix warningbug12002-12-081-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* include "busybox" after the libc includes tofix compile errorsbug12002-12-075-10/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6129 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change if(x)free(x); to free(x);aaronl2002-11-281-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>andersen2002-09-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yipe. uid and gid were reversed.andersen2002-09-101-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5471 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!andersen2002-08-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5142 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-0314-14/+14
| | | | | | | | silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup shadow.h stuff so it behaves as intendedandersen2002-07-031-2/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bigger patch for (partial) tinylogin integrationsandman2002-06-0417-0/+1300
- 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