* manual/llio.texi: Document MTASC-safety properties.
[jlayton/glibc.git] / nss /
2014-01-27 Siddhesh PoyarekarFix invalid memory access when parsing netgroup files...
2014-01-01 Allan McRaeUpdate remaining copyright dates
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-11-07 Ondřej BílkaMake getent services compliant with RFC 6335 section...
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-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-21 Siddhesh PoyarekarSet EAI_SYSTEM only when h_errno is NETDB_INTERNAL
2013-05-21 Andreas SchwabFix parsing of numeric hosts in gethostbyname_r
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-04-22 Jan-Benedict GlawFix getent to call endspent rather than endpwent for...
2013-03-18 Roland McGrathBZ#14812: Add missing translation marker on some argp...
2013-02-18 Mike Frysingerunify xmalloc prototypes & friends
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 David S. MillerUpdate copyright years.
2012-11-28 Siddhesh PoyarekarFix hashtable size calculation when database has exactl...
2012-11-19 Siddhesh PoyarekarReturn EAI_SYSTEM if we're out of file descriptors
2012-11-09 Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-10-30 Chris MetcalfSuppress incorrect link warnings for NSS symbols
2012-09-28 Roland McGrathQuiet make warning under --disable-shared.
2012-09-28 Roland McGrathAvoid more warnings in nsswitch.c
2012-09-28 Roland McGrathAvoid unused static function warning in nsswitch.c.
2012-08-22 Roland McGrathBZ#13696: Add --disable-nscd configure option.
2012-08-04 Jim MeyeringgetXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTI...
2012-07-31 Roland McGrathConditionalize use of PTR_MANGLE.
2012-07-30 Roland McGrathFix lots of bitrot for stub configurations.
2012-07-12 Jeroen van BemmelAvoid duplicate DNS requests if answer is longer than...
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-22 Paul PluzhnikovFor [BZ#14122], plug memory leaks in nsswitch.c.
2012-05-10 Thomas SchwingeHurd: mmap deficiencies
2012-05-10 Thomas SchwingeHurd: Add missing includes
2012-04-06 Paul Pluzhnikov2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2012-04-06 Andreas JaegerAdd missing include file
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-23 Jeff Law2012-03-23 Jeff Law <law@redhat.com>
2012-03-23 Paul Pluzhnikov2012-03-23 Daniel Jacobowitz <dmj@google.com>
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-13 David S. MillerAdd missing string.h include for strcpy calls.
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-07 Ulrich DrepperAdd missing gshadow handling in __nss_configure_lookup
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-09 Ulrich DrepperOptimize xmalloc, xcalloc, xrealloc, and xstrdup
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-01 Ulrich DrepperAlso update new programs
2012-01-01 Ulrich DrepperUpdate copyright year
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-11-11 Andreas SchwabFix db makefile rule for group.db
2011-11-07 Andreas SchwabFix buffer allocation in files initgroups handler
2011-11-03 Andreas SchwabDon't fail in makedb if SELinux is disabled
2011-10-31 Ulrich DrepperUnify getent output for initgroups database
2011-10-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-08 Roland McGrathFix some nit warnings.
2011-10-07 Ulrich DrepperImplement caching of nscd
2011-10-06 Ulrich DrepperStop crash in OOM handling in NSS
2011-10-06 Jiri OlsaMore fallout from OOM in NSS
2011-10-06 Jiri OlsaHandle OOM in NSS
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-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-17 Andreas SchwabAvoid executable stack in makedb
2011-07-11 Ulrich DrepperGeneralize framework to register monitoring of files...
2011-06-24 Marek Polaceknss_db: Quash read implicit declaration warning
2011-06-21 Ulrich DrepperFix crash in unsuccessful uses of nss_db
2011-06-16 Ulrich DrepperInstall db-Makefile
2011-06-16 Ulrich DrepperCleanup of db-XXX.c
2011-06-16 Ulrich DrepperAdd initgroups lookups to nss_db
2011-06-16 Ulrich DrepperAdd initgroups lookup support to getent
2011-06-16 Ulrich DrepperFix handling of initgroups database.
2011-06-16 Ulrich DrepperOptimize hash table generation in makedb
2011-06-16 Ulrich DrepperReenable nss_db with a completely new implementation
2011-06-16 Ulrich DrepperRewrite makedb to avoid using db library
2011-05-10 Ulrich DrepperMore configurability for secondary group lookup
2011-05-06 Ulrich DrepperReport if no record is found by initgroups in nss_files.
2011-04-29 Ulrich DrepperAdd finer grained control for initgroups lookups to...
2011-04-23 Jim MeyeringRemove doubled words.
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-04-17 Ulrich DrepperObsolete RPC implementation in libc.
2011-01-17 Ulrich DrepperUpdate copyright year.
2011-01-13 Ulrich DrepperHandle long lines in host lookups in the right place.
2010-08-11 Ulrich DrepperAdd self-contained test for NSS.
2010-05-07 Ulrich DrepperEnable IDN support in getent.
2010-03-15 Ulrich DrepperUpdate copyright year.
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-06-17 Andreas SchwabDon't treat bug reporting message as a format string.
2009-06-16 Aurelien JarnoExtend getent to handle the shadow database.
2009-05-10 Ulrich Drepper* version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842
2009-04-26 Ulrich Drepper* nss/nsswitch.c (__nss_lookup_function): En/Decrypt...
next