summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/admin.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-03-20 18:09:19 +0000
committerGreg Hudson <ghudson@mit.edu>2009-03-20 18:09:19 +0000
commit602bc234c7836e33fb0feef608cea79c2d82ea8b (patch)
tree78673fd5ae2105e37d2de4c950985d2c7b00a5c3 /src/lib/kadm5/admin.h
parentffafb8455cde8a0c089512444457a74357a644c3 (diff)
downloadkrb5-602bc234c7836e33fb0feef608cea79c2d82ea8b.tar.gz
krb5-602bc234c7836e33fb0feef608cea79c2d82ea8b.tar.xz
krb5-602bc234c7836e33fb0feef608cea79c2d82ea8b.zip
Install kadmin and kdb headers
Add disclaimers to the kadmin and kdb headers about the weaker stability commitments we make for their APIs, and install them for the benefit of users who can tolerate such instability. (The kadmin interface is the real goal here, but the kadmin header includes kdb.h so we need to install both.) ticket: 6431 tags: pullup target_version: 1.7 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22112 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kadm5/admin.h')
-rw-r--r--src/lib/kadm5/admin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/kadm5/admin.h b/src/lib/kadm5/admin.h
index cdf2f4dc8..a9e01768f 100644
--- a/src/lib/kadm5/admin.h
+++ b/src/lib/kadm5/admin.h
@@ -30,6 +30,17 @@
* $Header$
*/
+/*
+ * This API is not considered as stable as the main krb5 API.
+ *
+ * - We may make arbitrary incompatible changes between feature
+ * releases (e.g. from 1.7 to 1.8).
+ * - We will make some effort to avoid making incompatible changes for
+ * bugfix releases, but will make them if necessary.
+ * - We make no commitments at all regarding the v1 API (obtained by
+ * defining USE_KADM5_API_VERSION to 1) and expect to remove it.
+ */
+
#ifndef __KADM5_ADMIN_H__
#define __KADM5_ADMIN_H__