CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2014-03-06 18:54:08

Modified files:
        winsup/cygwin  : passwd.cc sec_helper.cc security.h uinfo.cc 
                         ChangeLog 

Log message:
        * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins and
        grp_builtins to array of cygpsid pointers.  Replace SID strings with
        pointers to well known SIDs.
        * sec_helper.cc (well_known_local_service_sid): Define.
        (well_known_network_service_sid): Define.
        (trusted_installer_sid): Define.
        * security.h (well_known_local_service_sid): Declare.
        (well_known_network_service_sid): Declare.
        (trusted_installer_sid): Declare.
        * uinfo.cc (pwdgrp::fetch_account_from_windows): Throughout set acc_type
        to SidTypeUnknown if LookupAccountXXX function failed.  Create
        simplified passwd entry for non-user accounts, except for LocalSystem.
        Add comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/passwd.cc.diff?cvsroot=src&r1=1.104&r2=1.105
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_helper.cc.diff?cvsroot=src&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.128&r2=1.129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.206&r2=1.207
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6360&r2=1.6361

Reply via email to