summaryrefslogtreecommitdiff
path: root/modules/getugroups
Commit message (Collapse)AuthorAgeFilesLines
* mgetgroups: relax license to LGPLv2+Eric Blake2013-07-031-1/+1
| | | | | | | | | | | | | | getgrouplist is part of glibc and LGPLv2+; the mgetgroups module is merely an ease-of-use wrapper around this interface. There's nothing in the algorithm worth protecting by the more-restrictive GPLv3+. See also this thread. https://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00092.html * modules/getugroups (License): Change from GPLv3+. * modules/mgetgroups (License): Likewise. * modules/getgroups (License): Change from LGPLv3+. Signed-off-by: Eric Blake <eblake@redhat.com>
* getugroups: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-0/+1
| | | | | * m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation. * modules/getugroups (Makefile.am): Augment lib_SOURCES.
* getugroups: Fix module description.Bruno Haible2011-05-231-0/+1
| | | | * modules/getugroups (Include): Set to "getugroups.h".
* Remove module EOVERFLOW.Bruno Haible2008-09-141-1/+1
|
* Use the EOVERFLOW module instead of a manual fallback for EOVERFLOW.Bruno Haible2008-03-301-0/+1
|
* * lib/getugroups.h: New file.Jim Meyering2007-07-041-0/+1
| | | | | | | | * lib/getugroups.c: Include "getugroups.h". Remove uses of "register" keyword. Move local variable, "cp", down into scope where used. Give "username" parameter the "const" attribute. * modules/getugroups (Files): Add lib/getugroups.h
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-1/+0
|
* Distribute all lib/* source files through EXTRA_DIST.Bruno Haible2006-10-121-0/+1
|
* Remove lib_SOURCES line from Makefile.am section of modules where thisPaul Eggert2005-03-211-2/+0
| | | | is now done automatically by the corresponding Autoconf macro.
* Add a license tag to every module.Bruno Haible2004-09-221-0/+3
|
* Add a Maintainer.Bruno Haible2003-01-201-0/+3
|
* Add module descriptions.Bruno Haible2003-01-131-0/+1
|
* Module description.Bruno Haible2002-12-311-0/+16