about summary refs log tree commit diff
path: root/nis
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0143-43/+43
* nis: Fix stringop-truncation warning with -O3 in nis_local_host.Stefan Liebler2023-03-021-3/+7
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-064-6/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0643-43/+43
* nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2022-12-091-5/+5
* nis: Fix nis_print_directoryAdhemerval Zanella Netto2022-10-201-31/+28
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0143-43/+43
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0340-40/+0
* nis: Fix leak on realloc failure in nis_getnames [BZ #28150]Robbie Harwood2021-08-021-4/+4
* nis: nis_local_group may read from __nisgroup[-1] (bug 28075)Florian Weimer2021-07-121-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0243-43/+43
* Disable spurious -Warray-bounds for ypclnt.c (bug 26687)Joseph Myers2020-10-301-0/+8
* Remove obsolete default/nss codeThorsten Kukuk2020-08-292-43/+0
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-0839-10932/+3
* nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer2020-07-073-646/+1
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-201-9/+7
* nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-254-27/+24
* nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-131-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0176-76/+76
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-1/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0776-76/+76
* nss_nis, nss_nisplus: Remove RES_USE_INET6 handlingFlorian Weimer2019-05-162-89/+25
* Add some spaces before '('.Joseph Myers2019-02-272-2/+2
* Break some lines before not after operators.Joseph Myers2019-02-229-43/+43
* Adjust wording of two fall-through comments.Joseph Myers2019-02-131-0/+1
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0176-76/+76
* Don't build libnsl for new ABIsAndreas Schwab2018-09-241-0/+10
* nisplus: Correct pwent parsing issue and resulting build error [BZ #23266]Maciej W. Rozycki2018-06-271-2/+2
* _nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-251-10/+17
* libnsl: Turn remaining symbols into compat symbols [BZ #22701]Florian Weimer2018-01-295-5/+5
* Build only shared libnsl objects if NIS is disabled (bug 22701)Andreas Schwab2018-01-261-1/+2
* libnsl: Do not install libnsl.so, libnsl.a if NIS is disabled [BZ #22701]Florian Weimer2018-01-121-1/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0176-76/+76
* nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2017-11-232-55/+11
* nscd: remove reference to libnslAndreas Schwab2017-10-111-2/+0
* Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab2017-10-046-3265/+1
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-071-6/+6
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-0436-0/+36
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-191-1/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-184-200/+8
* Deprecate libnsl by default (only shared library will beThorsten Kukuk2017-03-2137-81/+138
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0180-80/+80
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-312-11/+11
* Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers2016-12-211-1/+1
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-1/+1
* Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2016-06-301-5/+11
* Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux2016-04-151-9/+11
* Silence some false positive warnings for gcc 4.7Chris Metcalf2016-01-211-0/+9