CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008-07-13 13:14:42

Modified files:
        winsup/lsaauth : ChangeLog cyglsa.c cyglsa64.dll 
                         make-64bit-version-with-visual-c.bat mslsa.def 

Log message:
        * cyglsa.c: Don't include ntddk.h.
        (RtlInitEmptyUnicodeString): Use Visual-C compatible "__inline" instead
        of "inline".
        (uni_alloc): Change second argument to USHORT.
        (printf): Move definition of ap to make Visual-C++ happy.
        (LsaApLogonUserEx): Compute size of datastructure returned to
        LSA on 64 bit systems correctly to avoid heap corruption.
        * cyglsa64.dll: Regenerate.
        * make-64bit-version-with-visual-c.bat: Accommodate newer Microsoft
        toolchains.  Add more comment.
        * mslsa.def: Export LsaApLogonUserEx instead of LsaApLogonUser.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/cyglsa.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/cyglsa64.dll.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/make-64bit-version-with-visual-c.bat.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/mslsa.def.diff?cvsroot=src&r1=1.1&r2=1.2

Reply via email to