]> git.ipfire.org Git - thirdparty/glibc.git/history - nscd
Update nss tests to new skeleton
[thirdparty/glibc.git] / nscd /
2017-07-03  Florian Weimerresolv: Introduce struct resolv_context [BZ #21668]
2017-06-27  Florian Weimerresolv: Call _res_hconf_init from __res_vinit
2017-05-09  Zack WeinbergRename cppflags-iterator.mk to libof-iterator.mk, remov...
2017-04-19  Florian WeimerAssume that accept4 is always available and works
2017-04-18  Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
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-26  Nick AlcockDrop explicit stack-protection of pieces of the system...
2016-08-18  Torvald RiegelFix incorrect double-checked locking related to _res_hc...
2016-06-24  Torvald RiegelRemove atomic_compare_and_exchange_bool_rel.
2016-06-09  Andreas SchwabFix nscd assertion failure in gc (bug 19755)
2016-04-30  Stephen GallagherNSS: Implement group merging support.
2016-01-15  Martin SeborFix build errors with -DNDEBUG.
2016-01-04  Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-19  Mike Frysingeruse -fstack-protector-strong when available
2015-10-17  Florian WeimerAssume that SOCK_CLOEXEC is available and works
2015-07-08  Mike Frysingernscd: drop selinux/flask.h include
2015-06-30  Torvald RiegelClean up BUSY_WAIT_NOP and atomic_delay.
2015-04-08  Florian Weimernscd_getgr_r: Use struct scratch_buffer instead of...
2015-04-08  Florian Weimergrp: Rewrite to use struct scratch_buffer instead of...
2015-03-21  Samuel ThibaultFix warnings
2015-03-13  Carlos O'DonellEnhance nscd's inotify support (Bug 14906).
2015-01-29  Siddhesh PoyarekarInitialize nscd stats data [BZ #17892]
2015-01-02  Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-17  Andreas SchwabFix printf format error
2014-11-27  Stefan LieblerAdd missing include of libc-internal.h.
2014-11-26  Joseph MyersAvoid warnings for unused results in nscd/connections.c.
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24  Siddhesh PoyarekarRemove IS_IN_nscd
2014-11-19  Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-12  Joseph MyersFix qsort_r namespace (bug 17571).
2014-10-22  Roland McGrathRework some nscd code not to use variable-length struct...
2014-10-08  Roland McGrathBZ#17460: Fix buffer overrun in nscd --help.
2014-06-27  Arjun ShankarCorrectly report nscd child process status (BZ #17092)
2014-06-26  Siddhesh PoyarekarFix Wundef warning for SEPARATE_KEY
2014-06-25  Joseph MyersRemove stray includes of kernel-features.h.
2014-06-22  Ludovic Courtèsnscd: Remove unused typedef and variable.
2014-06-20  Joseph MyersInclude <kernel-features.h> explicitly where required.
2014-05-26  Siddhesh PoyarekarUse NSS_STATUS_TRYAGAIN to indicate insufficient buffer...
2014-05-21  Joseph MyersDon't mention linuxthreads in Depend files.
2014-05-07  Ondřej BílkaFix typo in nscd/selinux.c
2014-05-01  Andreas SchwabFix implicit declaration
2014-04-30  Siddhesh PoyarekarInitialize all of datahead structure in nscd (BZ #16791)
2014-04-30  Siddhesh PoyarekarConsolidate code to initialize nscd dataset header
2014-04-14  Carlos O'Donellnscd: Make SELinux checks dynamic.
2014-04-09  Adhemerval ZanellaDefine _STRING_ARCH_unaligned unconditionally
2014-03-27  Siddhesh PoyarekarAvoid overlapping addresses to stpcpy calls in nscd...
2014-03-27  Siddhesh PoyarekarFix nscd lookup for innetgr when netgroup has wildcards...
2014-03-19  Andreas Schwabnscd: also invalidate netgroup cache on reload
2014-03-12  Siddhesh PoyarekarProvide correct buffer length to netgroup queries in...
2014-03-10  Siddhesh PoyarekarMark nscd service as forking in systemd service file...
2014-03-03  Siddhesh Poyarekarnscd: Improved support for tracking startup failure...
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-27  Siddhesh PoyarekarAvoid undefined behaviour in netgroupcache
2014-01-24  Siddhesh PoyarekarAdjust pointers to triplets in netgroup query data...
2014-01-16  Siddhesh PoyarekarDon't use alloca in addgetnetgrentX (BZ #16453)
2014-01-04  Sami Kerolanscd: list all tables in usage()
2014-01-02  Siddhesh PoyarekarFix return code from getent netgroup when the netgroup...
2014-01-02  Siddhesh PoyarekarFix infinite loop in nscd when netgroup is empty (bz...
2014-01-01  Allan McRaeUpdate remaining copyright dates
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-16  Allan McRaeAdd systemd unit file for nscd
2013-11-11  Andreas SchwabFix off-by-one in nscd getservbyport call
2013-10-30  Mike Frysingerrename configure.in to configure.ac
2013-09-30  Andreas SchwabProperly cache the result from looking up the nss datab...
2013-09-09  Allan McRaeFix nesting of ifdefs in netgroupcache.c
2013-08-28  Siddhesh PoyarekarUse __glibc_unlikely instead of __builtin_expect (...
2013-08-26  Siddhesh PoyarekarInitialize res_hconf in nscd
2013-08-26  Siddhesh PoyarekarFix indentation in aicache.c
2013-06-24  Siddhesh PoyarekarFix typo in comment
2013-06-11  Andreas SchwabFix handling of netgroup cache in nscd
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-15  Andreas SchwabProperly check for short writes when sending the respon...
2013-04-15  Andreas Schwabnscd: don't fork twice
2013-02-18  Mike Frysingerunify xmalloc prototypes & friends
2013-02-08  Carlos O'DonellRefactor code out of nscd's two main poll loops.
2013-02-07  Roland McGrathRemove lots of inline keywords.
2013-01-10  Andreas SchwabRevert "Properly check for short writes when sending...
2013-01-10  Andreas SchwabRevert "* nscd/nscd.h: Move persistent storage back...
2013-01-10  Andreas SchwabRevert "nscd: don't fork twice"
2013-01-10  Andreas Schwabnscd: don't fork twice
2013-01-10  Thorsten Kukuk* nscd/nscd.h: Move persistent storage back to /var...
2013-01-10  Andreas SchwabProperly check for short writes when sending the respon...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01  David S. MillerUpdate copyright years.
2012-11-29  Jeff Law [BZ #13761]
2012-11-09  Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-10-24  Roland McGrathBZ#14743: Move clock_* symbols from librt to libc.
2012-10-02  Dmitry V. Levinnscd: fix compilation flags
2012-08-22  Roland McGrathFix shadow, gshadow, networks, protocols, rpc, aliases...
2012-08-22  Roland McGrathAdd --disable-build-nscd configure option.
2012-08-22  Roland McGrathBZ#13696: Add --disable-nscd configure option.
2012-07-25  Joseph MyersRemove pre-2.4.21 Linux kernel support.
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-15  Roland McGrathFix formatting in last change.
2012-05-15  Andreas JaegerAvoid race in nscd
next