glibc/gshadow
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 * version.h (VERSION): Bump to 2.10.1. 2009-05-10 18:38:52 +00:00
fgetsgent.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
fgetsgent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsgent.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsgent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsgnam.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsgnam_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gshadow.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
putsgent.c Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] 2015-10-02 11:34:13 +02:00
sgetsgent.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
sgetsgent_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-gshadow.c * shadow/Makefile (tests): Add tst-shadow. 2009-04-23 18:58:19 +00:00
tst-putsgent.c Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] 2015-10-02 11:34:13 +02:00