Age | Commit message (Expand) | Author | Files | Lines |
2020-02-13 | nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 15 | -0/+38 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 17 | -17/+17 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 17 | -17/+17 |
2019-05-16 | nss_files: Remove RES_USE_INET6 from hosts processing | Florian Weimer | 1 | -27/+11 |
2019-01-31 | nss_files: Fix /etc/aliases null pointer dereference [BZ #24059] | Florian Weimer | 1 | -0/+10 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 17 | -17/+17 |
2018-08-14 | nss_files: Fix file stream leak in aliases lookup [BZ #23521] | Florian Weimer | 1 | -0/+9 |
2018-07-06 | nss_files: Fix re-reading of long lines [BZ #18991] | Florian Weimer | 1 | -71/+50 |
2018-06-25 | nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023] | Florian Weimer | 1 | -22/+10 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 17 | -17/+17 |
2017-10-11 | nss_files: Avoid large buffers with many host addresses [BZ #22078] | Florian Weimer | 1 | -96/+129 |
2017-10-11 | nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023] | Florian Weimer | 1 | -156/+138 |
2017-10-10 | nss_files: Refactor gethostbyname3 multi case into separate function | Florian Weimer | 1 | -193/+202 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 3 | -93/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 1 | -5/+5 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2 | -2/+2 |
2015-05-11 | Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007) | Andreas Schwab | 3 | -167/+67 |
2015-04-29 | CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007] | Florian Weimer | 1 | -1/+1 |
2015-03-13 | Enhance nscd's inotify support (Bug 14906). | Carlos O'Donell | 1 | -25/+21 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2014-11-24 | Remove IS_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-21 | BZ#14498: fix infinite loop in nss_db_getservbyname | Alexandre Oliva | 1 | -2/+5 |
2014-06-23 | Don't ignore too long lines in nss_files (BZ #17079) | Andreas Schwab | 1 | -1/+3 |
2014-05-26 | Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -1/+1 |
2014-01-27 | Fix invalid memory access when parsing netgroup files with blank lines (BZ #1... | Siddhesh Poyarekar | 1 | -1/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 18 | -18/+18 |
2013-12-02 | Use herrnop directly | Siddhesh Poyarekar | 1 | -2/+2 |
2013-11-28 | Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077) | Siddhesh Poyarekar | 1 | -250/+257 |
2013-10-30 | Fix reads for sizes larger than INT_MAX in AF_INET lookup | Siddhesh Poyarekar | 1 | -8/+51 |
2013-08-26 | Use proper #include for xdecrypt declarations. | Roland McGrath | 1 | -3/+1 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -1/+1 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2 | -0/+2 |
2013-04-23 | Remove non-standard initialisation of flexible array member | Andreas Schwab | 1 | -1/+8 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 18 | -19/+18 |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 1 | -1/+5 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -1/+3 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 18 | -54/+36 |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 5 | -7/+7 |
2011-11-07 | Fix buffer allocation in files initgroups handler | Andreas Schwab | 1 | -1/+1 |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 1 | -0/+3 |
2011-09-28 | Optimize libnss_files initialization | Ulrich Drepper | 1 | -35/+18 |
2011-09-27 | Correctly reparse group line after enlarging the buffer | Andreas Schwab | 1 | -4/+8 |
2011-08-20 | More optimizations of nss_files | Ulrich Drepper | 2 | -7/+5 |
2011-08-20 | Minor optimizatin in alias lookup in files NSS module | Ulrich Drepper | 1 | -3/+3 |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 1 | -0/+72 |
2011-06-15 | Reenable nss_db with a completely new implementation | Ulrich Drepper | 11 | -33/+34 |
2011-05-06 | Report if no record is found by initgroups in nss_files. | Ulrich Drepper | 1 | -1/+3 |