comparison lib-src/ChangeLog @ 107769:65405dd90a72

Add stubs for Windows, required after CVE-2010-0825 change. * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 03 Apr 2010 04:23:51 +0200
parents 18e1800af997
children bffc7a768bbd
comparison
equal deleted inserted replaced
107768:18e1800af997 107769:65405dd90a72
1 2010-04-03 Juanma Barranquero <lekktu@gmail.com>
2
3 Add stubs for Windows, required after CVE-2010-0825 change.
4 * ntlib.c (getgid, getegid, setegid): New stubs.
5 * ntlib.h (getgid, getegid, setegid): Declare them.
6
1 2010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change) 7 2010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change)
2 8
3 * movemail.c (main): Check return values of setuid. Avoid 9 * movemail.c (main): Check return values of setuid. Avoid
4 possibility of symlink attack when movemail is setgid mail 10 possibility of symlink attack when movemail is setgid mail
5 (CVE-2010-0825). 11 (CVE-2010-0825).