• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H22-Nov-2021-129110

compat/H22-Nov-2021-198116

debian/H22-Nov-2021-203134

scripts/H22-Nov-2021-4432

test/H22-Nov-2021-2018

.gitignoreH A D22-Nov-2021420 3029

CONTRIBUTING.mdH A D22-Nov-20211.7 KiB3727

COPYINGH A D22-Nov-20217.5 KiB166128

MakefileH A D03-May-20223.7 KiB11692

README.mdH A D22-Nov-2021771 137

THANKSH A D22-Nov-2021102 53

bsdnss.cH A D22-Nov-20212.3 KiB4943

gen_getent.cH A D22-Nov-20217.3 KiB296200

libnss-cache.specH A D22-Nov-20211.2 KiB4535

lookup.cH A D22-Nov-202110.3 KiB468309

nss_cache.cH A D22-Nov-202125.8 KiB934655

nss_cache.hH A D22-Nov-20211.9 KiB7852

nss_test.hH A D22-Nov-20212.8 KiB6642

README.md

1libnss-cache - File-based NSS module for caching remote directory service information.
2======================================================================================
3
4[![ci](https://github.com/google/libnss-cache/workflows/CI/badge.svg)](https://github.com/google/libnss-cache/actions?query=workflow%3ACI+branch%3Amaster)
5
6`libnss-cache` is a NSS module for reading directory service information for Linux hosts from an indexed, local disk cache of that directory service.
7
8It is paired with https://github.com/google/nsscache, a tool that asynchronously synchronises the local NSS database with remote directory services.
9
10Mailing list: https://groups.google.com/forum/#!forum/nsscache-discuss
11
12Issue history is at https://code.google.com/p/nsscache/issues/list
13