=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/CHANGES,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/sudo/Attic/CHANGES 2002/01/17 01:03:21 1.15 --- src/usr.bin/sudo/Attic/CHANGES 2002/01/17 16:48:01 1.16 *************** *** 1491,1494 **** --- 1491,1503 ---- 465) If the mailer is being run as root, use a hard-coded environment that is not influenced in any way by the invoking user's environment. + 466) Fixed the call to skeyaccess(). Patch from Phillip E. Lobbes. + Sudo 1.6.5 released. + + 467) Visudo could access memory that was already freed. + + 468) If the skey.access file denied use of plaintext passwords sudo + would exit instead of allowing the user to enter an S/Key. + + Sudo 1.6.5p1 released.