summaryrefslogtreecommitdiff
path: root/grp
AgeCommit message (Expand)Author
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-06-12Fix grp.h endgrent, getgrent namespace (bug 18528).Joseph Myers
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-10-17Correctly handle missing initgroups databaseAndreas Schwab
2011-09-10Cleanup of configuration optionsUlrich Drepper
2011-06-15Fix handling of initgroups database.Ulrich Drepper
2011-05-19Remove __libc_alloca_cutoff workaroundAndreas Schwab
2011-05-10More configurability for secondary group lookupUlrich Drepper
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper
2010-08-11Add self-contained test for NSS.Ulrich Drepper
2010-01-12Fix up grp.h for XPG7.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-02-07* grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.Ulrich Drepper
2009-02-07[BZ #9781]Ulrich Drepper
2008-10-30* grp/initgroups.c (internal_getgrouplist): Don't prematurelyUlrich Drepper
2006-08-03[BZ #2883]Ulrich Drepper
2006-08-03 (getgrouplist): Simplify code a bit. Don't allocate one additionalUlrich Drepper
2006-08-03* grp/initgroups.c (internal_getgrouplist): Remove unnecessaryUlrich Drepper
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2005-03-29[BZ #661]Roland McGrath
2005-01-12* grp/putgrent.c (putgrent): Don't write 0 as groupUlrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper