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

« back to all changes in this revision

Viewing changes to src/libafsauthent/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
        afsconf_AddKey;
 
11
        afsconf_AddUser;
 
12
        afsconf_CellApply;
 
13
        afsconf_CheckAuth;
 
14
        afsconf_ClientAuth;
 
15
        afsconf_ClientAuthSecure;
 
16
        afsconf_Close;
 
17
        afsconf_DeleteKey;
 
18
        afsconf_DeleteUser;
 
19
        afsconf_GetCellInfo;
 
20
        afsconf_GetKey;
 
21
        afsconf_GetKeys;
 
22
        afsconf_GetLatestKey;
 
23
        afsconf_GetLocalCell;
 
24
        afsconf_GetNoAuthFlag;
 
25
        afsconf_GetNthUser;
 
26
        afsconf_IntGetKeys;
 
27
        afsconf_Open;
 
28
        afsconf_ServerAuth;
 
29
        afsconf_SetCellInfo;
 
30
        afsconf_SetNoAuthFlag;
 
31
        afsconf_SuperUser;
 
32
        ka_AuthServerConn;
 
33
        ka_Authenticate;
 
34
        ka_CellConfig;
 
35
        ka_CellToRealm;
 
36
        ka_ChangePassword;
 
37
        ka_ExpandCell;
 
38
        ka_ExplicitCell;
 
39
        ka_GetAdminToken;
 
40
        ka_GetAuthToken;
 
41
        ka_GetSecurity;
 
42
        ka_GetServerToken;
 
43
        ka_GetServers;
 
44
        ka_GetToken;
 
45
        ka_Init;
 
46
        ka_LocalCell;
 
47
        ka_ParseLoginName;
 
48
        ka_ReadPassword;
 
49
        ka_SingleServerConn;
 
50
        ka_StringToKey;
 
51
        ka_KeyCheckSum;
 
52
        ka_UserAuthenticateGeneral;
 
53
        ka_VerifyUserToken;
 
54
        ktc_ForgetAllTokens;
 
55
        ktc_ForgetToken;
 
56
        ktc_GetToken;
 
57
        ktc_ListTokens;
 
58
        ktc_OldPioctl;
 
59
        ktc_SetToken;
 
60
        ubik_Call;
 
61
        ubik_Call_New;
 
62
        ubik_CallIter;
 
63
        ubik_ClientDestroy;
 
64
        ubik_ClientInit;
 
65
        ubik_ParseClientList;
 
66
        pioctl;
 
67
        getDirPath;
 
68
        ka_AuthSpecificServersConn;
 
69
        pthread_recursive_mutex_lock;
 
70
        pthread_recursive_mutex_unlock;
 
71
        grmutex;
 
72
        initAFSDirPath;
 
73
        renamefile;
 
74
        pr_GetCPS;
 
75
        pr_Initialize;
 
76
        pr_GetHostCPS;
 
77
        afs_krb_get_lrealm;
 
78
        pr_NameToId;
 
79
        pr_IdToName;
 
80
 
 
81
    local:
 
82
        *;
 
83
};