aboutsummaryrefslogtreecommitdiff
path: root/grp
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert20-20/+20
2020-12-14nsswitch: handle missing actions properlyDJ Delorie10-2/+104
2020-12-04nsswitch: use new internal API (callers)DJ Delorie2-24/+15
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-07-21grp: Implement fgetgrent_r using __nss_fgetent_rFlorian Weimer1-48/+6
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-7/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert18-18/+18
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers1-1/+9
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-9/+9
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey1-1/+7
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu1-2/+0
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer1-5/+0
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer2-6/+2
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-19Fix cast-after-dereferenceDJ Delorie1-1/+1
2017-07-14Fix BZ #21654 - grp-merge.c alignmentDJ Delorie1-0/+16
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-2/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2016-07-18Don't install the internal header grp-merge.hZack Weinberg1-1/+1
2016-04-29NSS: Implement group merging support.Stephen Gallagher6-2/+236
2016-01-07Make shebang interpreter directives consistentMarko Myllynen1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-3/+1
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer3-8/+176
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-06-12Fix grp.h endgrent, getgrent namespace (bug 18528).Joseph Myers1-2/+0
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer2-19/+9
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+3
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+3
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-5/+4
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-2/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-6/+6
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka4-5/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae15-15/+15
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2-6/+6
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers15-16/+15
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-1/+0
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf1-2/+2
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers2-9/+6
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2-3/+4
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath1-3/+3