summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp
Commit message (Expand)AuthorAgeFilesLines
* Small fix for when threading (I think) was disabled.Manuel Novoa III2003-09-061-1/+1
* ret could have been used uninitialized in one caseEric Andersen2003-06-272-2/+2
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-279-20/+55
* Fixup errno handlingEric Andersen2003-06-2713-55/+93
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-106-21/+32
* As noted by Bill Huang <billhuang@redsonic.com>, the gid and uidEric Andersen2002-09-101-1/+2
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-187-142/+92
* Fix broken locking so that at least the Python 2.2.1 grp test doesn'tManuel Novoa III2002-08-181-2/+7
* Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III2002-08-181-3/+1
* Fix lockingEric Andersen2002-08-0814-177/+372
* Add missing include fileEric Andersen2002-08-081-0/+1
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
* Shuffle the logic around a bitEric Andersen2002-06-172-54/+62
* Don't use fixed buffers if we have an mmu such that mallocEric Andersen2002-06-121-8/+15
* Silence warnings, clean things up.Eric Andersen2002-06-1223-314/+285
* Patch from Jim Treadway <jim@stardot-tech.com>:Eric Andersen2002-04-131-19/+9
* Adjust beinningEric Andersen2002-04-031-2/+1
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-1717-9/+748
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Update to accomodate the header file changesEric Andersen2001-09-279-0/+17
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-066-7/+7
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-086-23/+197
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-231-2/+1
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-1/+1
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+6
* Makefile updateEric Andersen2000-10-121-1/+1
* Bug ugly formatting updateEric Andersen2000-10-091-4/+6
* Formatting updateEric Andersen2000-10-0713-317/+313
* Dependancy fixup, and remove some obcolete files.Eric Andersen2000-10-072-7/+13
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-6/+24
* More sanity yet.Eric Andersen2000-10-041-3/+1
* Makefile sanity fix.Eric Andersen2000-10-041-16/+6
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+2
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-6/+3
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
* Initial revision0_9_1Erik Andersen2000-05-1414-0/+820