aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2024-01-12CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-2/+1
2023-09-26Avoid error due to -Wimplicit-function-declarationPranav Kant1-0/+1
2021-08-27Update passwd.borg handling to use passwd.borg.realStan Shebs1-64/+151
2021-08-27Add a note about passwd.borg.base organizationStan Shebs1-0/+1
2018-03-02Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab2-5/+5
2018-03-28Fix GCC compilation issues in cherrypicksStan Shebs1-1/+1
2016-11-03Handle a not-found case in borg passwd lookupStan Shebs1-2/+5
2016-09-30Call the correct function.Michael Rothwell1-4/+4
2016-09-30Augment borg-pwd to also search through passwd.borg.base, if it exists.Michael Rothwell1-9/+20
2015-08-21Describe borg-pwd better, remove dead code.Stan Shebs1-7/+2
2016-07-06Update nss_cache.c and nss_cache.h to current upstream version. This makes ge...Max Kanat-Alexander2-222/+193
2018-03-14Update an include pathStan Shebs1-1/+1
2014-02-28Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19Paul Pluzhnikov6-3/+1262
2018-01-19De-nest makedb.cStan Shebs1-0/+45
2018-01-30nss: Adjust tests to use nss_files onlyFlorian Weimer2-0/+6
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers80-80/+80
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