aboutsummaryrefslogtreecommitdiff
path: root/src/windows/cns
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-06-11 06:31:30 +0000
committerTom Yu <tlyu@mit.edu>1995-06-11 06:31:30 +0000
commitb3957fc70b2a12ed3e00433797d035d652438c26 (patch)
tree321d18feed911d938ab3d74ed25db7f190cf6087 /src/windows/cns
parent38d86476c575d1a894d74fe814c3cc84b3d4d5b0 (diff)
downloadkrb5-b3957fc70b2a12ed3e00433797d035d652438c26.zip
krb5-b3957fc70b2a12ed3e00433797d035d652438c26.tar.gz
krb5-b3957fc70b2a12ed3e00433797d035d652438c26.tar.bz2
changes to accomodate redefinition of krb5_auth_context
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6035 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/changelo4
-rw-r--r--src/windows/cns/kpasswd.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo
index ce3cae9..015a211 100644
--- a/src/windows/cns/changelo
+++ b/src/windows/cns/changelo
@@ -1,3 +1,7 @@
+Sat Jun 10 23:08:57 1995 Tom Yu (tlyu@dragons-lair)
+
+ * kpasswd.c: krb5_auth_context redefinitions
+
Mon Jun 5 14:19:51 EDT 1995 Paul Park (pjpark@mit.edu)
* kpasswd.c : Use new krb5_adm_connect() calling sequence.
diff --git a/src/windows/cns/kpasswd.c b/src/windows/cns/kpasswd.c
index 93939e0..f3687f4 100644
--- a/src/windows/cns/kpasswd.c
+++ b/src/windows/cns/kpasswd.c
@@ -81,7 +81,7 @@ static krb5_error_code
keyadmin_send_receive (
krb5_context k5context,
int * conn_socket,
- krb5_auth_context * auth_context,
+ krb5_auth_context auth_context,
krb5_int32 nargs,
krb5_data * arglist,
krb5_int32 * cmd_stat,
@@ -116,7 +116,7 @@ k5_change_password (
char **text)
{
krb5_error_code kret, kret2;
- krb5_auth_context * auth_context;
+ krb5_auth_context auth_context;
krb5_ccache ccache;
int conn_socket; /* Socket for talking over */
krb5_int32 nreplies;