aboutsummaryrefslogtreecommitdiff
path: root/nis
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-02_nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESSFlorian Weimer1-1/+1
2015-01-13Remove some references to bcopy/bcmp/bzero.Roland McGrath2-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers80-80/+80
2014-05-12Fix unbound stack use in NIS NSS moduleAndreas Schwab4-0/+42
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka39-212/+212
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae80-80/+80
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-4/+4
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-5/+5
2013-05-30Set reasonable limits for xdr_requests.Patsy Franklin1-5/+13
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold4-0/+4
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers80-100/+80
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers4-8/+4
2012-10-012012-10-01 Patsy Franklin <pfrankli@redhat.com>Jeff Law1-5/+5
2012-05-10Make sunrpc code usable againAndreas Jaeger1-0/+6
2012-03-29 [BZ #13761]Jeff Law1-15/+59
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-5/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert80-240/+160
2012-01-07Remove pre-ISO C supportUlrich Drepper1-16/+16
2011-12-02Remove aliasing problems in NIS codeUlrich Drepper1-2/+4
2011-11-15Clean up internal fopen usesUlrich Drepper2-5/+6
2011-11-12Fix warning in nis_tableUlrich Drepper1-18/+18
2011-07-06nis/nss_nisplus: Kill warningsUlrich Drepper2-7/+7
2011-07-01nss_compat: query NIS domain only when neededAndreas Schwab2-24/+30
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath3-9/+7
2011-05-22Add a few more alloca size checksUlrich Drepper1-14/+29
2011-05-05Don't use removed rpc headersAndreas Schwab1-2/+2
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper1-5/+6
2011-02-04Fix some warning nits.Roland McGrath5-11/+11
2010-11-22Optimize last initgroups patch a bit.Ulrich Drepper1-12/+12
2010-11-22Fix multiple nss_compat initgroups() bugsUlrich Drepper1-8/+11
2010-09-01More copyright changes.Ulrich Drepper11-337/+393
2010-09-01Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper1-43/+2
2010-06-14Fix use of extend_alloca in NISAndreas Schwab1-1/+1