Age | Commit message (Expand) | Author | Files | Lines |
2020-12-04 | nsswitch: use new internal API (callers) | DJ Delorie | 9 | -74/+32 |
2020-12-04 | nsswitch: user new internal API (tests) | DJ Delorie | 7 | -1/+524 |
2020-12-04 | nsswitch: use new internal API (core) | DJ Delorie | 7 | -844/+165 |
2020-12-04 | nss: Implement <nss_database.h> | Florian Weimer | 3 | -1/+522 |
2020-12-04 | <nss_action.h>: New abstraction for combining NSS modules and NSS actions | Florian Weimer | 4 | -1/+423 |
2020-12-04 | nss: Introduce <nss_module.h> | Florian Weimer | 4 | -61/+464 |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 1 | -0/+1 |
2020-07-23 | Disable warnings due to deprecated libselinux symbols used by nss and nscd | Arjun Shankar | 1 | -0/+9 |
2020-07-21 | nss: Add __nss_fgetent_r | Florian Weimer | 6 | -54/+231 |
2020-07-21 | nss_files: Use generic result pointer in parse_line | Florian Weimer | 1 | -2/+3 |
2020-07-21 | nss_files: Consolidate line parse declarations in <nss_files.h> | Florian Weimer | 1 | -0/+1 |
2020-07-21 | nss_compat: Do not use mmap to read database files (bug 26258) | Florian Weimer | 4 | -16/+8 |
2020-07-21 | nss_files: Consolidate file opening in __nss_files_fopen | Florian Weimer | 7 | -11/+58 |
2020-07-08 | Remove --enable-obsolete-nsl configure flag | Petr Vorel | 5 | -28/+6 |
2020-07-07 | nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus | Florian Weimer | 2 | -114/+2 |
2020-05-19 | nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976] | Florian Weimer | 4 | -11/+46 |
2020-02-13 | nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 15 | -0/+38 |
2020-02-13 | nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 3 | -1/+3 |
2020-02-13 | nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 4 | -0/+8 |
2020-02-13 | nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h> | Florian Weimer | 1 | -2/+201 |
2020-02-13 | nss_compat: Do not use nss_* names for function pointers | Florian Weimer | 4 | -113/+112 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 86 | -86/+86 |
2019-10-29 | Comment out initgroups from example nsswitch.conf (Bug 25146) | Carlos O'Donell | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 86 | -86/+86 |
2019-08-19 | nss: Make nsswitch.conf more distribution friendly. | Carlos O'Donell | 1 | -16/+65 |
2019-07-10 | nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] | DJ Delorie | 7 | -2/+134 |
2019-06-19 | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 1 | -1/+2 |
2019-05-16 | nss_files: Remove RES_USE_INET6 from hosts processing | Florian Weimer | 1 | -27/+11 |
2019-05-15 | nss: Turn __nss_database_lookup into a compatibility symbol | Florian Weimer | 9 | -29/+49 |
2019-03-25 | nss/tst-nss-files-alias-leak: add missing opening quote in printf | Andreas K. Hüttel | 1 | -1/+1 |
2019-03-14 | nss: Fix tst-nss-files-alias-truncated for default --as-needed linking | Florian Weimer | 2 | -3/+7 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 2 | -2/+2 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 4 | -36/+36 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -12/+12 |
2019-02-21 | nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915] | Patsy Franklin | 1 | -0/+1 |
2019-02-12 | nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if available | Florian Weimer | 1 | -8/+28 |
2019-02-08 | nss: Add tst-nss-files-hosts-long test [BZ #21915] | Patsy Franklin | 3 | -1/+55 |
2019-01-31 | nss_files: Fix /etc/aliases null pointer dereference [BZ #24059] | Florian Weimer | 3 | -0/+78 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 1 | -2/+1 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 82 | -82/+82 |
2018-12-14 | Add missing libnss_testX.so requirement for tst-nss-test3. | Stefan Liebler | 1 | -1/+1 |
2018-10-09 | Increase timeout of nss/tst-nss-files-hosts-multi | Szabolcs Nagy | 1 | -0/+1 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-08-22 | Add test-in-container infrastructure. | DJ Delorie | 4 | -2/+11 |
2018-08-14 | nss_files: Fix file stream leak in aliases lookup [BZ #23521] | Florian Weimer | 3 | -0/+249 |
2018-07-10 | Fix copyright years in recent commits | Florian Weimer | 1 | -1/+1 |
2018-07-06 | nss_files: Fix re-reading of long lines [BZ #18991] | Florian Weimer | 3 | -71/+328 |
2018-06-25 | nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023] | Florian Weimer | 1 | -22/+10 |