summaryrefslogtreecommitdiff
path: root/user/unix/groupinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* * user/unix/groupinfo.c (apr_gid_name_get, apr_gid_get): UseJoe Orton2007-04-261-2/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * user/unix/userinfo.c (getpwnam_safe, apr_uid_name_get): Fix errorJoe Orton2005-08-241-2/+4
* Bring all get{pw,gr}*_r error handling in line with POSIX:Joe Orton2005-08-231-4/+20
* These functions can return no-error, but still contain a NULL entry, on some ...Paul Querna2005-07-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Rumours of the demise of group information on BeOS have beenDavid Reid2003-11-231-4/+0
* remove these interfaces:Jeff Trawick2003-09-031-19/+0
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-3/+17
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-0/+7
* Rename apr_get_groupname to apr_group_name_get.Sander Striker2002-04-221-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* make absolutely sure we have getgrnam_r() before calling itJeff Trawick2001-11-211-1/+1
* get the getgrnam_r() logic to compile; no promises on correctness :)Jeff Trawick2001-11-201-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]William A. Rowe Jr2001-11-201-0/+19
* include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS definedJeff Trawick2001-07-201-0/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Again, BeOS doesn't really have the notion of groups and users at the moment,David Reid2001-02-131-0/+3
* Get Unix building again.Ryan Bloom2001-01-281-1/+1
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in aWilliam A. Rowe Jr2001-01-281-0/+82