CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2014-07-29 08:53:13

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

Log message:
        * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.
        * ldap.cc (cyg_ldap::fetch_posix_offset_for_domain): Return UINT32_MAX
        in case of error.
        * security.h (PRIMARY_POSIX_OFFSET): Define.
        (NOACCESS_POSIX_OFFSET): Define.
        (UNUSABLE_POSIX_OFFSET): Define.
        * uinfo.cc (cygheap_domain_info::init): Drop initializing
        lowest_tdo_posix_offset.
        (pwdgrp::fetch_account_from_file): Set PosixOffset to either
        UNUSABLE_POSIX_OFFSET or NOACCESS_POSIX_OFFSET in case we don't get a
        sensible offset from AD.  Explain why.  Drop setting ch
        lowest_tdo_posix_offset.
        (pwdgrp::fetch_account_from_windows): Replace constant 0x100000 with
        PRIMARY_POSIX_OFFSET throughout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6478&r2=1.6479
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.171&r2=1.172
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ldap.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.131&r2=1.132
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.225&r2=1.226

Reply via email to