| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 64 bit time_t stat internally | Adhemerval Zanella | 2021-06-22 | 1 | -2/+2 |
* | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 2021-06-03 | 1 | -5/+0 |
* | Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278... | Martin Sebor | 2021-05-10 | 1 | -1/+11 |
* | Annotate additional APIs with GCC attribute access. | Martin Sebor | 2021-05-06 | 1 | -2/+5 |
* | nss: fix nss_database_lookup2's alternate handling [BZ #27416] | DJ Delorie | 2021-03-09 | 28 | -96/+248 |
* | nss: Re-enable NSS module loading after chroot [BZ #27389] | DJ Delorie | 2021-03-02 | 6 | -8/+32 |
* | nsswitch: return result when nss database is locked [BZ #27343] | Sergei Trofimovich | 2021-02-05 | 1 | -1/+2 |
* | Fix nss/tst-reload2 for systems without PATH_MAX | DJ Delorie | 2021-01-27 | 1 | -0/+4 |
* | nsswitch: do not reload if "/" changes | DJ Delorie | 2021-01-27 | 9 | -1/+178 |
* | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2021-01-02 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 97 | -97/+97 |
* | nsswitch: handle missing actions properly | DJ Delorie | 2020-12-14 | 2 | -2/+6 |
* | Fix linknamespace errors in nss_database.c if build with -Os. | Stefan Liebler | 2020-12-11 | 1 | -2/+2 |
* | nsswitch: use new internal API (callers) | DJ Delorie | 2020-12-04 | 9 | -74/+32 |
* | nsswitch: user new internal API (tests) | DJ Delorie | 2020-12-04 | 7 | -1/+524 |
* | nsswitch: use new internal API (core) | DJ Delorie | 2020-12-04 | 7 | -844/+165 |
* | nss: Implement <nss_database.h> | Florian Weimer | 2020-12-04 | 3 | -1/+522 |
* | <nss_action.h>: New abstraction for combining NSS modules and NSS actions | Florian Weimer | 2020-12-04 | 4 | -1/+423 |
* | nss: Introduce <nss_module.h> | Florian Weimer | 2020-12-04 | 4 | -61/+464 |
* | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 2020-11-13 | 1 | -0/+1 |
* | Disable warnings due to deprecated libselinux symbols used by nss and nscd | Arjun Shankar | 2020-07-23 | 1 | -0/+9 |
* | nss: Add __nss_fgetent_r | Florian Weimer | 2020-07-21 | 6 | -54/+231 |
* | nss_files: Use generic result pointer in parse_line | Florian Weimer | 2020-07-21 | 1 | -2/+3 |
* | nss_files: Consolidate line parse declarations in <nss_files.h> | Florian Weimer | 2020-07-21 | 1 | -0/+1 |
* | nss_compat: Do not use mmap to read database files (bug 26258) | Florian Weimer | 2020-07-21 | 4 | -16/+8 |
* | nss_files: Consolidate file opening in __nss_files_fopen | Florian Weimer | 2020-07-21 | 7 | -11/+58 |
* | Remove --enable-obsolete-nsl configure flag | Petr Vorel | 2020-07-08 | 5 | -28/+6 |
* | nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus | Florian Weimer | 2020-07-07 | 2 | -114/+2 |
* | nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976] | Florian Weimer | 2020-05-19 | 4 | -11/+46 |
* | nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 2020-02-13 | 15 | -0/+38 |
* | nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 2020-02-13 | 3 | -1/+3 |
* | nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 2020-02-13 | 4 | -0/+8 |
* | nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h> | Florian Weimer | 2020-02-13 | 1 | -2/+201 |
* | nss_compat: Do not use nss_* names for function pointers | Florian Weimer | 2020-02-13 | 4 | -113/+112 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 86 | -86/+86 |
* | Comment out initgroups from example nsswitch.conf (Bug 25146) | Carlos O'Donell | 2019-10-29 | 1 | -1/+2 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 86 | -86/+86 |
* | nss: Make nsswitch.conf more distribution friendly. | Carlos O'Donell | 2019-08-19 | 1 | -16/+65 |
* | nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] | DJ Delorie | 2019-07-10 | 7 | -2/+134 |
* | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 2019-06-19 | 1 | -1/+2 |
* | nss_files: Remove RES_USE_INET6 from hosts processing | Florian Weimer | 2019-05-16 | 1 | -27/+11 |
* | nss: Turn __nss_database_lookup into a compatibility symbol | Florian Weimer | 2019-05-15 | 9 | -29/+49 |
* | nss/tst-nss-files-alias-leak: add missing opening quote in printf | Andreas K. Hüttel | 2019-03-25 | 1 | -1/+1 |
* | nss: Fix tst-nss-files-alias-truncated for default --as-needed linking | Florian Weimer | 2019-03-14 | 2 | -3/+7 |
* | Add some spaces before '('. | Joseph Myers | 2019-02-27 | 2 | -2/+2 |
* | Break more lines before not after operators. | Joseph Myers | 2019-02-25 | 4 | -36/+36 |
* | Break some lines before not after operators. | Joseph Myers | 2019-02-22 | 2 | -12/+12 |
* | nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915] | Patsy Franklin | 2019-02-21 | 1 | -0/+1 |
* | nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if available | Florian Weimer | 2019-02-12 | 1 | -8/+28 |