about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-113-96/+462
* 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
* Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab2017-10-048-1/+3339
* Mark internal getXXXbyYYY functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+2
* Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey2017-09-124-7/+33
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-012-0/+116
* NSS: Remove internal_function function attributeFlorian Weimer2017-08-314-12/+4
* Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu2017-08-211-0/+1
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-214-11/+20
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-1/+1
* Update nss tests to new skeletonDJ Delorie2017-08-1711-49/+42
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer2017-08-146-17/+54
* NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer2017-08-134-10/+5
* nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer2017-08-091-1/+9
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-071-1/+1
* Correct nss/tst-nss-test5 configurationDJ Delorie2017-07-211-1/+1
* Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey2017-07-211-1/+2
* Extend NSS test suiteDJ Delorie2017-07-1710-92/+1185
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-035-30/+105
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-6/+0
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-2/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-185-99/+2
* Fix build with --enable-static-nss [BZ #21088]Alexey Neyman2017-03-151-1/+1
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-0/+1
* Increase some test timeouts.Joseph Myers2017-01-052-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0163-63/+63
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-312-9/+9
* Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell2016-12-232-0/+190
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-06-111-1/+7
* NSS: Implement group merging support.Stephen Gallagher2016-04-294-6/+137
* Register extra test objectsAndreas Schwab2016-04-131-0/+1
* nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer2016-03-291-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0462-62/+62
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+1
* Fix i386 build after put*ent hardening changes.Joseph Myers2015-10-023-0/+3
* Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer2015-10-026-71/+231
* Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer2015-09-251-1/+9
* Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2015-09-222-2/+3
* Add test case for bug 18287Florian Weimer2015-09-222-1/+237
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-089-9/+9
* fix non-portable `echo -n` usageMike Frysinger2015-08-091-9/+9
* 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-293-2/+120
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-132-44/+30
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-041-41/+0