~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/libadmin/kas/mapfile

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2000, International Business Machines Corporation and others.
 
2
# All Rights Reserved.
 
3
 
4
# This software has been released under the terms of the IBM Public
 
5
# License.  For details, see the LICENSE file in the top-level source
 
6
# directory or online at http://www.openafs.org/dl/license10.html
 
7
 
 
8
{
 
9
    global:
 
10
        kas_ServerOpen;
 
11
        kas_ServerClose;
 
12
        kas_PrincipalCreate;
 
13
        kas_PrincipalDelete;
 
14
        kas_PrincipalGet;
 
15
        kas_PrincipalGetBegin;
 
16
        kas_PrincipalGetNext;
 
17
        kas_PrincipalGetDone;
 
18
        kas_PrincipalKeySet;
 
19
        kas_PrincipalLockStatusGet;
 
20
        kas_PrincipalUnlock;
 
21
        kas_PrincipalFieldsSet;
 
22
        kas_ServerStatsGet;
 
23
        kas_ServerDebugGet;
 
24
        kas_ServerRandomKeyGet;
 
25
        kas_StringToKey;
 
26
        kas_KeyCheckSum;
 
27
 
 
28
    local:
 
29
        *;
 
30
};