Skip Menu |
 

Subject: -DKRB5_DEPRECATE=1 must be added to src\config\win-pre.in
In order for the 1.3 post-alpha2 tree to build successfully on Windows,
-DKRB5_DEPRECATE=1 must be added to the definition of CPPFLAGS in
src/config/win-pre.in

Failure to define this pre-processor symbol removes the declarations of
deprecated functions from the krb5.h header. This in turn results in
linkage errors when building krb5_32.dll and the Windows telnet client.

If a decision is made to remove deprecated functions from the
krb5_32.dll, then the krb5_32.def file must also be edited AND the
Windows telnet client will need to be synchronized with the Unix telnet
client. Removal of deprecated functions from the krb5_32.dll library is
likely to break most existing third party telnet clients on Windows
which rely on the existence of krb5_auth_con_getlocalsubkey().
From: raeburn@mit.edu
Subject: CVS Commit
* win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1.


To generate a diff of this commit:



cvs diff -r5.183 -r5.184 krb5/src/config/ChangeLog
cvs diff -r5.13 -r5.14 krb5/src/config/win-pre.in
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r5.180.2.2 -r5.180.2.3 krb5/src/config/ChangeLog
cvs diff -r5.13 -r5.13.2.1 krb5/src/config/win-pre.in