diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2004-04-07 04:16:11 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2004-04-07 04:16:11 +0000 |
commit | a8104b5c92a44774208e6d8b979d583975ba67d4 (patch) | |
tree | eb3c165215a4cb58982d25a46cd2f817d0c918ad /ChangeLog | |
parent | ac7c998a2d7f89d36c5896c0845b54c595af4cb8 (diff) |
- (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see
if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X)
are starting to restrict it as internal since it is not needed by
developers any more. (Patch based on Apple tree)
- (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since
krb5 on MacOS/X conflicts. There may be a better solution, but this will
work for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ | |||
1 | 20040407 | 1 | 20040407 |
2 | - (dtucker) [session.c] Flush stdout after displaying loginmsg. From | 2 | - (dtucker) [session.c] Flush stdout after displaying loginmsg. From |
3 | f_mohr at yahoo.de. | 3 | f_mohr at yahoo.de. |
4 | - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see | ||
5 | if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X) | ||
6 | are starting to restrict it as internal since it is not needed by | ||
7 | developers any more. (Patch based on Apple tree) | ||
8 | - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since | ||
9 | krb5 on MacOS/X conflicts. There may be a better solution, but this will | ||
10 | work for now. | ||
4 | 11 | ||
5 | 20040406 | 12 | 20040406 |
6 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use | 13 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use |
@@ -940,4 +947,4 @@ | |||
940 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 947 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
941 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 948 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
942 | 949 | ||
943 | $Id: ChangeLog,v 1.3302 2004/04/06 22:04:09 dtucker Exp $ | 950 | $Id: ChangeLog,v 1.3303 2004/04/07 04:16:11 mouring Exp $ |