CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2010-02-06 13:13:15

Modified files:
        winsup/cygwin  : ChangeLog sec_auth.cc 

Log message:
        * sec_auth.cc (get_full_privileged_inheritable_token): New function
        to fetch token with full privileges from logon token in Vista and
        later, and to make token inheritable.  Add lengthy comments to explain
        the function's job.
        (cygwin_logon_user): Drop calling SetHandleInformation.  Enable TCB
        privilege and call get_full_privileged_inheritable_token.
        (lsaauth): Don't fetch linked token and don't make handle inheritable
        here, just call get_full_privileged_inheritable_token instead.
        (lsaprivkeyauth): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4801&r2=1.4802
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_auth.cc.diff?cvsroot=src&r1=1.28&r2=1.29

Reply via email to