summaryrefslogtreecommitdiff
path: root/nis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0480-80/+80
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-15/+1
* 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-0829-29/+29
* Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-113-14/+14
* _nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-081-22/+7
* _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESSFlorian Weimer2015-03-021-1/+1
* Remove some references to bcopy/bcmp/bzero.Roland McGrath2015-01-132-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0280-80/+80
* Fix unbound stack use in NIS NSS moduleAndreas Schwab2014-05-124-0/+42
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1039-212/+212
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0180-80/+80
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Use proper #include for xdecrypt declarations.Roland McGrath2013-08-261-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-4/+4
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-5/+5
* Set reasonable limits for xdr_requests.Patsy Franklin2013-05-301-5/+13
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-164-0/+4
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0280-100/+80
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-014-8/+4
* 2012-10-01 Patsy Franklin <pfrankli@redhat.com>Jeff Law2012-10-011-5/+5
* Make sunrpc code usable againAndreas Jaeger2012-05-101-0/+6
* [BZ #13761]Jeff Law2012-03-291-15/+59
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-5/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0980-240/+160
* Remove pre-ISO C supportUlrich Drepper2012-01-071-16/+16
* Remove aliasing problems in NIS codeUlrich Drepper2011-12-021-2/+4
* Clean up internal fopen usesUlrich Drepper2011-11-152-5/+6
* Fix warning in nis_tableUlrich Drepper2011-11-121-18/+18
* nis/nss_nisplus: Kill warningsUlrich Drepper2011-07-062-7/+7
* nss_compat: query NIS domain only when neededAndreas Schwab2011-07-012-24/+30
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-103-9/+7
* Add a few more alloca size checksUlrich Drepper2011-05-221-14/+29
* Don't use removed rpc headersAndreas Schwab2011-05-051-2/+2
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-161-5/+6
* Fix some warning nits.Roland McGrath2011-02-045-11/+11
* Optimize last initgroups patch a bit.Ulrich Drepper2010-11-221-12/+12
* Fix multiple nss_compat initgroups() bugsUlrich Drepper2010-11-221-8/+11
* More copyright changes.Ulrich Drepper2010-09-0111-337/+393
* Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper2010-09-011-43/+2
* Fix use of extend_alloca in NISAndreas Schwab2010-06-141-1/+1
* Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper2010-04-075-47/+102
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-102-49/+56
* Fix error handling in NIS.Joe Landers2009-10-291-1/+2