summaryrefslogtreecommitdiff
path: root/user/unix/groupinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Rumours of the demise of group information on BeOS have beendreid2003-11-231-4/+0
* remove these interfaces:trawick2003-09-031-19/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-3/+17
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-081-0/+7
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* make absolutely sure we have getgrnam_r() before calling ittrawick2001-11-211-1/+1
* get the getgrnam_r() logic to compile; no promises on correctness :)trawick2001-11-201-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]wrowe2001-11-201-0/+19
* include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS definedtrawick2001-07-201-0/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* Again, BeOS doesn't really have the notion of groups and users at the moment,dreid2001-02-131-0/+3
* Get Unix building again.rbb2001-01-281-1/+1
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-281-0/+82