summaryrefslogtreecommitdiff
path: root/modules/idcache
Commit message (Collapse)AuthorAgeFilesLines
* idcache: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-0/+1
| | | | | * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation. * modules/idcache (Makefile.am): Augment lib_SOURCES.
* idcache: Fix module description.Bruno Haible2011-05-241-0/+1
| | | | * modules/idcache (Include): Set to "idcache.h".
* New file: lib/idcache.hJim Meyering2007-08-181-0/+1
| | | | | | | | | | * NEWS: Mention the addition. * modules/idcache (Files): Add lib/idcache.h * lib/idcache.c: Include "idcache.h". Don't include <sys/types.h>. Add a FIXME comment. Move file-scoped "static" declarations to the top. * lib/idcache.h: New file. Include <sys/types.h> here, instead.
* * lib/idcache.c: Restore most of the 2006-11-06 patch, so as toJim Meyering2006-11-201-0/+1
| | | | | | | | continue using the flexible array member (thus, this module performs half as many malloc calls), with the addition that... (getgroup, getuser): Consistently record a non-match via an empty "name" string, and map an empty string match to a NULL return value. * modules/idcache (Depends-on): Re-add flexmember.
* * lib/idcache.c: Undo most recent patch, dated 2006-11-06.Paul Eggert2006-11-201-1/+0
| | | | | | It mishandled the case where the group was missing. Problem reported by Greg Schafer. * modules/idcache: Likewise.
* * lib/idcache.c: Include <stddef.h>, for offsetof.Paul Eggert2006-11-061-0/+1
| | | | | | (struct userid.name): Change from char * to a flexible array member. All uses changed. * modules/idcache (Depends-on): Add flexmember.
* 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/+17