Age | Commit message (Expand) | Author | Files | Lines |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 1 | -15/+1 |
2015-10-06 | nss_nis: Do not call malloc_usable_size [BZ #10432] | Florian Weimer | 1 | -1/+0 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 29 | -29/+29 |
2015-05-11 | Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007) | Andreas Schwab | 3 | -14/+14 |
2015-04-08 | _nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 1 | -22/+7 |
2015-03-02 | _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESS | Florian Weimer | 1 | -1/+1 |
2015-01-13 | Remove some references to bcopy/bcmp/bzero. | Roland McGrath | 2 | -2/+2 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 80 | -80/+80 |
2014-05-12 | Fix unbound stack use in NIS NSS module | Andreas Schwab | 4 | -0/+42 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 39 | -212/+212 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 80 | -80/+80 |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-29 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-26 | Use proper #include for xdecrypt declarations. | Roland McGrath | 1 | -1/+1 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -4/+4 |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -5/+5 |
2013-05-30 | Set reasonable limits for xdr_requests. | Patsy Franklin | 1 | -5/+13 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 4 | -0/+4 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 80 | -100/+80 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 4 | -8/+4 |
2012-10-01 | 2012-10-01 Patsy Franklin <pfrankli@redhat.com> | Jeff Law | 1 | -5/+5 |
2012-05-10 | Make sunrpc code usable again | Andreas Jaeger | 1 | -0/+6 |
2012-03-29 | [BZ #13761] | Jeff Law | 1 | -15/+59 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -5/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 80 | -240/+160 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -16/+16 |
2011-12-02 | Remove aliasing problems in NIS code | Ulrich Drepper | 1 | -2/+4 |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 2 | -5/+6 |
2011-11-12 | Fix warning in nis_table | Ulrich Drepper | 1 | -18/+18 |
2011-07-06 | nis/nss_nisplus: Kill warnings | Ulrich Drepper | 2 | -7/+7 |
2011-07-01 | nss_compat: query NIS domain only when needed | Andreas Schwab | 2 | -24/+30 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 3 | -9/+7 |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | 1 | -14/+29 |
2011-05-05 | Don't use removed rpc headers | Andreas Schwab | 1 | -2/+2 |
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 1 | -5/+6 |
2011-02-04 | Fix some warning nits. | Roland McGrath | 5 | -11/+11 |
2010-11-22 | Optimize last initgroups patch a bit. | Ulrich Drepper | 1 | -12/+12 |
2010-11-22 | Fix multiple nss_compat initgroups() bugs | Ulrich Drepper | 1 | -8/+11 |
2010-09-01 | More copyright changes. | Ulrich Drepper | 11 | -337/+393 |
2010-09-01 | Remove duplicate version of pmap_getport from NIS code. | Ulrich Drepper | 1 | -43/+2 |
2010-06-14 | Fix use of extend_alloca in NIS | Andreas Schwab | 1 | -1/+1 |
2010-04-07 | Implement new mode for NIS passwd.adjunct.byname table. | Ulrich Drepper | 5 | -47/+102 |
2009-12-10 | Fix a few error cases in *name4_r lookup handling. | Ulrich Drepper | 2 | -49/+56 |
2009-10-29 | Fix error handling in NIS. | Joe Landers | 1 | -1/+2 |
2009-10-29 | Fix memory leak in NIS grp database handling. | Joe Landers | 1 | -10/+10 |
2009-07-01 | Fix NIS and NIS+ getnetbyaddr backends. | Ulrich Drepper | 2 | -2/+2 |
2009-06-20 | Fix broken up NIS groups for compat NSS module. | Ulrich Drepper | 1 | -75/+125 |
2009-06-15 | Fix memory leak when batch-reading large NIS password maps. | Joe Landers | 1 | -2/+2 |