#ifndef lint static char rcsid_module_c[] = "$Header$"; #endif lint /* This is the file menu.c for allmaint, the SMS client that allows * a user to maintaint most important parts of the SMS database. * It Contains: all menu definitions for allmaint. * * Created: 4/11/88 * By: Chris D. Peterson * * $Source$ * $Author$ * $Header$ * * Copyright 1987, 1988 by the Massachusetts Institute of Technology. * * For further information on copyright and distribution * see the file mit-copyright.h */ #include #include #include "mit-copyright.h" #include "allmaint.h" /* * Attachmaint Menus */ Menu attachmaint_filemenu = { NULLFUNC, NULLFUNC, "Filesystem Maintenance", 5, { { GetFS, NULLMENU, 2, { {"get", "Get Filesystem Name Information"}, {"name", "Name of Filesystem: "} } }, { AddFS, NULLMENU, 2, { {"add", "Add New Filesystem to Database"}, {"name", "name: "}, } }, { ChangeFS, NULLMENU, 2, { {"change", "Update Filesystem Information"}, {"name", "name: "}, } }, { RenameFS, NULLMENU, 2, { {"rename", "Rename Filesystem"}, {"name", "Current (Old) Name: "}, } }, { DeleteFS, NULLMENU, 2, { {"delete", "Delete Filesystem"}, {"name", "Filesystem Name: "} } } } }; Menu attachmaint_top_menu = { NULLFUNC, NULLFUNC, "Attach/Filesystem Maintenance", 7, { SUBMENU("filesystem", "Filesystem Work", &filemenu), { GetFSAlias, NULLMENU, 2, { {"check", "Check An Association."}, {"name", "name (user/group/course): "} } }, { CreateFSAlias, NULLMENU, 2, { {"alais", "Associate with a Filesystem."}, {"name", "name (user/course/project): "}, } }, { DeleteFSAlias, NULLMENU, 2, { {"unalias", "Disassociate from a Filesystem."}, {"name", "name (user/course/project): "}, } }, SIMPLEFUNC("verbose", "Toggle Verbosity of Delete.", ToggleVerboseMode), SIMPLEFUNC("help", "Help ...", AttachHelp) } }; /* * Clustermaint Menus */ Menu clustermaint_machine_menu = { NULLFUNC, NULLFUNC, "Machine Maintenence", 7, { { ShowMachineInfo, NULLMENU, 2, { {"ShowMachineInfo","Get machine information."}, {"name","Machine's Name: "} } }, { AddMachine, NULLMENU, 2, { {"AddMachine","Add a new machine."}, {"name","Machine's Name: "}, } }, { UpdateMachine, NULLMENU, 2, { {"UpdateMachine","Update machine information."}, {"name","Machine's Name: "}, } }, { ChangeMachineName, NULLMENU, 2, { {"ChangeMachineName", "Change the name of machine"}, {"old", "Current (old) Machine's Name: "}, } }, { DeleteMachine, NULLMENU, 2, { {"DeleteMachine","Delete this machine."}, {"name","Machine's Name: "} } }, { AddMachineToCluster, NULLMENU, 3, { {"AddMachineToCluster","Add this machine to a cluster."}, {"name","Machine's Name: "}, {"cluster","Name of the Cluster: "} } }, { DeleteMachineFromAllClusters, NULLMENU, 2, { {"DeleteMachineFromAllClusters", "Delete this machine from all clusters."}, {"name","Machine's Name: "}, } }, } }; Menu clustermaint_cluster_menu = { NULLFUNC, NULLFUNC, "Cluster Information", 6, { { ShowClusterInfo, NULLMENU, 2, { {"info", "Get cluster information."}, {"name", "Cluster's Name: "} } }, { MachinesInCluster, NULLMENU, 2, { {"machines", "List all machines in this cluster."}, {"clus", "Cluster's Name: "} } } { AddCluster, NULLMENU, 2, { {"add", "Add a new cluster."}, {"name","Cluster's Name: "}, } }, { UpdateCluster, NULLMENU, 2, { {"update", "Update cluster information."}, {"name","Cluster's Name: "}, } }, { ChangeClusterName, NULLMENU, 2, { {"cname", "Change the name of this cluster."}, {"old", "Current (old) Cluster's Name: "}, } }, { DeleteCluster, NULLMENU, 2, { {"delete", "Delete this cluster."}, {"name", "Cluster's Name: "} } }, } }; Menu clustermaint_service_menu= { NULLFUNC, NULLFUNC, "Service Cluster Maintenence", 3, { { ShowServicesForCluster, NULLMENU, 2, { {"show_one", "Show a Service Cluster"}, {"clus", "Cluster's Name: "} } }, { AddService, NULLMENU, 2, { {"add", "Add a Service to a Cluster"}, {"clus", "Cluster Name: "}, } }, { DeleteService, NULLMENU, 2, { {"delete", "Delete a Service from a Cluster"}, {"clus", "Cluster's Name: "}, } } } }; Menu clusetermaint_top_menu = { NULLFUNC, NULLFUNC, "Cluster Maintenence", 5, { SUBMENU("machine", "Work on Machines", &clustermaint_machine_menu), SUBMENU("cluster", "Work on Clusters", &clustermaint_cluster_menu), SUBMENU("service", "Service Clusters", &clustermaint_service_menu), {MachineToClusterMap, NULLMENU, 3, { {"map", "Machine to Cluster Mapping"}, {"machine", "Machine Name: "}, {"clus", "Cluster Name: "} } }, SIMPLEFUNC("verbose", "Toggle Delete Confirmation", ToggleVerboseMode), } }; /* * Dcmmaint menus */ /* Commenting out all DCM maint stuff. Menu dcmmaint_service_menu = { dcmmaint_service_menu_entry, dcmmaint_service_menu_exit, NULL, 5, { SIMPLEFUNC("show", "Show fields of service", show_service), SIMPLEFUNC("interval", "Change the interval field", change_interval), SIMPLEFUNC("target_path", "Change the target_path field", change_target_path), SIMPLEFUNC("script", "Change the script field", change_script), SIMPLEFUNC("dfgen", "Change the date of the latest generation of the db file", change_dfgen) } }; Menu dcmmaint_host_info_menu = { dcmmaint_host_info_menu_entry, dcmmaint_host_info_menu_exit, NULL, 8, { SIMPLEFUNC("show", "Show values of entry", show_host_info), SIMPLEFUNC("last_time", "Change the last_time field", change_last_time), SIMPLEFUNC("success", "Change the success field", change_success), SIMPLEFUNC("override", "Change the override field", change_override), SIMPLEFUNC("enable", "Change the enable field", change_enable), SIMPLEFUNC("value1", "Change the value1 field", change_value1), SIMPLEFUNC("value2", "Change the value2 field", change_value2), SIMPLEFUNC("rvdacls", "Change the RVD ACLs (for RVD servers only)", update_rvd_server) } }; Menu dcmmaint_top_menu = { NULLFUNC, NULLFUNC, "Data Control Manager Maintenance", 9, { SUBMENU("hi_change", "Modify a service-host entry", &dcmmaint_host_info_menu), SIMPLEFUNC("hi_add", "Create new service-host entry", do_host_info), SIMPLEFUNC("hi_delete", "Remove a service-host entry", do_host_info), SIMPLEFUNC("hi_list", "List service-host entries", do_host_info), SUBMENU("s_change", "Modify info for an existing service", &dcmmaint_service_menu), SIMPLEFUNC("s_add", "Create new service", do_service), SIMPLEFUNC("s_delete", "Remove a service", do_service), SIMPLEFUNC("s_list", "List services", do_service), SIMPLEFUNC("help", "How to use this program", instructions) } }; Commenting out all DCM maint stuff. */ /* * Listmaint Menus */ Menu listmaint_list_menu = { NULLFUNC, NULLFUNC, "Lists", 5, { SIMPLEFUNC("member", "List all lists to which a given member belongs", ListByMember), SIMPLEFUNC("administrator", "List all lists which a given user can administer", ListByAdministrator), SIMPLEFUNC("groups", "List all lists which are groups", ListAllGroups), SIMPLEFUNC("public", "List all public mailing lists", ListAllPublicMailLists), SIMPLEFUNC("maillists", "List all mailing lists", ListAllMailLists) } }; Menu listmaint_member_menu = { MemberMenuEntry, MemberMenuExit, NULL, 6, { SIMPLEFUNC("add", "Add a member to the list", AddMember), SIMPLEFUNC("delete", "Delete a member from the list", DeleteMember), SIMPLEFUNC("all", "Show the members of the list", ListMembers), SIMPLEFUNC("user", "Show the members of type USER", ListUserMembers), SIMPLEFUNC("list", "Show the members of type LIST", ListListMembers), SIMPLEFUNC("string", "Show the members of type STRING", ListStringMembers) } }; Menu listmaint_top_menu = { NULLFUNC, NULLFUNC, "List Maintenance Menu", 8, { { NULLFUNC, &listmaint_member_menu, 2, { {"add", "Create new List"}, {"list name", "Name of list: "} } }, { DeleteList, NULLMENU, 2, { {"delete", "Delete a List"}, {"list name", "Name of list: "} } }, { ShowListInfo, NULLMENU, 2, { {"show", "Display information about a list"}, {"list name", "Name of list: "} } }, { UpdateListInfo, NULLMENU, 2, { {"update", "Update characteristics of a list"}, {"list name", "Name of list: "} } }, { NULLFUNC, &listmaint_member_menu, 2, { {"members", "Change/Display the membership of a list"}, {"list name", "Name of list: "} } }, { DeleteUserFromLists, NULLMENU, 2, { { "deluser", "Interactively query/delete user from all lists"}, { "user name", "Login name of user: "} } }, SUBMENU("list_lists", "Display inventory of lists", &listmaint_list_menu), SIMPLEFUNC("help", "How to use this program", Instructions) } }; /* * NFSmaint menus. */ Menu nfsmaint_top_menu = { NULLFUNC, NULLFUNC, "NFS Maintenence", 6, { { ShowNFSService, NULLMENU, 3, { { "show", "Show an NFS server " }, { "machine", "Machine Name: "}, { "device", "Device: "} } }, { AddNFSService, NULLMENU, 3, { { "add", "Add NFS server" }, { "machine", "Machine Name: "}, { "device", "Device: "} } }, { UpdateNFSService, NULLMENU, 3, { { "update", "Update NFS server"}, { "machine", "Machine Name: "}, { "device", "Device: "} } }, { DeleteNFSService, NULLMENU, 3, { { "delete", "Delete NFS server"}, {"machine", "Machine Name: "}, {"device", "Device: "} } }, SIMPLEFUNC("verbose", "Toggle Verbosity of Delete", ToggleVerboseMode), SIMPLEFUNC("help", "Help", NFSHelp), } }; /* * Portmaint menus. */ /* Queries have not been implemented yet :-( Menu servmenu = { NULLFUNC, NULLFUNC, "Server Maintenence", 8, { { getserv, NULLMENU, 2, { {"get", "Services Info"}, {"serv", "Service Name: "} } }, { addserv, NULLMENU, 4, { {"add", "Add Service"}, {"srv", "Name: "}, {"proto", "Protocol: "}, {"port", "Port: "} } }, { updserv, NULLMENU, 4, { {"update", "Update Service"}, {"srv", "Name: "}, {"proto", "Protocol: "}, {"port", "Port: "} } }, {delserv, NULLMENU, 3, { {"delete", "Delete Service"}, {"serv", "Service Name: "}, {"proto", "Protocol: "} } }, { getassc, NULLMENU, 2, { {"get_alias", "Get All Aliases for Service"}, {"srv", "Service Name: "} } }, { alas, NULLMENU, 3, { {"+", "Add Alias"}, {"srv", "Service Name: "}, {"als", "Alias: "} } }, { alas, NULLMENU, 3, { {"-", "Delete Alias"}, {"srv", "Service Name: "}, {"als", "Alias: "} } }, SIMPLEFUNC("toggle", "Toggle Verbosity of Delete", toggle_verb) } }; */ /* * smsmaint - TBS */ /* * Usermaint menu. */ Menu usermaint_quota_menu = { NULLFUNC, NULLFUNC, "Edit User Quotas and Server Machines", 6, { SIMPLEFUNC("shdef", "Show default user quota (in KB)", ShowDefaultQuota), {ShowUserQuota, NULLMENU, 2, { {"shquota", "Show a user's quota (in KB)"}, {"login", "Login name: "} } }, {ChangeDefaultQuota, NULLMENU, 2, { {"chdef", "Change default user quota"}, {"quota", "New quota (in KB): "} } }, {ChangeUserQuota, NULLMENU, 2, { {"chquota", "Change a user's disk quota"}, {"user", "Login name: "} } }, {AddUserLocker, NULLMENU, 5, { {"create", "Create a quota & locker for a user"}, {"login", "User's login name: "}, {"machine", "Server host name: "}, {"device", "Physical device on host: "}, {"quota", "Quota in KB: "} } }, {DeleteUserLocker, NULLMENU, 2, { {"del", "Delete a user's quota & locker"}, {"login", "User's login: "} } } } }; Menu usermaint_top_menu = { NULLFUNC, NULLFUNC, "SMS User Maintenance", 8, { {ShowUserByLogin, NULLMENU, 2, { {"login", "Show user information by login name"}, {"login name", "Desired login name: "} } }, {ShowUserByName, NULLMENU, 3, { {"full", "Show user information by name (use * for wildcard)."}, {"first", "First name: "}, {"last", "Last name: "} } }, {ShowUserByClass, NULLMENU, 2, { {"login", "Show names of users in a give class."}, {"login name", "Desired class: "} } }, {ModifyUser, NULLMENU, 2, { {"modify", "Change all user fields"}, {"login", "Login name: "} } }, /* SIMPLEFUNC("chpw", "Change a user's password", change_user_password), */ {ChangeUserPOBox, NULLMENU, 2, { {"chpobox", "Change a user's post office box"}, {"login name", "login name: "} } }, /* {enter_user, NULLMENU, 6, { {"enter", "Enter unregistered user"}, {"first", "User's first name: "}, {"middle", "User's middle initial: "}, {"last", "User's last name: "}, {"mit_id", "User's MIT ID: "}, {"mit_year", "User's MIT year: "} } }, {reg_user, NULLMENU, 5, { {"register", "Register unregistered user"}, {"first", "User's first name: "}, {"last", "User's last name: "}, {"mit_id", "User's MIT ID: "}, {"login", "Login name to assign: "} } }, */ {DeleteUser, NULLMENU, 2, { {"delete", "Delete user"}, {"login", "Login name: "} } }, {DeleteUserByUid, NULLMENU, 2, { {"udelete", "Delete user by uid"}, {"uid", "User ID (not MIT ID!): "} } }, SUBMENU("quota", "User Quotas", &usermaint_quota_menu), } }; /* * Allmaint top menu */ Menu allmaint_top_menu = { NULLFUNC, NULLFUNC, "All Maint Top Level Menu", 5, { SUBMENU("attachmaint","open the attachmaint menu",&attachmaint_top_menu), SUBMENU("clustermaint","open the clustermaint menu", &clustermaint_top_menu), /* SUBMENU("dcmmaint","open the dcmmaint menu",&dcmmaint_top_menu), */ SUBMENU("listmaint","open the listmaint menu",&listmaint_top_menu), SUBMENU("nfsmaint","open the nfsmaint menu",&nfsmaint_top_menu), /* SUBMENU("portmaint","open the portmaint menu",&portmaint_top_menu), */ /* SUBMENU("smsmaint","open the smsmaint menu",&smsmaint_top_menu), */ SUBMENU("usermaint","open the usermaint menu",&usermaint_top_menu) } };