about summary refs log tree commit diff
path: root/nss/nss_files
Commit message (Expand)AuthorAgeFilesLines
* nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer2018-08-141-0/+9
* nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer2018-07-061-71/+50
* nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer2018-06-251-22/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0117-17/+17
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-111-96/+129
* nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer2017-10-111-156/+138
* nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer2017-10-101-193/+202
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-183-93/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0118-18/+18
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0418-18/+18
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-2/+2
* Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-113-167/+67
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-04-291-1/+1
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-131-25/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0218-18/+18
* Remove IS_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2014-11-211-2/+5
* Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab2014-06-231-1/+3
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar2014-01-271-1/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0118-18/+18
* Use herrnop directlySiddhesh Poyarekar2013-12-021-2/+2
* Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar2013-11-281-250/+257
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-8/+51
* Use proper #include for xdecrypt declarations.Roland McGrath2013-08-261-3/+1
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-162-0/+2
* Remove non-standard initialisation of flexible array memberAndreas Schwab2013-04-231-1/+8
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0218-19/+18
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-1/+5
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0918-54/+36
* Clean up internal fopen usesUlrich Drepper2011-11-155-7/+7
* Fix buffer allocation in files initgroups handlerAndreas Schwab2011-11-071-1/+1
* Implement caching of nscdUlrich Drepper2011-10-071-0/+3
* Optimize libnss_files initializationUlrich Drepper2011-09-281-35/+18
* Correctly reparse group line after enlarging the bufferAndreas Schwab2011-09-271-4/+8
* More optimizations of nss_filesUlrich Drepper2011-08-202-7/+5
* Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper2011-08-201-3/+3
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-0/+72
* Reenable nss_db with a completely new implementationUlrich Drepper2011-06-1511-33/+34
* Report if no record is found by initgroups in nss_files.Ulrich Drepper2011-05-061-1/+3
* Fix reallocation bug in last nss_files change.Ulrich Drepper2011-04-211-1/+2
* Fix little issue with last change.Ulrich Drepper2011-04-191-2/+4
* Define initgroups callback for nss_files.Ulrich Drepper2011-04-191-0/+132
* Handle long lines in host lookups in the right place.Ulrich Drepper2011-01-131-6/+55
* Add self-contained test for NSS.Ulrich Drepper2010-08-111-3/+3
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-101-0/+5