diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-05-21 03:48:39 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-05-21 03:48:39 +0000 |
| commit | d68adb389e9c1926f4f8c9a0e6132e6dd97ed32b (patch) | |
| tree | fcf2723965ead9a912557f6edfeb24850e3f7e0b /src/lib/ccapi/server/rpc_auth.h | |
| parent | 4e824737afa8bb05db07d92a04855149c2fba5d8 (diff) | |
| download | krb5-d68adb389e9c1926f4f8c9a0e6132e6dd97ed32b.tar.gz krb5-d68adb389e9c1926f4f8c9a0e6132e6dd97ed32b.tar.xz krb5-d68adb389e9c1926f4f8c9a0e6132e6dd97ed32b.zip | |
Construct an outline of a sample platform specific main.c
Add ccs_serv_cleanup() routine. Currently does nothing.
Correct field names used within the authorization check.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18025 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/server/rpc_auth.h')
| -rw-r--r-- | src/lib/ccapi/server/rpc_auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ccapi/server/rpc_auth.h b/src/lib/ccapi/server/rpc_auth.h index 21d7db501c..010a1e2a51 100644 --- a/src/lib/ccapi/server/rpc_auth.h +++ b/src/lib/ccapi/server/rpc_auth.h @@ -1,6 +1,6 @@ /* $Copyright: * - * Copyright 2004 by the Massachusetts Institute of Technology. + * Copyright 2004-2006 by the Massachusetts Institute of Technology. * * All rights reserved. * @@ -66,6 +66,6 @@ struct cc_session_info_t { }; typedef struct cc_session_info_t cc_session_info_t; -cc_int32 cci_rpc_is_authorized(cc_auth_info_t* msg_auth, cc_session_info_t* msg_session, cc_auth_info_t* stored_auth, cc_session_info_t* stored_session, cc_uint32 *authorizedp); +cc_int32 ccs_rpc_is_authorized(cc_auth_info_t* msg_auth, cc_session_info_t* msg_session, cc_auth_info_t* stored_auth, cc_session_info_t* stored_session, cc_uint32 *authorizedp); #endif /*__RPC_AUTH_H__*/ |
