NetBSD/crypto
christos 4c1cde0e1e Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal
buffers.

kde does (kdm/client/backend.c):
    p = getpwnam();
    pam_setcred() (which calls getpwuid in pam_afslog);
    setusercontext(...,p,p->pw_uid,...) (now with trashed p data...)

XXX: pullups.
2017-09-08 15:29:43 +00:00
..
dist/ipsec-tools PR/51682: Antoine Beaupré: Simplify and comment previous patch. 2017-07-23 05:40:27 +00:00
external Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal 2017-09-08 15:29:43 +00:00
Makefile.openssl
TODO