aboutsummaryrefslogtreecommitdiff
path: root/nss/nsswitch.c
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-14nsswitch: handle missing actions properlyDJ Delorie
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey
2017-08-31NSS: Remove internal_function function attributeFlorian Weimer
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-03-15Fix build with --enable-static-nss [BZ #21088]Alexey Neyman
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-04-29NSS: Implement group merging support.Stephen Gallagher
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-28Avoid more warnings in nsswitch.cRoland McGrath
2012-09-28Avoid unused static function warning in nsswitch.c.Roland McGrath
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-22For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov
2012-04-062012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-11-15Clean up internal fopen usesUlrich Drepper
2011-10-07Implement caching of nscdUlrich Drepper
2011-10-06Stop crash in OOM handling in NSSUlrich Drepper
2011-10-06More fallout from OOM in NSSJiri Olsa
2011-10-06Handle OOM in NSSJiri Olsa
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper
2010-08-11Add self-contained test for NSS.Ulrich Drepper
2009-04-26* nss/nsswitch.c (__nss_lookup_function): En/Decrypt cachedUlrich Drepper
2007-12-26* nss/nsswitch.c (__nss_lookup): Actually use alternative name incvs/fedora-glibc-20071227T0908Ulrich Drepper
2007-10-30* nscd/Makefile (nscd-modules): Replace gethstbynm2_r withUlrich Drepper
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper
2007-01-14* nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): CorrectUlrich Drepper
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper
2005-12-20* sunrpc/auth_none.c (ops): Mark as const.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-06-15[BZ #217, BZ #219]Roland McGrath