]> git.ipfire.org Git - thirdparty/glibc.git/history - nss/nss_files
Define write_profiling functions only in profile library [BZ #31756]
[thirdparty/glibc.git] / nss / nss_files /
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-07-24  Andreas SchwabRestore lookup of IPv4 mapped addresses in files databa...
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-02-17  Qihao ChencaoUse uintptr_t instead of performing pointer subtraction...
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-14  Stefan LieblerFix linknamespace errors and local-plt-usages in nss_files.
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-07-07  Florian Weimernss_files: Allocate nscd file registration data on...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-07-21  Florian Weimernss: Add __nss_fgetent_r
2020-07-21  Florian Weimernss_files: Use generic result pointer in parse_line
2020-07-21  Florian Weimernss_files: Consolidate line parse declarations in ...
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-02-13  Florian Weimernss_files: Use NSS_DECLARE_MODULE_FUNCTIONS
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-05-16  Florian Weimernss_files: Remove RES_USE_INET6 from hosts processing
2019-01-31  Florian Weimernss_files: Fix /etc/aliases null pointer dereference...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
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-06-25  Florian Weimernss_files: Use struct scratch_buffer instead of extend_...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-10-11  Florian Weimernss_files: Avoid large buffers with many host addresses...
2017-10-11  Florian Weimernss_files: Use struct scratch_buffer for gethostbyname...
2017-10-10  Florian Weimernss_files: Refactor gethostbyname3 multi case into...
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-31  Florian Weimerresolv: Deprecate the "inet6" option and RES_USE_INET6...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
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-29  Florian WeimerCVE-2014-8121: Do not close NSS files database during...
2015-03-13  Carlos O'DonellEnhance nscd's inotify support (Bug 14906).
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-24  Siddhesh PoyarekarRemove IS_IN_libc
2014-11-21  Alexandre OlivaBZ#14498: fix infinite loop in nss_db_getservbyname
2014-06-23  Andreas SchwabDon't ignore too long lines in nss_files (BZ #17079)
2014-05-26  Siddhesh PoyarekarUse NSS_STATUS_TRYAGAIN to indicate insufficient buffer...
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-27  Siddhesh PoyarekarFix invalid memory access when parsing netgroup files...
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-02  Siddhesh PoyarekarUse herrnop directly
2013-11-28  Siddhesh PoyarekarGet canonical name in getaddrinfo from hosts file for...
2013-10-30  Siddhesh PoyarekarFix reads for sizes larger than INT_MAX in AF_INET...
2013-08-26  Roland McGrathUse proper #include for xdecrypt declarations.
2013-06-06  Ondrej BilkaFix leading whitespaces.
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-23  Andreas SchwabRemove non-standard initialisation of flexible array...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-22  Roland McGrathBZ#13696: Add --disable-nscd configure option.
2012-07-30  Roland McGrathFix lots of bitrot for stub configurations.
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-11-15  Ulrich DrepperClean up internal fopen uses
2011-11-07  Andreas SchwabFix buffer allocation in files initgroups handler
2011-10-07  Ulrich DrepperImplement caching of nscd
2011-09-28  Ulrich DrepperOptimize libnss_files initialization
2011-09-27  Andreas SchwabCorrectly reparse group line after enlarging the buffer
2011-08-20  Ulrich DrepperMore optimizations of nss_files
2011-08-20  Ulrich DrepperMinor optimizatin in alias lookup in files NSS module
2011-07-11  Ulrich DrepperGeneralize framework to register monitoring of files...
2011-06-16  Ulrich DrepperReenable nss_db with a completely new implementation
2011-05-06  Ulrich DrepperReport if no record is found by initgroups in nss_files.
2011-04-21  Ulrich DrepperFix reallocation bug in last nss_files change.
2011-04-19  Ulrich DrepperFix little issue with last change.
2011-04-19  Ulrich DrepperDefine initgroups callback for nss_files.
2011-01-13  Ulrich DrepperHandle long lines in host lookups in the right place.
2010-08-11  Ulrich DrepperAdd self-contained test for NSS.
2009-12-10  Ulrich DrepperFix a few error cases in *name4_r lookup handling.
2009-10-30  Steve LangasekFix nss_files if /etc/hosts is missing.
2009-07-01  Ulrich DrepperFix getent networks lookup and resulting incorrect...
2009-07-01  Ulrich DrepperFix getnetbyaddr implementation.
2009-04-23  Ulrich Drepper[BZ #9955]
2009-01-09  Ulrich Drepper[BZ #9705]
2008-05-10  Ulrich Drepper* include/resolv.h: Adjust __libc_res_nquery and __libc...
2008-04-09  Ulrich Drepper* nss_files/files-XXX.c (_nss_files_getXXent_r): Restor...
2008-03-24  Ulrich Drepper* nis/nis_call.c (nis_server_cache_search): Save errno...
2007-08-10  Ulrich Drepper* nss/nss_files/files-XXX.c (internal_setent): Use...
2007-07-28  Ulrich Drepper* nss/nsswitch.c (__nss_lookup_function): Don't cast...
2007-04-23  Ulrich Drepper(HOST_DB_LOOKUP): Ensure sufficient alignment of buffer...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-11-20  Ulrich Drepper* nss/nss_files/files-hosts.c (LINE_PARSER): Support... cvs/fedora-glibc-20061120T1000
2006-11-15  Ulrich Drepper* nss/nss_files/files-alias.c (get_next_alias): Set...
2006-04-07  Ulrich Drepper* libio/fmemopen.c (fmemopen): Free stream memory in...
2005-11-25  Ulrich Drepper[BZ #1926]
2005-09-10  Ulrich Drepper* inet/getnetgrent_r.c: Include assert. cvs/fedora-glibc-20050912T0656
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-11-23  Ulrich DrepperUpdate.
2004-10-26  Roland McGratheither libc_hidden_def or libnss_files_hidden_def,...
2004-10-26  Roland McGrath* nss/nss_files/files-parse.c (nss_files_parse_hidden_d...
2004-10-24  Ulrich DrepperUpdate.
2004-05-26  Ulrich DrepperUpdate.
next