Age | Commit message (Expand) | Author | Files | Lines |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 5 | -99/+2 |
2017-03-15 | Fix build with --enable-static-nss [BZ #21088] | Alexey Neyman | 1 | -1/+1 |
2017-03-01 | Miscellaneous low-risk changes preparing for _ISOMAC testsuite. | Zack Weinberg | 1 | -0/+1 |
2017-01-05 | Increase some test timeouts. | Joseph Myers | 2 | -0/+2 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 63 | -63/+63 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 2 | -9/+9 |
2016-12-23 | Add deferred cancellation regression test for getpwuid_r. | Carlos O'Donell | 2 | -0/+190 |
2016-08-18 | Fix incorrect double-checked locking related to _res_hconf.initialized. | Torvald Riegel | 1 | -2/+1 |
2016-06-11 | nss_db: Fix initialization of iteration position [BZ #20237] | Florian Weimer | 1 | -1/+7 |
2016-04-29 | NSS: Implement group merging support. | Stephen Gallagher | 4 | -6/+137 |
2016-04-13 | Register extra test objects | Andreas Schwab | 1 | -0/+1 |
2016-03-29 | nss_db: Propagate ERANGE error if parse_line fails [BZ #19837] | Florian Weimer | 1 | -2/+2 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 62 | -62/+62 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -5/+1 |
2015-10-02 | Fix i386 build after put*ent hardening changes. | Joseph Myers | 3 | -0/+3 |
2015-10-02 | Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] | Florian Weimer | 6 | -71/+231 |
2015-09-25 | Fix inconsistent passwd compensation in nss/bug17079.c | Florian Weimer | 1 | -1/+9 |
2015-09-22 | Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079 | Florian Weimer | 2 | -2/+3 |
2015-09-22 | Add test case for bug 18287 | Florian Weimer | 2 | -1/+237 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 9 | -9/+9 |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger | 1 | -9/+9 |
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 | 3 | -2/+120 |
2015-03-13 | Enhance nscd's inotify support (Bug 14906). | Carlos O'Donell | 2 | -44/+30 |
2015-03-04 | Split rpcent tests out of tst-netdb. | Roland McGrath | 1 | -41/+0 |
2015-02-06 | Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc. | Roland McGrath | 2 | -2/+14 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 56 | -56/+56 |
2014-11-27 | Fix nss/tst-nss-test1.c format warning. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+0 |
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 | 2 | -5/+11 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -1/+2 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2014-06-25 | Remove stray includes of kernel-features.h. | Joseph Myers | 1 | -1/+0 |
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-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
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 remaining copyright dates | Allan McRae | 2 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 56 | -56/+56 |
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 | 2 | -250/+258 |
2013-11-07 | Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374 | Ondřej Bílka | 1 | -2/+6 |
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 |