Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | nss: Turn __nss_database_lookup into a compatibility symbol | Florian Weimer | 1 | -4/+4 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-07-18 | Avoid insecure usage of tmpnam in tests. | Joseph Myers | 1 | -1/+9 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -9/+9 |
2017-09-12 | Remove compat from DEFAULT_CONFIG lookup strings | Steve Ellcey | 1 | -1/+7 |
2017-08-21 | Mark internal nss symbols with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -2/+0 |
2017-08-14 | NSS: Replace exported NSS lookup functions with stubs [BZ #21962] | Florian Weimer | 1 | -5/+0 |
2017-08-13 | NSS: Do not use internal_function for functions with hidden aliases | Florian Weimer | 2 | -6/+2 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -1/+1 |
2017-07-19 | Fix cast-after-dereference | DJ Delorie | 1 | -1/+1 |
2017-07-14 | Fix BZ #21654 - grp-merge.c alignment | DJ Delorie | 1 | -0/+16 |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 1 | -2/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2016-07-18 | Don't install the internal header grp-merge.h | Zack Weinberg | 1 | -1/+1 |
2016-04-29 | NSS: Implement group merging support. | Stephen Gallagher | 6 | -2/+236 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 16 | -16/+16 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 1 | -3/+1 |
2015-10-02 | Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] | Florian Weimer | 3 | -8/+176 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-06-12 | Fix grp.h endgrent, getgrent namespace (bug 18528). | Joseph Myers | 1 | -2/+0 |
2015-04-08 | grp: Rewrite to use struct scratch_buffer instead of extend_alloca | Florian Weimer | 2 | -19/+9 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 15 | -15/+15 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -1/+3 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+3 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -1/+2 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -5/+4 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 1 | -2/+2 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 1 | -6/+6 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 4 | -5/+5 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 15 | -15/+15 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2 | -6/+6 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 15 | -16/+15 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -1/+0 |
2012-10-30 | Suppress incorrect link warnings for NSS symbols | Chris Metcalf | 1 | -2/+2 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -1/+1 |
2012-10-19 | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2 | -9/+6 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2 | -3/+4 |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 1 | -3/+3 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -4/+3 |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -6/+0 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -3/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 15 | -45/+30 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -7/+7 |
2011-10-17 | Correctly handle missing initgroups database | Andreas Schwab | 1 | -8/+4 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 2 | -11/+7 |
2011-06-15 | Fix handling of initgroups database. | Ulrich Drepper | 1 | -7/+12 |