Age | Commit message (Expand) | Author |
2015-10-02 | Fix i386 build after put*ent hardening changes. | Joseph Myers |
2015-10-02 | Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] | Florian Weimer |
2015-09-25 | Fix inconsistent passwd compensation in nss/bug17079.c | Florian Weimer |
2015-09-22 | Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079 | Florian Weimer |
2015-09-22 | Add test case for bug 18287 | Florian Weimer |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger |
2015-05-11 | Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007) | Andreas Schwab |
2015-04-29 | CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007] | Florian Weimer |
2015-03-13 | Enhance nscd's inotify support (Bug 14906). | Carlos O'Donell |
2015-03-04 | Split rpcent tests out of tst-netdb. | Roland McGrath |
2015-02-06 | Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc. | Roland McGrath |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-11-27 | Fix nss/tst-nss-test1.c format warning. | Joseph Myers |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-24 | Remove IS_IN_libc | Siddhesh Poyarekar |
2014-11-21 | BZ#14498: fix infinite loop in nss_db_getservbyname | Alexandre Oliva |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2014-06-25 | Remove stray includes of kernel-features.h. | Joseph Myers |
2014-06-23 | Don't ignore too long lines in nss_files (BZ #17079) | Andreas Schwab |
2014-05-26 | Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878) | Siddhesh Poyarekar |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-27 | Fix invalid memory access when parsing netgroup files with blank lines (BZ #1... | Siddhesh Poyarekar |
2014-01-01 | Update remaining copyright dates | Allan McRae |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-02 | Use herrnop directly | Siddhesh Poyarekar |
2013-11-28 | Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077) | Siddhesh Poyarekar |
2013-11-07 | Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374 | Ondřej Bílka |
2013-10-30 | Fix reads for sizes larger than INT_MAX in AF_INET lookup | Siddhesh Poyarekar |
2013-08-26 | Use proper #include for xdecrypt declarations. | Roland McGrath |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers |
2013-05-21 | Set EAI_SYSTEM only when h_errno is NETDB_INTERNAL | Siddhesh Poyarekar |
2013-05-21 | Fix parsing of numeric hosts in gethostbyname_r | Andreas Schwab |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-04-23 | Remove non-standard initialisation of flexible array member | Andreas Schwab |
2013-04-22 | Fix getent to call endspent rather than endpwent for shadow database. | Jan-Benedict Glaw |
2013-03-18 | BZ#14812: Add missing translation marker on some argp option argument names i... | Roland McGrath |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Update copyright years. | David S. Miller |
2012-11-28 | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar |
2012-11-19 | Return EAI_SYSTEM if we're out of file descriptors | Siddhesh Poyarekar |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers |
2012-10-30 | Suppress incorrect link warnings for NSS symbols | Chris Metcalf |
2012-09-28 | Quiet make warning under --disable-shared. | Roland McGrath |