summaryrefslogtreecommitdiffstats
path: root/src/windows
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
parent38d86476c575d1a894d74fe814c3cc84b3d4d5b0 (diff)
downloadkrb5-b3957fc70b2a12ed3e00433797d035d652438c26.tar.gz
krb5-b3957fc70b2a12ed3e00433797d035d652438c26.tar.xz
krb5-b3957fc70b2a12ed3e00433797d035d652438c26.zip
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')
-rw-r--r--src/windows/cns/changelo4
-rw-r--r--src/windows/cns/kpasswd.c4
-rw-r--r--src/windows/wintel/auth.c2
-rw-r--r--src/windows/wintel/changelo4
4 files changed, 11 insertions, 3 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo
index ce3cae9c2..015a211e3 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 93939e095..f3687f448 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;
diff --git a/src/windows/wintel/auth.c b/src/windows/wintel/auth.c
index 51e5d3f31..ed3f82d1a 100644
--- a/src/windows/wintel/auth.c
+++ b/src/windows/wintel/auth.c
@@ -75,7 +75,7 @@
#ifdef KRB5
static krb5_data auth;
static int auth_how;
- static krb5_auth_context *auth_context;
+ static krb5_auth_context auth_context;
#define KRB_SERVICE_NAME "host"
#define KERBEROS_VERSION KERBEROS_V5
diff --git a/src/windows/wintel/changelo b/src/windows/wintel/changelo
index 7552a212b..669e2cf5d 100644
--- a/src/windows/wintel/changelo
+++ b/src/windows/wintel/changelo
@@ -1,3 +1,7 @@
+Sat Jun 10 23:09:20 1995 Tom Yu (tlyu@dragons-lair)
+
+ * auth.c: krb5_auth_context redefinitions
+
Fri Jun 2 10:51:31 1995 Keith Vetter (keithv@fusion.com)
Added cursor keys (in two modes) and ctrl-space: the arrow