aboutsummaryrefslogtreecommitdiff
path: root/nis
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert43-43/+43
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar40-40/+0
2021-08-02nis: Fix leak on realloc failure in nis_getnames [BZ #28150]Robbie Harwood1-4/+4
2021-07-12nis: nis_local_group may read from __nisgroup[-1] (bug 28075)Florian Weimer1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert43-43/+43
2020-10-30Disable spurious -Warray-bounds for ypclnt.c (bug 26687)Joseph Myers1-0/+8
2020-08-29Remove obsolete default/nss codeThorsten Kukuk2-43/+0
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel39-10932/+3
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer3-646/+1
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski1-9/+7
2020-02-25nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer4-27/+24
2020-02-13nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers76-76/+76
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-1/+3
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert76-76/+76
2019-05-16nss_nis, nss_nisplus: Remove RES_USE_INET6 handlingFlorian Weimer2-89/+25
2019-02-27Add some spaces before '('.Joseph Myers2-2/+2
2019-02-22Break some lines before not after operators.Joseph Myers9-43/+43
2019-02-13Adjust wording of two fall-through comments.Joseph Myers1-0/+1
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers76-76/+76
2018-09-24Don't build libnsl for new ABIsAndreas Schwab1-0/+10
2018-06-27nisplus: Correct pwent parsing issue and resulting build error [BZ #23266]Maciej W. Rozycki1-2/+2
2018-06-25_nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]Florian Weimer1-10/+17
2018-01-29libnsl: Turn remaining symbols into compat symbols [BZ #22701]Florian Weimer5-5/+5
2018-01-26Build only shared libnsl objects if NIS is disabled (bug 22701)Andreas Schwab1-1/+2
2018-01-12libnsl: Do not install libnsl.so, libnsl.a if NIS is disabled [BZ #22701]Florian Weimer1-1/+9
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers76-76/+76
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2-55/+11
2017-10-11nscd: remove reference to libnslAndreas Schwab1-2/+0
2017-10-04Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab6-3265/+1
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers1-6/+6
2017-06-04Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg36-0/+36
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer1-1/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer4-200/+8
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk37-81/+138
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers80-80/+80
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2-11/+11
2016-12-21Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers1-1/+1
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-1/+1
2016-06-30Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab1-5/+11
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux1-9/+11
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf1-0/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers80-80/+80
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-15/+1
2015-10-06nss_nis: Do not call malloc_usable_size [BZ #10432]Florian Weimer1-1/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers29-29/+29
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab3-14/+14
2015-04-08_nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-22/+7