NetBSD/usr.bin/login
kamil df9cced477 Avoid use-after-free bug in PAM environment
Traditional BSD putenv(3) was creating an internal copy of the passed
argument. Unfortunately this was causing memory leaks and was changed by
POSIX to not allocate.

Adapt the putenv(3) usage to modern POSIX (and NetBSD) semantics.
2020-02-08 13:44:35 +00:00
..
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
common.c Fixed off-by-one in decode_ss (CID 977426) 2015-10-28 07:27:24 +00:00
common.h
k5login.c
login.1
login.c
login_pam.c Avoid use-after-free bug in PAM environment 2020-02-08 13:44:35 +00:00
pathnames.h