diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-06-09 14:53:26 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-06-09 14:53:26 +0000 |
| commit | c26e6e82765c944c8c318fd168eb8f0bd440bd2f (patch) | |
| tree | 88d930528b4b7e7151824beb7e384309b8de8aea /src | |
| parent | 5e57c1d3b980b55c64d87caf438aa0506088927b (diff) | |
| download | krb5-c26e6e82765c944c8c318fd168eb8f0bd440bd2f.tar.gz krb5-c26e6e82765c944c8c318fd168eb8f0bd440bd2f.tar.xz krb5-c26e6e82765c944c8c318fd168eb8f0bd440bd2f.zip | |
Merged changes from Mac_V2_0_derivatives branch
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11501 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/K5Library.exp | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/src/mac/K5Library.exp b/src/mac/K5Library.exp index cb33954fb..57068b193 100644 --- a/src/mac/K5Library.exp +++ b/src/mac/K5Library.exp @@ -145,21 +145,29 @@ krb5_timestamp_to_sfstring krb5_timestamp_to_string # + krb5_auth_con_init krb5_auth_con_free - krb5_auth_con_genaddrs + krb5_auth_con_setflags krb5_auth_con_getflags + krb5_auth_con_setaddrs + krb5_auth_con_getaddrs + krb5_auth_con_setports + krb5_auth_con_setuseruserkey krb5_auth_con_getkey krb5_auth_con_getlocalsubkey - krb5_auth_con_getremotesubkey - krb5_auth_con_init - krb5_auth_con_setaddrs - krb5_auth_con_setflags + krb5_auth_con_set_req_cksumtype + krb5_auth_con_set_safe_cksumtype +# krb5_auth_con_getcksumtype Why is this missing from sources? krb5_auth_con_getlocalseqnumber krb5_auth_con_getremoteseqnumber - krb5_auth_con_setuseruserkey - krb5_auth_con_getauthenticator - krb5_auth_con_set_req_cksumtype + krb5_auth_con_initivector + krb5_auth_con_getivector + krb5_auth_con_setivector krb5_auth_con_setrcache + krb5_auth_con_getrcache + krb5_auth_con_getremotesubkey + krb5_auth_con_getauthenticator + krb5_auth_con_genaddrs # krb5_cc_default krb5_cc_default_name |
