CVSROOT:        /cvs/src
Module name:    src
Branch:         cv-branch
Changes by:     [EMAIL PROTECTED]       2006-07-06 13:40:58

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

Log message:
        * autoload.cc (DsGetDcNameA): Define.
        (NetGetAnyDCName): Define.
        * security.cc: Include dsgetdc.h.
        (DsGetDcNameA): Declare.
        (DS_FORCE_REDISCOVERY): Define.
        (get_logon_server): Add bool parameter to control rediscovery of DC.
        Use DsGetDcNameA function if supported, NetGetDCName/NetGetAnyDCName
        otherwise.
        (get_server_groups): Rediscover DC if get_user_groups fails and
        try again.
        (get_reg_security): Use correct error code macro when testing
        RegGetKeySecurity return value.
        * security.h (get_logon_server): Remove default vaue from wserver
        parameter.  Add rediscovery parameter.
        * uinfo.cc (cygheap_user::env_logsrv): Accomodate rediscovery parameter
        in call to get_logon_server.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.3560&r2=1.3560.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.118&r2=1.118.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.194&r2=1.194.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.68&r2=1.68.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.143&r2=1.143.2.1

Reply via email to