summaryrefslogtreecommitdiff
path: root/nis/nss_nis
Commit message (Expand)AuthorAgeFilesLines
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-0812-4033/+0
* nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer2020-07-071-234/+0
* nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-253-27/+23
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0113-13/+13
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0713-13/+13
* nss_nis, nss_nisplus: Remove RES_USE_INET6 handlingFlorian Weimer2019-05-161-42/+13
* Break some lines before not after operators.Joseph Myers2019-02-221-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0113-13/+13
* _nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-251-10/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0113-13/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0113-13/+13
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+6
* Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2016-06-301-5/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0413-13/+13
* nss_nis: Do not call malloc_usable_size [BZ #10432]Florian Weimer2015-10-061-1/+0
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-0810-10/+10
* _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESSFlorian Weimer2015-03-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0213-13/+13
* Fix unbound stack use in NIS NSS moduleAndreas Schwab2014-05-124-0/+42
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1013-119/+119
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0113-13/+13
* Use proper #include for xdecrypt declarations.Roland McGrath2013-08-261-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0213-17/+13
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0913-39/+26
* Add a few more alloca size checksUlrich Drepper2011-05-221-14/+29
* Fix use of extend_alloca in NISAndreas Schwab2010-06-141-1/+1
* Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper2010-04-072-43/+87
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-101-22/+25
* Fix error handling in NIS.Joe Landers2009-10-291-1/+2
* Fix memory leak in NIS grp database handling.Joe Landers2009-10-291-10/+10
* Fix NIS and NIS+ getnetbyaddr backends.Ulrich Drepper2009-07-011-1/+1
* Fix memory leak when batch-reading large NIS password maps.Joe Landers2009-06-151-2/+2
* * resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper2008-12-081-2/+1
* * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memoryUlrich Drepper2008-12-071-22/+36
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-10/+108
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-281-1/+1
* [BZ #4381]Ulrich Drepper2007-04-231-4/+16
* * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): CorrectUlrich Drepper2007-01-141-1/+1
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-112-17/+5
* .Jakub Jelinek2007-07-312-5/+17
* * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If mapUlrich Drepper2006-08-192-0/+8
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-16/+13
* * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Don't try toUlrich Drepper2006-05-011-1/+2
* * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't try toUlrich Drepper2006-05-011-1/+2
* * nis/nss_nis/nis-spwd.c (internal_nis_getspent_r): Remove dataUlrich Drepper2006-04-296-289/+118
* * nis/nss-default.c (vars): Add SETENT_BATCH_READ.Ulrich Drepper2006-04-283-87/+450
* * nis/nss_nis/nis-service.c: Avoid passing pointer to staticUlrich Drepper2006-04-281-40/+100
* * nis/Makefile (libnsl-routimes): Add nss-default.Ulrich Drepper2006-04-142-2/+4
* * nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid callingUlrich Drepper2006-04-0913-488/+486
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-072-30/+29