aboutsummaryrefslogtreecommitdiff
path: root/nss/nss_files
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2-2/+2
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab3-167/+67
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer1-1/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell1-25/+21
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva1-2/+5
2014-06-23Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab1-1/+3
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-27Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar1-1/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae18-18/+18
2013-12-02Use herrnop directlySiddhesh Poyarekar1-2/+2
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar1-250/+257
2013-10-30Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar1-8/+51
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath1-3/+1
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2-0/+2
2013-04-23Remove non-standard initialisation of flexible array memberAndreas Schwab1-1/+8
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers18-19/+18
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath1-1/+5
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-1/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert18-54/+36
2011-11-15Clean up internal fopen usesUlrich Drepper5-7/+7
2011-11-07Fix buffer allocation in files initgroups handlerAndreas Schwab1-1/+1
2011-10-07Implement caching of nscdUlrich Drepper1-0/+3
2011-09-28Optimize libnss_files initializationUlrich Drepper1-35/+18
2011-09-27Correctly reparse group line after enlarging the bufferAndreas Schwab1-4/+8
2011-08-20More optimizations of nss_filesUlrich Drepper2-7/+5
2011-08-20Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper1-3/+3
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper1-0/+72
2011-06-15Reenable nss_db with a completely new implementationUlrich Drepper11-33/+34
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper1-1/+3
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper1-1/+2
2011-04-19Fix little issue with last change.Ulrich Drepper1-2/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper1-0/+132
2011-01-13Handle long lines in host lookups in the right place.Ulrich Drepper1-6/+55
2010-08-11Add self-contained test for NSS.Ulrich Drepper1-3/+3
2009-12-10Fix a few error cases in *name4_r lookup handling.Ulrich Drepper1-0/+5
2009-10-29Fix nss_files if /etc/hosts is missing.Steve Langasek1-1/+6
2009-07-01Fix getent networks lookup and resulting incorrect NSS change.Ulrich Drepper1-1/+1
2009-07-01Fix getnetbyaddr implementation.Ulrich Drepper1-2/+3
2009-04-23[BZ #9955]Ulrich Drepper2-20/+106
2009-01-09[BZ #9705]Ulrich Drepper1-3/+17
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper1-8/+125
2008-04-09* nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.Ulrich Drepper1-1/+1
2008-03-24* nis/nis_call.c (nis_server_cache_search): Save errno around statUlrich Drepper1-1/+6
2007-08-10* nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC ifUlrich Drepper3-34/+92
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper1-1/+1
2007-04-23(HOST_DB_LOOKUP): Ensure sufficient alignment of buffer and tmp_buffer.Ulrich Drepper1-2/+8