CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-04-01 08:41:26

Modified files:
        winsup/cygwin  : ChangeLog fhandler_random.cc ntdll.h 
                         sec_auth.cc 

Log message:
        * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):
        Use CryptAcquireContextW.
        * ntdll.h (STATUS_PROCEDURE_NOT_FOUND): Define.
        * sec_auth.cc (open_local_policy): Rename NTSTATUS variable ret to
        status.  Drop usage of LsaNtStatusToWinError.
        (verify_token): Call NtQuerySecurityObject instead of
        GetKernelObjectSecurity.
        (create_token): Rename NTSTATUS variable ret to status.  Rename ret2 to
        sub_status.  Drop usage of LsaNtStatusToWinError.  In case LsaLogonUser
        fails, report the sub_status as well.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5222&r2=1.5223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_random.cc.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_auth.cc.diff?cvsroot=src&r1=1.32&r2=1.33

Reply via email to