]> andersk Git - moira.git/blob - clients/moira/f_defs.h
added KRB map & palladium routines
[moira.git] / clients / moira / f_defs.h
1 /*      This is the file f_defs.h for the SMS Client, which allows a nieve
2  *      user to quickly and easily maintain most parts of the SMS database.
3  *      It Contains: useful definitions.
4  *      
5  *      Created:        4/12/88
6  *      By:             Chris D. Peterson
7  *
8  *      $Source$
9  *      $Author$
10  *      $Header$
11  *      
12  *      Copyright 1988 by the Massachusetts Institute of Technology.
13  *
14  *      For further information on copyright and distribution 
15  *      see the file mit-copyright.h
16  */
17
18 #include "mit-copyright.h"
19
20 #ifndef _f_defs_
21 #define _f_defs_
22
23 /* general Library functions. */
24
25 char * malloc();
26
27 /* attach.c */
28
29 int GetFS();                    /* Get information about named filsys. */
30 int AddFS();                    /* Adds a new Filsys to the database. */
31 int ChangeFS();                 /* Changes information in a Filsys entry. */
32 int DeleteFS();                 /* Delete a filesystem from the database. */
33
34 int AddFSToGroup();             /* Add a filesystem to an fsgroup */
35 int RemoveFSFromGroup();        /* remove a filesystem from an fsgroup */
36 int ChangeFSGroupOrder();       /* change the sortorder on an fsgrouop */
37 int FSGroupHelp();              /* print info about fsgroups */
38
39 int GetFSAlias();               /* Gets the value for a Filsys alias. */
40 int CreateFSAlias();            /* Creates a new alias in the database. */
41 int DeleteFSAlias();            /* Deletes an FS alias from the database. */
42
43 int AttachHelp();               /* Help information specific to filsys. */
44
45 /* cluster.c */
46
47 int ShowMachineInfo();          /* Show information on a(many) machine(s). */
48 int AddMachine();               /* add a new machine to teh database. */
49 int UpdateMachine();            /* updates machine information. */
50 int DeleteMachine();            /* delete a machine from the database. */
51 int MachineToClusterMap();      /* show machines in clusters. */
52 int AddMachineToCluster();      /* add a machine to a new cluster. */
53 int RemoveMachineFromCluster(); /* remove a machine from a cluster. */
54
55 int ShowClusterInfo();          /* Show information about a cluster. */
56 int AddCluster();               /* adds a new cluster to the database. */
57 int UpdateCluster();            /* updates information about a cluster. */
58 int DeleteCluster();            /* removes a cluste from the database. */
59
60 int ShowClusterInfo();          /* show information about a cluster. */
61 int MachinesInCluster();        /* list all machines in a give cluster. */
62 int AddCluster();               
63 int UpdateCluster();            /* add, update, and delete clusters. */
64 int DeleteCluster();
65
66 int ShowClusterData();          /* Show, add, and remove data  */
67 int AddClusterData();           /* associated with a cluster. */
68 int RemoveClusterData();
69
70 /* delete.c */
71
72 int DeleteList(), DeleteUser();
73
74 /* lists.c */
75
76 int ListByMember();             /* list all list to which a member belongs. */
77 int ListByAdministrator();      /* list all list to which a given member can
78                                  administer. */
79 int ListAllGroups();            
80 int ListAllPublicMailLists();   /* List misc. types of lists. */
81 int ListAllMailLists();
82
83 int AddMember(), DeleteMember(); /* add and delete mamber of current list. */
84 int ListAllMembers();
85 int ListUserMembers();          /* List various members of the current list. */
86 int ListListMembers();
87 int ListStringMembers();
88
89 int ShowListInfo();             /* show info about a list. */
90 int UpdateList();               /* change info about a list. */
91 int InterRemoveItemFromLists(); /* Interactivly remove an item from all lists*/
92
93 int ListmaintMemberMenuEntry(); /* entry and exit functions for member menu. */
94 int ListmaintMemberMenuExit();  
95 int ListHelp();                 /* help function for lists. */
96
97 /* nfs.c */
98
99 int ShowNFSService();           /* functions that manipulate nfs physical  */
100 int AddNFSService();            /* services. */
101 int UpdateNFSService();
102 int DeleteNFSService();
103
104 /* pobox.c */
105
106 int GetUserPOBox();             /* operate on user post office boxes. */
107 int SetUserPOBox();
108 int RemoveUserPOBox();
109
110 /* quota.c */
111
112 int ShowDefaultQuota();         /* show or change system default quota. */
113 int ChangeDefaultQuota();
114
115 int ShowUserQuota();            /* modify a user's quota. */
116 int ChangeUserQuota();
117 int AddUserQuota();
118 int RemoveUserQuota();
119
120 /* user.c */
121
122 int ShowUserByLogin();          /* misc. ways to show user. */
123 int ShowUserByName();
124 int ShowUserByClass();
125 int AddNewUser();               /* add a new user to the database. */
126 int RegisterUser();             /* register a user. */
127 int UpdateUser();               /* modify info about a user. */
128 int DeactivateUser();           /* change a user's status to DELETED */
129 int ChangeUserPOBox();          /* change the PO box of a user. */
130 int DeleteUserByUid();          /* detete a user by uid. */
131 int GetKrbmap();                /* fetch a user->kerberos mapping */
132 int AddKrbmap();
133 int DeleteKrbmap();
134
135 /* printer.c */
136 int AddPcap();
137 int GetPcap();
138 int ChngPcap();
139 int DeletePcap();
140 int GetPalladium(), AddPalladium(), ChngPalladium(), DeletePalladium();
141 int ShowPalladiumAlias(), AddPalladiumAlias(), DeletePalladiumAlias();
142
143 /* dcm.c */
144 int EnableDcm(), InProgress(), DcmFailed(), Dcm();
145 int enabledcm(), showserv(), addserv(), updateserv(), delserv();
146 int showhost(), resetsrverr(), resetsrvc(), resethosterr();
147 int resethost(), sethostor(), addhost(), updatehost(), delhost();
148 int inprogress(), failed(), dcm();
149
150 /* misc.c */
151 int TableStats(), ShowClients(), ShowValue(), ShowAlias();
152
153 /* utils.c */
154
155 /* 
156  * For descriptions of all of these functions see the 
157  * internals documentation.
158  */
159
160 void EncryptMITID();            /* Encrypts an mit id number. */
161 void FreeInfo();                /* Frees a NULL terminated array of strings. */
162 void FreeQueue();               /* Frees an entire queue. */
163 void FreeAndClear();            /* Frees a single pointer. */
164 void Loop();                    /* Performs an operation on every item in
165                                    a queue. */
166 void QueryLoop();               /* Queries the user before performing 
167                                    an operation on every item in
168                                    a queue. */
169 void RemoveHyphens();           /* Removes the hyphens from a string. */
170 void SlipInNewName();           /* Slips a new name into an argument list in
171                                    the correct place. */
172 int CountArgs();                /* Counts the strings in a NULL terminated 
173                                    array. */
174 int GetValueFromUser();         /* Updates value by asking the user. */
175 int GetYesNoValueFromUser();    /* Updates a yes/no value by asking the user.*/
176 int GetFSTypes();               /* Gets Filesystem types from a user. */
177 int NullFunc();                 /* NULL return function. */
178 int Print();                    /* Prints out array of strings. */
179 int PrintByType();              /* Prints out array of strings by type. */
180 int PrintHelp();                /* Prints out help information. */
181 int StoreInfo();                /* Stores info returned from and SMS query
182                                    in a queue. */
183 int Scream();                   /* Query Return function that yells if called*/
184 int ToggleVerboseMode();        /* Turns on and off the verbose variable. */
185 char *CanonicalizeHostname();   /* this is what it does. */
186 char *NullPrint();              /* Prints nothing, returns argv[0]. */
187 char *Strsave();                /* allocated space for a copy of the string. */
188 struct qelem * QueueTop();      /* Finds the top of a queue. */
189 Bool Confirm();                 /* Confirms a delete operation, with user. */
190 Bool YesNoQuestion();           /* Asks a user a yes no type question. */
191 Bool YesNoQuitQuestion();       /* Asks a user a yes - no - quit question. */
192
193 #endif _f_defs_                 /* Do Not Add Anything After This Line */
194
195
This page took 0.054449 seconds and 5 git commands to generate.