]> sourceware.org Git - glibc.git/history - nss/Makefile
Test errno setting on strtod overflow in tst-strtod-round
[glibc.git] / nss / Makefile
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-10-24 Arjun ShankarMove getnameinfo from 'inet' to 'nss'
2023-10-24 Arjun ShankarMove getaddrinfo from 'posix' into 'nss'
2023-10-24 Arjun ShankarMove 'services' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'rpc' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'protocols' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'networks' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'netgroup' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'hosts' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'ethers' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarMove 'aliases' routines from 'inet' into 'nss'
2023-10-24 Arjun ShankarRemove 'shadow' and merge into 'nss'
2023-10-24 Arjun ShankarRemove 'pwd' and merge into 'nss'
2023-10-24 Arjun ShankarRemove 'gshadow' and merge into 'nss'
2023-10-24 Arjun ShankarRemove 'grp' and merge into 'nss' and 'posix'
2023-10-04 Arjun Shankarnss: Rearrange and sort Makefile variables
2023-09-25 Romain GeisslerFix leak in getaddrinfo introduced by the fix for CVE...
2023-09-15 Siddhesh Poyarekargetaddrinfo: Fix use after free in getcanonname (CVE...
2023-07-24 Andreas SchwabRestore lookup of IPv4 mapped addresses in files databa...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-05-23 Noah Goldsteinnss: Add tests for the nss_hash in nss_hash.h
2022-03-22 Siddhesh PoyarekarSimplify allocations and fix merge and continue actions...
2022-03-17 Siddhesh Poyarekarnss: Sort tests and tests-container and put one test...
2022-03-11 Florian Weimernss: Protect against errno changes in function lookup...
2022-03-11 Florian Weimernss: Do not mention NSS test modules in <gnu/lib-names.h>
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-13 H.J. LuDisable DT_RUNPATH on NSS tests [BZ #28455]
2021-07-08 Florian Weimernss: Do not install static linker input files for libns...
2021-07-07 Florian Weimernss: Access nss_files through direct references
2021-07-07 Florian Weimernss_files: Move into libc
2021-07-07 Florian Weimernss_files: Add generic code for set*ent, end*ent and...
2021-06-03 Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-03-09 DJ Delorienss: fix nss_database_lookup2's alternate handling...
2021-01-27 DJ Deloriensswitch: do not reload if "/" changes
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-04 DJ Deloriensswitch: use new internal API (core)
2020-12-04 Florian Weimernss: Implement <nss_database.h>
2020-12-04 Florian Weimer<nss_action.h>: New abstraction for combining NSS modul...
2020-12-04 Florian Weimernss: Introduce <nss_module.h>
2020-07-21 Florian Weimernss: Add __nss_fgetent_r
2020-07-21 Florian Weimernss_files: Consolidate file opening in __nss_files_fopen
2020-07-07 Florian Weimernss: Remove cryptographic key support from nss_files...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-07-10 DJ Delorienss_db: fix endent wrt NULL mappings [BZ #24695] [BZ...
2019-03-14 Florian Weimernss: Fix tst-nss-files-alias-truncated for default...
2019-02-08 Patsy Franklinnss: Add tst-nss-files-hosts-long test [BZ #21915]
2019-01-31 Florian Weimernss_files: Fix /etc/aliases null pointer dereference...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-14 Stefan LieblerAdd missing libnss_testX.so requirement for tst-nss...
2018-08-23 DJ DelorieAdd test-in-container infrastructure.
2018-08-14 Florian Weimernss_files: Fix file stream leak in aliases lookup ...
2018-07-06 Florian Weimernss_files: Fix re-reading of long lines [BZ #18991]
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 Florian Weimernss_files: Avoid large buffers with many host addresses...
2017-10-04 Andreas SchwabMove nss_compat from nis to nss subdir and install...
2017-09-01 Florian Weimergetaddrinfo: Fix error handling in gethosts [BZ #21915...
2017-08-21 H.J. LuDon't compile non-lib modules as lib modules [BZ #21864]
2017-08-14 Florian WeimerNSS: Replace exported NSS lookup functions with stubs...
2017-07-17 DJ DelorieExtend NSS test suite
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-23 Carlos O'DonellAdd deferred cancellation regression test for getpwuid_r.
2016-04-13 Andreas SchwabRegister extra test objects
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-02 Florian WeimerHarden putpwent, putgrent, putspent, putspent against...
2015-09-22 Florian WeimerTest in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe...
2015-09-22 Florian WeimerAdd test case for bug 18287
2015-04-29 Florian WeimerCVE-2014-8121: Do not close NSS files database during...
2015-02-06 Roland McGrathExclude rpcent functions and NSS backends for rpc,...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-05-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-21 Andreas SchwabFix parsing of numeric hosts in gethostbyname_r
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-09-28 Roland McGrathQuiet make warning under --disable-shared.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-04-06 Paul Pluzhnikov2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-23 Paul Pluzhnikov2012-03-23 Daniel Jacobowitz <dmj@google.com>
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.
2011-07-11 Ulrich DrepperGeneralize framework to register monitoring of files...
2011-06-16 Ulrich DrepperInstall db-Makefile
2011-06-16 Ulrich DrepperAdd initgroups lookups to nss_db
2011-06-16 Ulrich DrepperReenable nss_db with a completely new implementation
2011-06-16 Ulrich DrepperRewrite makedb to avoid using db library
2011-04-19 Ulrich DrepperDefine initgroups callback for nss_files.
2011-04-17 Ulrich DrepperObsolete RPC implementation in libc.
2010-08-11 Ulrich DrepperAdd self-contained test for NSS.
2009-04-23 Ulrich Drepper[BZ #9955]
2007-08-10 Ulrich Drepper* nss/nss_files/files-XXX.c (internal_setent): Use...
2002-09-29 Ulrich DrepperUpdate.
2002-09-12 Roland McGrath* nss/bug-erange.c: New file.
next
This page took 1.132677 seconds and 108 git commands to generate.