summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-07 20:33:36 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-07 20:33:36 +1000
commit893c602ef05e2a11d76a945ac19c75bcc029c515 (patch)
tree32b8caeaa99d0b7dc75c4169e91ef63b2c0ca91e /ChangeLog
parenta83f2612c275aea3168cadd94433590aa15a8ad3 (diff)
- (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove
calls to krb5_init_ets, which has not been required since krb-1.1.x and most Kerberos versions no longer export in their public API. From sxw at inf.ed.ac.uk, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e4d01470..f76094f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
6 - (dtucker) [auth-krb5.c] There's no guarantee that snprintf will set errno 6 - (dtucker) [auth-krb5.c] There's no guarantee that snprintf will set errno
7 in the case where the buffer is insufficient, so always return ENOMEM. 7 in the case where the buffer is insufficient, so always return ENOMEM.
8 Also pointed out by sxw at inf.ed.ac.uk. 8 Also pointed out by sxw at inf.ed.ac.uk.
9 - (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove
10 calls to krb5_init_ets, which has not been required since krb-1.1.x and
11 most Kerberos versions no longer export in their public API. From sxw
12 at inf.ed.ac.uk, ok djm@
9 13
1020050706 1420050706
11 - (djm) OpenBSD CVS Sync 15 - (djm) OpenBSD CVS Sync
@@ -2791,4 +2795,4 @@
2791 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2795 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2792 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2796 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2793 2797
2794$Id: ChangeLog,v 1.3837 2005/07/07 10:09:35 dtucker Exp $ 2798$Id: ChangeLog,v 1.3838 2005/07/07 10:33:36 dtucker Exp $