Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/invalidator.c
Commit message (Collapse)AuthorAgeFilesLines
* Use closefrom() if availableArthur de Jong2022-10-101-1/+5
| | | | | | One some systems _SC_OPEN_MAX can be *very* large. Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/53
* Various spelling fixesArthur de Jong2019-09-171-1/+1
|
* Make buffer size error logging consistentArthur de Jong2014-05-041-3/+7
| | | | | This adds logging of most cases where a defined buffer is not large enough to hold provided data on error log level.
* Fix errors in invalidator changesArthur de Jong2013-07-261-1/+1
| | | | | This fixes a few typos and an omission in the configuration file parsing code.
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-0/+265
This also renames the internal nscd module to invalidator for both nslcd and pynslcd. The new invalidator module is now no longer nscd-specific.