Added krb5_get_profile
authorMiro Jurisic <meeroh@mit.edu>
Mon, 26 Jul 1999 16:38:06 +0000 (16:38 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Mon, 26 Jul 1999 16:38:06 +0000 (16:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11600 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.hin

index ab733b5cb786b5152aea7e8e62bf6e274c860640..5234b351dc71ce9baf40359f0dd5dbcdfb3464fd 100644 (file)
@@ -1,3 +1,10 @@
+1997-07-26 Miro Jurisic <meeroh@mit.edu>
+
+        * k5-int.h (krb5_get_profile): added krb5_get_profile. It returns
+        a profile handle you can use with the profile layer. It is guaranteed
+        to be initialized with the same config files as the profile of the context
+        passed in. 
+
 1997-07-22 Jeffrey Altman <jaltman@columbia.edu>
 
         * k5-int.h struct _krb5_context
index e11257b1df55ad796d93d0de53e1b4063f908c97..020196e4e28c39fcab3161ee8090b491c60c429d 100644 (file)
@@ -1832,6 +1832,10 @@ KRB5_DLLIMP void KRB5_CALLCONV krb5_free_config_files
 
 #endif
 
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
+krb5_get_profile
+       KRB5_PROTOTYPE((krb5_context, profile_t *));
+
 krb5_error_code krb5_secure_config_files
        KRB5_PROTOTYPE ((krb5_context));