Age | Commit message (Expand) | Author | Files | Lines |
2013-01-01 | Update copyright years. | David S. Miller | 2 | -4/+4 |
2012-11-28 | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar | 1 | -3/+6 |
2012-11-19 | Return EAI_SYSTEM if we're out of file descriptors | Siddhesh Poyarekar | 1 | -1/+6 |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2 | -6/+9 |
2012-10-30 | Suppress incorrect link warnings for NSS symbols | Chris Metcalf | 5 | -6/+14 |
2012-09-28 | Quiet make warning under --disable-shared. | Roland McGrath | 1 | -0/+2 |
2012-09-28 | Avoid more warnings in nsswitch.c | Roland McGrath | 1 | -0/+4 |
2012-09-28 | Avoid unused static function warning in nsswitch.c. | Roland McGrath | 1 | -0/+2 |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 3 | -4/+16 |
2012-08-04 | getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/ | Jim Meyering | 1 | -1/+1 |
2012-07-31 | Conditionalize use of PTR_MANGLE. | Roland McGrath | 1 | -2/+10 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 5 | -2/+11 |
2012-07-12 | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 1 | -2/+5 |
2012-05-22 | For [BZ#14122], plug memory leaks in nsswitch.c. | Paul Pluzhnikov | 1 | -24/+70 |
2012-05-10 | Hurd: mmap deficiencies | Thomas Schwinge | 1 | -0/+4 |
2012-05-10 | Hurd: Add missing includes | Thomas Schwinge | 2 | -1/+5 |
2012-04-06 | 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 3 | -9/+26 |
2012-04-06 | Add missing include file | Andreas Jaeger | 1 | -1/+2 |
2012-03-23 | 2012-03-23 Jeff Law <law@redhat.com> | Jeff Law | 1 | -2/+2 |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -12/+4 |
2012-03-13 | Add missing string.h include for strcpy calls. | David S. Miller | 1 | -2/+2 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -8/+1 |
2012-03-06 | Add missing gshadow handling in __nss_configure_lookup | Ulrich Drepper | 1 | -1/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 55 | -165/+110 |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 1 | -2/+4 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -3/+3 |
2012-01-01 | Also update new programs | Ulrich Drepper | 1 | -2/+2 |
2012-01-01 | Update copyright year | Ulrich Drepper | 1 | -2/+2 |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 6 | -8/+8 |
2011-11-11 | Fix db makefile rule for group.db | Andreas Schwab | 1 | -1/+1 |
2011-11-07 | Fix buffer allocation in files initgroups handler | Andreas Schwab | 1 | -1/+1 |
2011-11-03 | Don't fail in makedb if SELinux is disabled | Andreas Schwab | 1 | -1/+1 |
2011-10-31 | Unify getent output for initgroups database | Ulrich Drepper | 1 | -0/+6 |
2011-10-08 | Fix some nit warnings. | Roland McGrath | 1 | -1/+0 |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 5 | -6/+22 |
2011-10-06 | Stop crash in OOM handling in NSS | Ulrich Drepper | 1 | -5/+3 |
2011-10-06 | More fallout from OOM in NSS | Jiri Olsa | 1 | -1/+1 |
2011-10-06 | Handle OOM in NSS | Jiri Olsa | 1 | -1/+4 |
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-08-17 | Avoid executable stack in makedb | Andreas Schwab | 1 | -5/+7 |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 6 | -48/+259 |
2011-06-24 | nss_db: Quash read implicit declaration warning | Marek Polacek | 1 | -0/+1 |
2011-06-21 | Fix crash in unsuccessful uses of nss_db | Ulrich Drepper | 1 | -4/+7 |
2011-06-15 | Install db-Makefile | Ulrich Drepper | 1 | -0/+5 |
2011-06-15 | Cleanup of db-XXX.c | Ulrich Drepper | 1 | -63/+59 |
2011-06-15 | Add initgroups lookups to nss_db | Ulrich Drepper | 5 | -14/+206 |
2011-06-15 | Add initgroups lookup support to getent | Ulrich Drepper | 1 | -0/+33 |