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