summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2000-04-13 22:06:38 +0000
committerAlexandra Ellwood <lxs@mit.edu>2000-04-13 22:06:38 +0000
commit3a1ac0c3413047434ec1fb329f471bacc422fb5b (patch)
tree0567617bcb95676fe4ed8c246d9a4d9dea3ef226 /src/include
parentba7b3c85ece66970c5e5ce01c48243b8ed092d73 (diff)
downloadkrb5-3a1ac0c3413047434ec1fb329f471bacc422fb5b.tar.gz
krb5-3a1ac0c3413047434ec1fb329f471bacc422fb5b.tar.xz
krb5-3a1ac0c3413047434ec1fb329f471bacc422fb5b.zip
2000-4-13 Alexandra Ellwood <lxs@mit.edu>
* krb5-int.h: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. * win-mac.h: Set up the macintosh build to use KerberosLogin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12168 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index a4166cd566..d4a9d5a726 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,10 @@
+2000-4-13 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb5-int.h: Added support to store a krb5_principal in the os_context
+ along with the default ccache name (if known, this principal is the same
+ as the last time we looked at the ccache.
+ * win-mac.h: Set up the macintosh build to use KerberosLogin.
+
2000-03-25 Miro Jurisic <meeroh@mit.edu>
* k5-int.h: Fixed protos for krb5_locate_srv_* (naddrs is int*)