CVSROOT:        /cvs/src
Module name:    src
Branch:         cv-branch
Changes by:     [EMAIL PROTECTED]       2006-07-14 13:03:11

Modified files:
        winsup/cygwin  : ChangeLog security.cc security.h syscalls.cc 

Log message:
        * security.cc (get_token_group_sidlist): Always add the interactive
        group to the token.  Add comment.  Create logon_id group SID by
        copying it from incoming group list.
        (create_token): Add subauth_token parameter.  Use information in
        subauth_token if present.  Tweak SourceIdentifier if subauth_token
        is present for debugging purposes.
        * security.h (create_token): Add subauth_token parameter in declaration.
        * syscalls.cc (seteuid32): Call subauth first.  Call create_token
        regardless.  Use subauth token in call to create_token if subauth
        succeeded.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.3560.2.17&r2=1.3560.2.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.194.2.1&r2=1.194.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.68.2.1&r2=1.68.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.403&r2=1.403.2.1

Reply via email to