CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-10-25 12:21:59

Modified files:
        winsup/cygwin  : ChangeLog devices.cc devices.in fhandler.h 
                         fhandler_random.cc fhandler_socket.cc 
        winsup/cygwin/release: 1.7.26 

Log message:
        * devices.in (dev_storage): Map /dev/random and /dev/urandom to
        \Device\Null.
        * devices.cc: Regenerate.
        * fhandler.h (fhandler_dev_random::open): Drop declaration.
        (fhandler_dev_random::close): Ditto.
        (fhandler_dev_random::crypt_gen_random): Convert to static method.
        * fhandler_random.cc (fhandler_dev_random::open): Remove so that default
        fhandler_base::open is used to open \Device\Null.
        (fhandler_dev_random::close): Ditto.
        * fhandler_socket.cc (entropy_source): Delete.
        (fhandler_socket::af_local_set_secret): Remove entropy_source code and
        call fhandler_dev_random::crypt_gen_random directly instead.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6238&r2=1.6239
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.487&r2=1.488
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_random.cc.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.301&r2=1.302
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.26.diff?cvsroot=src&r1=1.5&r2=1.6

Reply via email to