Age | Commit message (Expand) | Author | Files | Lines |
2019-02-13 | Adjust wording of two fall-through comments. | Joseph Myers | 1 | -0/+1 |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 76 | -76/+76 |
2018-09-24 | Don't build libnsl for new ABIs | Andreas Schwab | 1 | -0/+10 |
2018-06-27 | nisplus: Correct pwent parsing issue and resulting build error [BZ #23266] | Maciej W. Rozycki | 1 | -2/+2 |
2018-06-25 | _nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023] | Florian Weimer | 1 | -10/+17 |
2018-01-29 | libnsl: Turn remaining symbols into compat symbols [BZ #22701] | Florian Weimer | 5 | -5/+5 |
2018-01-26 | Build only shared libnsl objects if NIS is disabled (bug 22701) | Andreas Schwab | 1 | -1/+2 |
2018-01-12 | libnsl: Do not install libnsl.so, libnsl.a if NIS is disabled [BZ #22701] | Florian Weimer | 1 | -1/+9 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 76 | -76/+76 |
2017-11-23 | nss: Export nscd hash function as __nss_hash [BZ #22459] | Florian Weimer | 2 | -55/+11 |
2017-10-11 | nscd: remove reference to libnsl | Andreas Schwab | 1 | -2/+0 |
2017-10-04 | Move nss_compat from nis to nss subdir and install it unconditionally | Andreas Schwab | 6 | -3265/+1 |
2017-08-07 | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 1 | -6/+6 |
2017-06-04 | Include shlib-compat.h in many sunrpc/nis source files. | Zack Weinberg | 36 | -0/+36 |
2017-04-19 | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer | 1 | -1/+1 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 4 | -200/+8 |
2017-03-21 | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 37 | -81/+138 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 80 | -80/+80 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 2 | -11/+11 |
2016-12-21 | Fix nss_nisplus build with mainline GCC (bug 20978). | Joseph Myers | 1 | -1/+1 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -1/+1 |
2016-06-30 | Return proper status from _nss_nis_initgroups_dyn (bug 20262) | Andreas Schwab | 1 | -5/+11 |
2016-04-15 | Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses | Yvan Roux | 1 | -9/+11 |
2016-01-21 | Silence some false positive warnings for gcc 4.7 | Chris Metcalf | 1 | -0/+9 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 80 | -80/+80 |
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 |