* k5-int.h: Add profile_secure to context
authorEzra Peisach <epeisach@mit.edu>
Thu, 5 Oct 1995 17:24:09 +0000 (17:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 5 Oct 1995 17:24:09 +0000 (17:24 +0000)
* krb5.hin: Add krb5_secure_config_profile prototype.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6927 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-int.h
src/include/krb5.hin

index d5264771b96199557abd933ccc9af4a3171c2ad1..d9aa22dfd1537064a9d0208afcbab42879f69057 100644 (file)
@@ -1,3 +1,9 @@
+Thu Oct  5 07:34:51 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * k5-int.h: Add profile_secure to context.
+
+       * krb5.hin: Add krb5_secure_config_profile prototype.
+
 Fri Sep 29 15:17:30 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: If krb5/autoconf.h doesn't exist, cd to krb5 and
index 9b737642f2ca56909177324b2e2fb10777c04d4f..1548ae3cc3933d152622b27225f64d78421b299c 100644 (file)
@@ -864,6 +864,7 @@ struct _krb5_context {
        krb5_cksumtype  kdc_req_sumtype;
        krb5_flags      kdc_default_options;
        krb5_flags      library_options;
+       krb5_boolean    profile_secure;
 };
 
 #define KRB5_LIBOPT_SYNC_KDCTIME       0x0001
index cea5d34efed8533592f522d53269e1ba3fe5306e..11de954e230983565151a72ab37acb45dc559a49 100644 (file)
@@ -1629,6 +1629,9 @@ krb5_error_code INTERFACE krb5_sname_to_principal
 krb5_error_code INTERFACE krb5_set_config_files
        KRB5_PROTOTYPE ((krb5_context, krb5_const char **));
 
+krb5_error_code INTERFACE krb5_secure_config_files
+       KRB5_PROTOTYPE ((krb5_context));
+
 krb5_error_code krb5_encode_kdc_rep
        KRB5_PROTOTYPE((krb5_context,
                   krb5_const krb5_msgtype,