Files
musl/src
Rich Felker ecb608192a fix erroneous return of partial username matches by getspnam[_r]
when using /etc/shadow (rather than tcb) as its backend, getspnam_r
matched any username starting with the caller-provided string rather
than requiring an exact match. in practice this seems to have affected
only systems where one valid username is a prefix for another valid
username, and where the longer username appears first in the shadow
file.
2015-01-21 14:26:05 -05:00
..
2014-09-05 03:28:00 -04:00
2015-01-21 13:28:40 -05:00
2014-11-23 14:33:01 -05:00