glibc/shadow
Florian Weimer 676599b36a Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]
This prevents injection of ':' and '\n' into output functions which
use the NSS files database syntax.  Critical fields (user/group names
and file system paths) are checked strictly.  For backwards
compatibility, the GECOS field is rewritten instead.

The getent program is adjusted to use the put*ent functions in libc,
instead of local copies.  This changes the behavior of getent if user
names start with '-' or '+'.
2015-10-02 11:34:13 +02:00
..
Makefile Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] 2015-10-02 11:34:13 +02:00
Versions Update. 1999-07-09 20:58:54 +00:00
fgetspent.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
fgetspent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getspent.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getspent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getspnam.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getspnam_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lckpwdf.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
putspent.c Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] 2015-10-02 11:34:13 +02:00
sgetspent.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
sgetspent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
shadow.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-putspent.c Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] 2015-10-02 11:34:13 +02:00
tst-shadow.c * shadow/Makefile (tests): Add tst-shadow. 2009-04-23 18:58:19 +00:00