glibc/grp
Zack Weinberg 2413e73c32 Don't install the internal header grp-merge.h
grp-merge.h was introduced in Stephen Gallagher's patch adding the
"group merging" feature to NSS.  It declares two functions, __copy_grp
and __merge_grp, both of which are tagged 'internal_function', which
means that nobody can even compile the contents of the header without
access to libc-symbols.h, which is not installed.  (Also, these
functions are GLIBC_PRIVATE exports from libc.so.)  Hence I believe
grp-merge.h should not be installed either.

This really needs to be in 2.24, so that no released version of the
library installs this header.

I hope that what I did to the ChangeLog diff will allow it to be
applied without hassle.

	* grp/Makefile: Don't install the internal header grp-merge.h.
2016-07-18 09:33:21 -03:00
..
Makefile Don't install the internal header grp-merge.h 2016-07-18 09:33:21 -03:00
Versions NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
compat-initgroups.c grp: Rewrite to use struct scratch_buffer instead of extend_alloca 2015-04-08 21:07:03 +02:00
fgetgrent.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
fgetgrent_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrent.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrent_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrgid.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrgid_r.c NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
getgrnam.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrnam_r.c NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
grp-merge.c NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
grp-merge.h NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
grp.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
initgroups.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
putgrent.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
setgroups.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
testgrp.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-putgrent.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst_fgetgrent.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst_fgetgrent.sh Make shebang interpreter directives consistent 2016-01-07 04:03:21 -05:00