about summary refs log tree commit diff
path: root/src/passwd/nscd_query.c
Commit message (Expand)AuthorAgeFilesLines
* nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt2021-04-161-1/+9
* revert unrelated change that slipped into last commitRich Felker2016-07-131-1/+1
* fix regression in tcsetattr on all mips archsRich Felker2016-07-131-1/+1
* fix spurious errors from pwd/grp functions when nscd backend is absentRich Felker2015-06-091-4/+8
* avoid sending huge names as nscd passwd/group queriesRich Felker2015-03-151-2/+3
* simplify nscd lookup code for alt passwd/group backendsRich Felker2015-03-151-11/+13
* support alternate backends for the passwd and group dbsJosiah Worcester2015-02-231-0/+100