/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-monitor.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-07-29 03:35:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080729033539-08zecoj3jwlkpjhw
* server.conf: New file.

* mandos-clients.conf: Renamed to clients.conf.

* Makefile (FORTIFY): New.
  (CFLAGS): Include $(FORTIFY).

* plugins.d/mandosclient.c (main): New "if_index" variable.  Bug fix:
                                   check if interface exists.  New
                                   "--connect" option.

* server.py (serviceInterface): Removed; replaced by
                                "AvahiService.interface".  All users
                                changed.
  (AvahiError, AvahiServiceError, AvahiGroupError): New exception
                                                    classes.
  (AvahiService): New class.
  (serviceName): Removed; replaced by "AvahiService.name".  All users
                 changed.
  (serviceType): Removed; replaced by "AvahiService.type".  All users
                 changed.
  (servicePort): Removed; replaced by "AvahiService.port".  All users
                 changed.
  (serviceTXT): Removed; replaced by "AvahiService.TXT".  All users
                changed.
  (domain): Removed; replaced by "AvahiService.domain".  All users
            changed.
  (host): Removed; replaced by "AvahiService.host".  All users
          changed.
  (rename_count): Removed; replaced by "AvahiService.rename_count" and
                 "AvahiService.max_renames".  All users changed.
  (Client.__init__): If no secret or secfile, raise TypeError instead
                     of RuntimeError.
  (Client.last_seen): Renamed to "Client.last_checked_ok".  All users
                      changed.
  (Client.stop, Client.stop_checker): Use "getattr" with default value
                                      instead of "hasattr".
  (Client.still_valid): Removed "now" argument.
  (Client.handle): Separate the "no client found" and "client invalid"
                   cases for clearer code.
  (IPv6_TCPServer.__init__): "options" argument replaced by
                             "settings".  All callers changed.
  (IPv6_TCPServer.options): Replaced by "IPv6_TCPServer.settings".
                            All users changed.
  (IPv6_TCPServer.server_bind): Use getattr instead of hasattr.
  (add_service): Removed; replaced by "AvahiService.add".  All callers
                 changed.
  (remove_service): Removed; replaced by "AvahiService.remove".  All
                    callers changed.
  (entry_group_state_changed): On entry group collision, call the new
                               AvahiService.rename method.  Raise
                               AvahiGroupError on group error.
  (if_nametoindex): Use ctypes.utils.find_library to locate the C
                    library.  Cache the result.  Loop on EINTR.
  (daemon): Use os.path.devnull to locate "/dev/null".
  (killme): Removed.  All callers changed to do "sys.exit()" instead,
            except where stated otherwise.
  (main): Removed "exitstatus".  Removed all default values from all
          non-bool options.  New option "--configdir".  New variables
          "server_defaults" and "server_settings", read from
          "%(configdir)s/server.conf".  Let any supplied command line
          options override server settings.   Variable "defaults"
          renamed to "client_defaults", which is read from
          "clients.conf" instead of "mandos-clients.conf".  New global
          AvahiService object "service" replaces old global variables.
          Catch AvahiError and exit with error if caught.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
 
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
 
<!ENTITY COMMANDNAME "mandos-monitor">
5
 
<!ENTITY TIMESTAMP "2010-09-14">
6
 
<!ENTITY % common SYSTEM "common.ent">
7
 
%common;
8
 
]>
9
 
 
10
 
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
11
 
  <refentryinfo>
12
 
    <title>Mandos Manual</title>
13
 
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
 
    <productname>Mandos</productname>
15
 
    <productnumber>&version;</productnumber>
16
 
    <date>&TIMESTAMP;</date>
17
 
    <authorgroup>
18
 
      <author>
19
 
        <firstname>Björn</firstname>
20
 
        <surname>Påhlsson</surname>
21
 
        <address>
22
 
          <email>belorn@fukt.bsnet.se</email>
23
 
        </address>
24
 
      </author>
25
 
      <author>
26
 
        <firstname>Teddy</firstname>
27
 
        <surname>Hogeborn</surname>
28
 
        <address>
29
 
          <email>teddy@fukt.bsnet.se</email>
30
 
        </address>
31
 
      </author>
32
 
    </authorgroup>
33
 
    <copyright>
34
 
      <year>2010</year>
35
 
      <holder>Teddy Hogeborn</holder>
36
 
      <holder>Björn Påhlsson</holder>
37
 
    </copyright>
38
 
    <xi:include href="legalnotice.xml"/>
39
 
  </refentryinfo>
40
 
  
41
 
  <refmeta>
42
 
    <refentrytitle>&COMMANDNAME;</refentrytitle>
43
 
    <manvolnum>8</manvolnum>
44
 
  </refmeta>
45
 
  
46
 
  <refnamediv>
47
 
    <refname><command>&COMMANDNAME;</command></refname>
48
 
    <refpurpose>
49
 
      Text-based GUI to control the Mandos server.
50
 
    </refpurpose>
51
 
  </refnamediv>
52
 
  
53
 
  <refsynopsisdiv>
54
 
    <cmdsynopsis>
55
 
      <command>&COMMANDNAME;</command>
56
 
    </cmdsynopsis>
57
 
  </refsynopsisdiv>
58
 
  
59
 
  <refsect1 id="description">
60
 
    <title>DESCRIPTION</title>
61
 
    <para>
62
 
      <command>&COMMANDNAME;</command> is an interactive program to
63
 
      monitor and control the operations of the Mandos server (see
64
 
      <citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
65
 
      >8</manvolnum></citerefentry>).
66
 
    </para>
67
 
  </refsect1>
68
 
  
69
 
  <refsect1 id="purpose">
70
 
    <title>PURPOSE</title>
71
 
    <para>
72
 
      The purpose of this is to enable <emphasis>remote and unattended
73
 
      rebooting</emphasis> of client host computer with an
74
 
      <emphasis>encrypted root file system</emphasis>.  See <xref
75
 
      linkend="overview"/> for details.
76
 
    </para>
77
 
  </refsect1>
78
 
  
79
 
  <refsect1 id="overview">
80
 
    <title>OVERVIEW</title>
81
 
    <xi:include href="overview.xml"/>
82
 
    <para>
83
 
      This program is used to monitor and control the Mandos server.
84
 
      In particular, it can be used to approve Mandos clients which
85
 
      have been configured to require approval.  It also shows all
86
 
      significant events reported by the Mandos server.
87
 
    </para>
88
 
  </refsect1>
89
 
  
90
 
  <refsect1 id="keys">
91
 
    <title>KEYS</title>
92
 
    <para>
93
 
      This program is used to monitor and control the Mandos server.
94
 
      In particular, it can be used to approve Mandos clients which
95
 
      have been configured to require approval.  It also shows all
96
 
      significant events reported by the Mandos server.
97
 
    </para>
98
 
    <table>
99
 
      <title>Global Keys</title><tgroup cols="2"><thead>
100
 
      <row>
101
 
        <entry>Keys</entry>
102
 
        <entry>Function</entry>
103
 
      </row>
104
 
      </thead><tbody>
105
 
      <row>
106
 
        <entry>q, Q</entry>
107
 
        <entry>Quit</entry>
108
 
      </row>
109
 
      <row>
110
 
        <entry>Ctrl-L</entry>
111
 
        <entry>Redraw screen</entry>
112
 
      </row>
113
 
      <row>
114
 
        <entry>?, F1</entry>
115
 
        <entry>Show help</entry>
116
 
      </row>
117
 
      <row>
118
 
        <entry>l, D</entry>
119
 
        <entry>Toggle log window</entry>
120
 
      </row>
121
 
      <row>
122
 
        <entry>TAB</entry>
123
 
        <entry>Switch window</entry>
124
 
      </row>
125
 
      <row>
126
 
        <entry>w, i</entry>
127
 
        <entry>Toggle log window line wrap</entry>
128
 
      </row>
129
 
      <row>
130
 
        <entry>Up, Ctrl-P, k</entry>
131
 
        <entry>Move up a line</entry>
132
 
      </row>
133
 
      <row>
134
 
        <entry>Down, Ctrl-N, j</entry>
135
 
        <entry>Move down a line</entry>
136
 
      </row>
137
 
      <row>
138
 
        <entry>PageUp, Meta-V, b</entry>
139
 
        <entry>Move up a page</entry>
140
 
      </row>
141
 
      <row>
142
 
        <entry>PageDown, Ctrl-V, SPACE, f</entry>
143
 
        <entry>Move down a page</entry>
144
 
      </row>
145
 
    </tbody></tgroup></table>
146
 
    <table>
147
 
      <title>Client List Keys</title><tgroup cols="2"><thead>
148
 
      <row>
149
 
        <entry>Keys</entry>
150
 
        <entry>Function</entry>
151
 
      </row>
152
 
      </thead><tbody>
153
 
      <row>
154
 
        <entry>+</entry>
155
 
        <entry>Enable client</entry>
156
 
      </row>
157
 
      <row>
158
 
        <entry>-</entry>
159
 
        <entry>Disable client</entry>
160
 
      </row>
161
 
      <row>
162
 
        <entry>a</entry>
163
 
        <entry>Approve client</entry>
164
 
      </row>
165
 
      <row>
166
 
        <entry>d</entry>
167
 
        <entry>Deny client</entry>
168
 
      </row>
169
 
      <row>
170
 
        <entry>R, _, Ctrl-K</entry>
171
 
        <entry>Remove client</entry>
172
 
      </row>
173
 
      <row>
174
 
        <entry>s</entry>
175
 
        <entry>Start checker for client</entry>
176
 
      </row>
177
 
      <row>
178
 
        <entry>S</entry>
179
 
        <entry>Stop checker for client</entry>
180
 
      </row>
181
 
      <row>
182
 
        <entry>C</entry>
183
 
        <entry>Force a successful check for this client.</entry>
184
 
      </row>
185
 
    </tbody></tgroup></table>
186
 
  </refsect1>
187
 
  
188
 
  <refsect1 id="bugs">
189
 
    <title>BUGS</title>
190
 
    <para>
191
 
      This program can currently only be used to monitor and control a
192
 
      Mandos server with the default D-Bus service name of
193
 
      <quote>Mandos</quote>.
194
 
    </para>
195
 
  </refsect1>
196
 
  
197
 
  <refsect1 id="example">
198
 
    <title>EXAMPLE</title>
199
 
    <informalexample>
200
 
      <para>
201
 
        This program takes no options:
202
 
      </para>
203
 
      <para>
204
 
        <userinput>&COMMANDNAME;</userinput>
205
 
      </para>
206
 
    </informalexample>
207
 
  </refsect1>
208
 
  
209
 
  <refsect1 id="security">
210
 
    <title>SECURITY</title>
211
 
    <para>
212
 
      This program must be permitted to access the Mandos server via
213
 
      the D-Bus interface.  This normally requires the root user, but
214
 
      could be configured otherwise by reconfiguring the D-Bus server.
215
 
    </para>
216
 
  </refsect1>
217
 
  
218
 
  <refsect1 id="see_also">
219
 
    <title>SEE ALSO</title>
220
 
    <para>
221
 
      <citerefentry><refentrytitle>mandos</refentrytitle>
222
 
      <manvolnum>8</manvolnum></citerefentry>,
223
 
      <citerefentry><refentrytitle>mandos-ctl</refentrytitle>
224
 
      <manvolnum>8</manvolnum></citerefentry>
225
 
    </para>
226
 
  </refsect1>
227
 
  
228
 
</refentry>
229
 
<!-- Local Variables: -->
230
 
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
231
 
<!-- time-stamp-end: "[\"']>" -->
232
 
<!-- time-stamp-format: "%:y-%02m-%02d" -->
233
 
<!-- End: -->