aboutsummaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-01-20 04:24:26 +0000
committerEzra Peisach <epeisach@mit.edu>1996-01-20 04:24:26 +0000
commitedcc7506874dd6152c40caa07d90dbae22a7de24 (patch)
treedb3aa5bacdf3540282a32e3b804e3b061826e31d /src/windows
parent4136fd0f9e14dc2197ff8c44a2294e3c64834388 (diff)
downloadkrb5-edcc7506874dd6152c40caa07d90dbae22a7de24.zip
krb5-edcc7506874dd6152c40caa07d90dbae22a7de24.tar.gz
krb5-edcc7506874dd6152c40caa07d90dbae22a7de24.tar.bz2
krb5_get_credentials does not use the same flags as kdc_options
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7346 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/wintel/auth.c2
-rw-r--r--src/windows/wintel/changelo5
2 files changed, 6 insertions, 1 deletions
diff --git a/src/windows/wintel/auth.c b/src/windows/wintel/auth.c
index 7ff224a..4d3d380 100644
--- a/src/windows/wintel/auth.c
+++ b/src/windows/wintel/auth.c
@@ -602,7 +602,7 @@ k5_auth_send (int how)
}
- if (r = krb5_get_credentials(k5_context, KDC_OPT_RENEWABLE_OK,
+ if (r = krb5_get_credentials(k5_context, 0,
ccache, &cred, &new_cred)) {
com_err (NULL, r, "while authorizing.");
krb5_free_cred_contents(k5_context, &cred);
diff --git a/src/windows/wintel/changelo b/src/windows/wintel/changelo
index 05addc0..42f63e2 100644
--- a/src/windows/wintel/changelo
+++ b/src/windows/wintel/changelo
@@ -1,3 +1,8 @@
+Fri Jan 19 23:22:12 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * auth.c (k5_auth_send): krb5_get_credentials does not take the
+ kdc_options flags.
+
Tue Sep 26 20:11:18 1995 <tytso@rsts-11.mit.edu>
* auth.c: Don't include los-proto.h; it's no longer present.