summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cns.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-05-31 00:30:24 +0000
committerKeith Vetter <keithv@fusion.com>1995-05-31 00:30:24 +0000
commitf581566cc0892118a8d35a927be4ea854c80f239 (patch)
tree3906d00b6e5f5a842d9053aed3aef8b77521d726 /src/windows/cns/cns.h
parent4006345f4798a71d7918892579270b3053256a6b (diff)
downloadkrb5-f581566cc0892118a8d35a927be4ea854c80f239.tar.gz
krb5-f581566cc0892118a8d35a927be4ea854c80f239.tar.xz
krb5-f581566cc0892118a8d35a927be4ea854c80f239.zip
Added k5 password changing code for the cns program (untested, waiting for
a server.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5918 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/cns.h')
-rw-r--r--src/windows/cns/cns.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h
index deac2f64c1..35a50e94c1 100644
--- a/src/windows/cns/cns.h
+++ b/src/windows/cns/cns.h
@@ -153,6 +153,14 @@ time_t kwin_get_epoch(void);
static int k5_get_lrealm (char *realm);
static krb5_error_code k5_init_ccache (krb5_ccache *ccache);
static int k5_name_from_ccache (krb5_ccache k5_ccache);
+ krb5_error_code k5_change_password (
+ krb5_context context,
+ char *user,
+ char *realm,
+ char *old_password,
+ char *new_password,
+ char **text);
+
#endif
HICON kwin_get_icon(time_t expiration);