aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer3-1/+81
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer3-96/+462
2017-10-11nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer1-156/+138
2017-10-10nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer1-193/+202
2017-10-04Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab8-1/+3339
2017-10-01Mark internal getXXXbyYYY functions with attribute_hidden [BZ #18822]H.J. Lu1-1/+2
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey4-7/+33
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2-0/+116
2017-08-31NSS: Remove internal_function function attributeFlorian Weimer4-12/+4
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu1-0/+1
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu4-11/+20
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-1/+1
2017-08-17Update nss tests to new skeletonDJ Delorie11-49/+42
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer6-17/+54
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer4-10/+5
2017-08-09nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer1-1/+9
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers1-1/+1
2017-07-21Correct nss/tst-nss-test5 configurationDJ Delorie1-1/+1
2017-07-21Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey1-1/+2
2017-07-17Extend NSS test suiteDJ Delorie10-92/+1185
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer5-30/+105
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer1-6/+0
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-2/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer5-99/+2
2017-03-15Fix build with --enable-static-nss [BZ #21088]Alexey Neyman1-1/+1
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-0/+1
2017-01-05Increase some test timeouts.Joseph Myers2-0/+2
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers63-63/+63
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2-9/+9
2016-12-23Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell2-0/+190
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel1-2/+1
2016-06-11nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer1-1/+7
2016-04-29NSS: Implement group merging support.Stephen Gallagher4-6/+137
2016-04-13Register extra test objectsAndreas Schwab1-0/+1
2016-03-29nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer1-2/+2
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers62-62/+62
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+1
2015-10-02Fix i386 build after put*ent hardening changes.Joseph Myers3-0/+3
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer6-71/+231
2015-09-25Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer1-1/+9
2015-09-22Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2-2/+3
2015-09-22Add test case for bug 18287Florian Weimer2-1/+237
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers9-9/+9
2015-08-09fix non-portable `echo -n` usageMike Frysinger1-9/+9
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 Weimer3-2/+120
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2-44/+30