diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-03-15 23:46:22 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-03-15 23:46:22 -0400 |
commit | 4b5ca13fb170314e0e0c37b304ca56171625afd1 (patch) | |
tree | 2db732a3f15e781f81d1706a8b3d042869a04729 | |
parent | simplify nscd lookup code for alt passwd/group backends (diff) | |
download | grovel-4b5ca13fb170314e0e0c37b304ca56171625afd1.tar.gz grovel-4b5ca13fb170314e0e0c37b304ca56171625afd1.tar.xz |
avoid sending huge names as nscd passwd/group queries
overly long user/group names are potentially a DoS vector and source
of other problems like partial writes by sendmsg, and not useful.