packaging: Add support for configure-dumper
[platform/upstream/glibc.git] / nis /
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-09 Adhemerval Zanella... nis: Build libnsl with 64 bit time_t
2022-10-20 Adhemerval Zanella... nis: Fix nis_print_directory
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-02 Robbie Harwoodnis: Fix leak on realloc failure in nis_getnames [BZ...
2021-07-12 Florian Weimernis: nis_local_group may read from __nisgroup[-1] ...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-10-30 Joseph MyersDisable spurious -Warray-bounds for ypclnt.c (bug 26687)
2020-08-29 Thorsten KukukRemove obsolete default/nss code
2020-07-08 Petr VorelRemove --enable-obsolete-nsl configure flag
2020-07-07 Florian Weimernss: Remove cryptographic key support from nss_files...
2020-05-20 Lukasz Majewskiy2038: Replace __clock_gettime with __clock_gettime64
2020-02-25 Florian Weimernss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-10-30 Zack WeinbergChange most internal uses of __gettimeofday to __clock_...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-05-16 Florian Weimernss_nis, nss_nisplus: Remove RES_USE_INET6 handling
2019-02-27 Joseph MyersAdd some spaces before '('.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-02-13 Joseph MyersAdjust wording of two fall-through comments.
2019-02-06 Joseph MyersAvoid "inline" after return type in function definitions.
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-24 Andreas SchwabDon't build libnsl for new ABIs
2018-06-27 Maciej W. Rozyckinisplus: Correct pwent parsing issue and resulting...
2018-06-25 Florian Weimer_nss_nis_initgroups_dyn: Use struct scratch_buffer...
2018-01-29 Florian Weimerlibnsl: Turn remaining symbols into compat symbols...
2018-01-26 Andreas SchwabBuild only shared libnsl objects if NIS is disabled...
2018-01-12 Florian Weimerlibnsl: Do not install libnsl.so, libnsl.a if NIS is...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-23 Florian Weimernss: Export nscd hash function as __nss_hash [BZ #22459]
2017-10-11 Andreas Schwabnscd: remove reference to libnsl
2017-10-04 Andreas SchwabMove nss_compat from nis to nss subdir and install...
2017-08-07 Joseph MyersConsistently use uintN_t not u_intN_t everywhere.
2017-06-04 Zack WeinbergInclude shlib-compat.h in many sunrpc/nis source files.
2017-04-19 Florian WeimerCreate more sockets with SOCK_CLOEXEC [BZ #15722]
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-03-21 Thorsten KukukMerge branch 'master' of ssh://sourceware.org/git/glibc
2017-03-21 Thorsten KukukDeprecate libnsl by default (only shared library will be
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Florian Weimerresolv: Deprecate the "inet6" option and RES_USE_INET6...
2016-12-21 Joseph MyersFix nss_nisplus build with mainline GCC (bug 20978).
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): Simple self-contai...
2016-06-30 Andreas SchwabReturn proper status from _nss_nis_initgroups_dyn ...
2016-04-15 Yvan RouxSuppress GCC 6 warning about ambiguous 'else' with...
2016-01-21 Chris MetcalfSilence some false positive warnings for gcc 4.7
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-17 Florian WeimerAssume that SOCK_CLOEXEC is available and works
2015-10-06 Florian Weimernss_nis: Do not call malloc_usable_size [BZ #10432]
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-05-11 Andreas SchwabSeparate internal state between getXXent and getXXbyYY...
2015-04-08 Florian Weimer_nss_compat_initgroups_dyn: Use struct scratch_buffer...
2015-03-02 Florian Weimer_nss_nis_initgroups_dyn: Return status instead of NSS_S...
2015-01-13 Roland McGrathRemove some references to bcopy/bcmp/bzero.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-05-12 Andreas SchwabFix unbound stack use in NIS NSS module
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-08-30 Ondřej BílkaFix typos.
2013-08-29 Ondřej BílkaFix typos.
2013-08-26 Roland McGrathUse proper #include for xdecrypt declarations.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-05-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-31 Patsy FranklinSet reasonable limits for xdr_requests.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-10-01 Jeff Law2012-10-01 Patsy Franklin <pfrankli@redhat.com>
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-10 Andreas JaegerMake sunrpc code usable again
2012-03-29 Jeff Law [BZ #13761]
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2011-12-03 Ulrich DrepperRemove aliasing problems in NIS code
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-11-12 Ulrich DrepperFix warning in nis_table
2011-07-07 Ulrich Dreppernis/nss_nisplus: Kill warnings
2011-07-01 Andreas Schwabnss_compat: query NIS domain only when needed
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-05-23 Ulrich DrepperAdd a few more alloca size checks
2011-05-05 Andreas SchwabDon't use removed rpc headers
2011-04-17 Ulrich DrepperObsolete RPC implementation in libc.
2011-02-04 Roland McGrathFix some warning nits.
2010-11-22 Ulrich DrepperOptimize last initgroups patch a bit.
2010-11-22 Ulrich DrepperFix multiple nss_compat initgroups() bugs
2010-09-01 Ulrich DrepperMore copyright changes.
2010-09-01 Ulrich DrepperRemove duplicate version of pmap_getport from NIS code.
2010-06-14 Andreas SchwabFix use of extend_alloca in NIS
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-07 Ulrich DrepperImplement new mode for NIS passwd.adjunct.byname table.
2009-12-10 Ulrich DrepperFix a few error cases in *name4_r lookup handling.
2009-10-30 Joe LandersFix error handling in NIS.
2009-10-29 Joe LandersFix memory leak in NIS grp database handling.
2009-07-01 Ulrich DrepperFix NIS and NIS+ getnetbyaddr backends.
next