diff options
| author | Greg Hudson <ghudson@mit.edu> | 2014-05-06 14:05:53 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2014-05-17 19:04:26 -0400 |
| commit | a4e5127bec346fbc199e3624dc973c4b5d78df71 (patch) | |
| tree | 981622a87e3536a97e844b289eb960f6ef00de2e /src/lib/krb5/libkrb5.exports | |
| parent | 99e1d7a4b91676d968ecf9329a48ec2b3c0a193a (diff) | |
| download | krb5-a4e5127bec346fbc199e3624dc973c4b5d78df71.tar.gz krb5-a4e5127bec346fbc199e3624dc973c4b5d78df71.tar.xz krb5-a4e5127bec346fbc199e3624dc973c4b5d78df71.zip | |
Add ccache marshalling tests
Add a new ccache test program t_marshal.c which verifies the new
marshalling functions and also the FILE ccache type against the
expected representations of the ccache header, default principal, and
credentials.
Diffstat (limited to 'src/lib/krb5/libkrb5.exports')
| -rw-r--r-- | src/lib/krb5/libkrb5.exports | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/libkrb5.exports b/src/lib/krb5/libkrb5.exports index 06ca9fc54..863ec029d 100644 --- a/src/lib/krb5/libkrb5.exports +++ b/src/lib/krb5/libkrb5.exports @@ -121,6 +121,8 @@ k5_init_trace k5_kt_get_principal k5_localauth_free_context k5_locate_kdc +k5_marshal_cred +k5_marshal_princ k5_os_free_context k5_os_init_context k5_plugin_free_modules @@ -128,6 +130,8 @@ k5_plugin_load k5_plugin_load_all k5_plugin_register k5_plugin_register_dyn +k5_unmarshal_cred +k5_unmarshal_princ krb524_convert_creds_kdc krb524_init_ets krb5_425_conv_principal |
