/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 NEWS

Added configuration files support for mandos-client
Removed plus argument support for mandos-client

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This NEWS file records noteworthy changes, very tersely.
2
 
See the manual for detailed information.
3
 
 
4
 
Version 1.7.1 (2015-10-24)
5
 
* Client
6
 
** Bug fix: Can now really find Mandos server even if the server has
7
 
   an IPv6 address on a network other than the one which the Mandos
8
 
   server is on.
9
 
 
10
 
Version 1.7.0 (2015-08-10)
11
 
* Server
12
 
** Bug fix: Handle local Zeroconf service name collisions better.
13
 
** Bug fix: Finally fix "ERROR: Child process vanished" bug.
14
 
** Bug fix: Fix systemd service file to start server correctly.
15
 
** Bug fix: Be compatible with old 2048-bit DSA keys.
16
 
** The D-Bus API now provides the standard D-Bus ObjectManager
17
 
   interface, and deprecates older functionality.  See the DBUS-API
18
 
   file for the currently recommended API.  Note: the original API
19
 
   still works, but is deprecated.
20
 
* Client
21
 
** Can now find Mandos server even if the server has an IPv6 address
22
 
   on a network without IPv6 Router Advertisment (like if the Mandos
23
 
   client itself is the router, or there is an IPv6 router advertising
24
 
   a network other than the one which the Mandos server is on.)
25
 
** Use a better value than 1024 for the default number of DH bits.
26
 
   This better value is either provided by a DH parameters file (see
27
 
   below) or an appropriate number of DH bits is determined based on
28
 
   the PGP key.
29
 
** Bug fix: mandos-keygen now generates correct output for the
30
 
   "Checker" variable even if the SSH server on the Mandos client has
31
 
   multiple SSH key types.
32
 
** Can now use pre-generated Diffie-Hellman parameters from a file.
33
 
 
34
 
Version 1.6.9 (2014-10-05)
35
 
* Server
36
 
** Changed to emit standard D-Bus signal when D-Bus properties change.
37
 
   (The old signal is still emitted too, but marked as deprecated.)
38
 
 
39
 
Version 1.6.8 (2014-08-06)
40
 
* Client
41
 
** Bug fix: mandos-keygen now generates working SSH checker commands.
42
 
* Server
43
 
** Bug fix: "mandos-monitor" now really redraws screen on Ctrl-L.
44
 
** Now requires Python 2.7.
45
 
 
46
 
Version 1.6.7 (2014-07-17)
47
 
* Client
48
 
** Bug fix: Now compatible with GPGME 1.5.0.
49
 
** Bug fix: Fixed minor memory leaks.
50
 
* Server
51
 
** "mandos-monitor" now has verbose logging, toggleable with "v".
52
 
 
53
 
Version 1.6.6 (2014-07-13)
54
 
* Client
55
 
** If client host has an SSH server, "mandos-keygen --password" now
56
 
   outputs "checker" option which uses "ssh-keyscan"; this is more
57
 
   secure than the default "fping" checker.
58
 
** Bug fix: allow "." in network hook names, to match documentation.
59
 
** Better error messages.
60
 
* Server
61
 
** New --no-zeroconf option.
62
 
** Bug fix: Fix --servicename option, broken since 1.6.4.
63
 
** Bug fix: Fix --socket option work for --socket=0.
64
 
 
65
 
Version 1.6.5 (2014-05-11)
66
 
* Client
67
 
** Work around bug in GnuPG <http://bugs.g10code.com/gnupg/issue1622>
68
 
** Give better error messages when run without sufficient privileges
69
 
** Only warn if workaround for Debian bug #633582 was necessary and
70
 
   failed, not if it failed and was unnecessary.
71
 
 
72
 
Version 1.6.4 (2014-02-16)
73
 
* Server
74
 
** Very minor fix to self-test code.
75
 
 
76
 
Version 1.6.3 (2014-01-21)
77
 
* Server
78
 
** Add systemd support.
79
 
** For PID file, fall back to /var/run if /run does not exist.
80
 
* Client
81
 
** Moved files from /usr/lib/mandos to whatever the architecture
82
 
   specifies, like /usr/lib/x86_64-linux-gnu/mandos or
83
 
   /usr/lib64/mandos.
84
 
 
85
 
Version 1.6.2 (2013-10-24)
86
 
* Server
87
 
** PID file moved from /var/run to /run.
88
 
** Bug fix: Handle long secrets when saving client state.
89
 
** Bug fix: Use more magic in the GnuTLS priority string to handle
90
 
   both old DSA/ELG 2048-bit keys and new RSA/RSA 4096-bit keys.
91
 
* Client
92
 
** mandos-keygen: Bug fix: now generate RSA keys which GnuTLS can use.
93
 
                  Bug fix: Output passphrase prompts even when
94
 
                  redirecting standard output.
95
 
 
96
 
Version 1.6.1 (2013-10-13)
97
 
* Server
98
 
** All client options for time intervals now also take an RFC 3339
99
 
   duration.  The same for all options to mandos-ctl.
100
 
** Bug fix: Handle fast checkers (like ":") correctly.
101
 
** Bug fix: Don't print output from checkers when running in
102
 
   foreground.
103
 
** Bug fix: Do not fail when client is removed from clients.conf but
104
 
   saved settings remain.
105
 
** Bug fix: mandos-monitor now displays standout (reverse video) again
106
 
   using new version of Urwid.
107
 
** Bug fix: Make boolean options work from the config file again.
108
 
** Bug fix: Make --no-ipv6 work again.
109
 
** New default priority string to be slightly more compatible with
110
 
   older versions of GnuTLS.
111
 
* Client
112
 
** Bug fix: Fix bashism in mandos-keygen.
113
 
** Default key and subkey types are now RSA and RSA, respectively.
114
 
   Also, new default key size is 4096 bits.
115
 
 
116
 
Version 1.6.0 (2012-06-18)
117
 
* Server
118
 
** Takes new --foreground option
119
 
** Init script supports new "status" action.
120
 
* Client
121
 
** Now uses all interfaces by default; the --interface option can
122
 
   still be used to restrict it, and the argument to --interface (as
123
 
   well as the $DEVICE environment variable for the network hooks) is
124
 
   now a comma-separated list of interfaces to use.
125
 
 
126
 
Version 1.5.5 (2012-06-01)
127
 
* Server
128
 
** Server takes new --socket option
129
 
 
130
 
Version 1.5.4 (2012-05-20)
131
 
* Server
132
 
** Bug fix: Regression fix: Make non-zero approval timeout values work.
133
 
** Bug fix: Regression fix: Allow changing the Timeout D-Bus property.
134
 
** Fall back to not bind to an interface if an invalid interface name
135
 
   is given.
136
 
** Removed support for undocumented feature of using plain "%%s" in
137
 
   "checker" client option.
138
 
** Old D-Bus interface are now marked as deprecated.
139
 
** mandos-monitor: Bug fix: show approval timers correctly.
140
 
** mandos-ctl: Show "Extended Timeout" correctly, not as milliseconds.
141
 
 
142
 
Version 1.5.3 (2012-01-15)
143
 
* Server
144
 
** Add D-Bus property se.recompile.Client.LastCheckerStatus and use it
145
 
   in mandos-monitor.
146
 
* Client
147
 
** Fix bugs in the example "bridge" network hook.
148
 
 
149
 
Version 1.5.2 (2012-01-08)
150
 
* Server
151
 
** Removed D-Bus signal se.recompile.Mandos.NewRequest() added in
152
 
   1.5.0.  It was buggy and was of questionable utility.
153
 
 
154
 
Version 1.5.1 (2012-01-01)
155
 
* Server
156
 
** Include intro(8mandos) manual page, missing since migration from
157
 
   README file in version 1.4.0.
158
 
 
159
 
Version 1.5.0 (2012-01-01)
160
 
* Client
161
 
** Network hooks.  The Mandos client can now run custom scripts to take
162
 
   up a network interface before the client is run.  Three example
163
 
   scripts are provided: "wireless", "openvpn", and "bridge".
164
 
   To facilitate this, the client now prefers network interfaces which
165
 
   are up (if any) over all other interfaces.
166
 
* Server
167
 
** Persistent state.  Client state is now saved between server
168
 
   restarts.
169
 
** clients.conf file can now contain "enabled" setting for clients.
170
 
** Bug fix: Fix rare crash bug.
171
 
** Bug fix: Send corrent D-Bus type in PropertyChanged for
172
 
   "ApprovalDelay", "ApprovalDuration", "Timeout", and
173
 
   "ExtendedTimeout".
174
 
** mandos-ctl: Bare numbers as arguments are taken to be milliseconds.
175
 
** Bug fix: mandos-ctl --secret option now works.
176
 
** New D-Bus signal: se.recompile.Mandos.NewRequest(s).
177
 
 
178
 
Version 1.4.1 (2011-10-15)
179
 
* Server
180
 
** Make D-Bus properties settable again, and handle checkers
181
 
   for disabled clients correctly.
182
 
* Miscellaneous fixes to "pedantic" Lintian warnings
183
 
 
184
 
Version 1.4.0 (2011-10-09)
185
 
* README file migrated to manual page intro(8mandos).
186
 
* Client:
187
 
** Fixed warning about "rmdir: Directory not empty".
188
 
* Server:
189
 
** Default values changed: timeout 5 minutes, interval 2 minutes.
190
 
** Clients gets an expiration extension when receiving a password,
191
 
   controlled by new "extended_timeout" setting.
192
 
** New domain name: "fukt.bsnet.se" changes to "recompile.se".  This
193
 
   also affects the D-Bus bus and interface names (old names still
194
 
   work).  Users should start using the new names immediately.
195
 
** New D-Bus Client object properties "Expires" and "ExtendedTimeout";
196
 
   see DBUS-API for details.
197
 
 
198
 
Version 1.3.1 (2011-07-27)
199
 
* Client:
200
 
** Client now retries all Mandos servers periodically.
201
 
** Work around Debian bug #633582 - fixes "Permission denied" problem.
202
 
 
203
 
Version 1.3.0 (2011-03-08)
204
 
* Server:
205
 
** Updated for Python 2.6.
206
 
* Client:
207
 
** Bug fix: Make the password-prompt plugin not conflict with
208
 
   Plymouth.
209
 
** Bug fix: Bug fix: update initramfs also when purging package.
210
 
 
211
 
Version 1.2.3 (2010-10-11)
212
 
* Server:
213
 
** Bug fix: Expose D-Bus API also in non-debug mode.
214
 
 
215
 
Version 1.2.2 (2010-10-07)
216
 
* Client:
217
 
** splashy: Minor fix to compile with non-Linux kernels.
218
 
 
219
 
Version 1.2.1 (2010-10-02)
220
 
* Server:
221
 
** mandos-monitor(8): Documentation bug fix: Key for removing client
222
 
   is "R", not "r".
223
 
 
224
 
Version 1.2 (2010-09-28)
225
 
* Client:
226
 
** New "plymouth" plugin to ask for a password using the Plymouth
227
 
   graphical boot system.
228
 
** The Mandos client now automatically chooses a network interface if
229
 
   the DEVICE setting in /etc/initramfs-tools/initramfs.conf is set to
230
 
   the empty string.  This is also the new default instead of "eth0".
231
 
** The Mandos client --connect option now loops indefinitely until a
232
 
   password is received from the specified server.
233
 
** Bug fix: Quote directory correctly in mandos-keygen with --password
234
 
** Bug fix: don't use "echo -e" in mandos-keygen; unsupported by dash.
235
 
* Server:
236
 
** Terminology change: clients are now "ENABLED" or "DISABLED", not
237
 
   "valid" or "invalid".
238
 
** New D-Bus API; see the file "DBUS-API".
239
 
** New control utilities using the new D-Bus API:
240
 
   + mandos-ctl                A command-line based utility
241
 
   + mandos-monitor            A text-based GUI interface
242
 
** New feature: manual interactive approval or denying of clients on a
243
 
   case-by-case basis.
244
 
** New --debuglevel option to control logging
245
 
** Will not write PID file if --debug is passed
246
 
** Bug fix: Avoid race conditions with short "interval" values or
247
 
   fast checkers.
248
 
** Bug fix: Don't try to bind to a network interface when none is
249
 
   specified
250
 
 
251
 
Version 1.0.14 (2009-10-25)
252
 
Enable building without -pie and -fPIE if BROKEN_PIE is set.
253
 
 
254
 
Version 1.0.13 (2009-10-22)
255
 
* Client
256
 
** Security bug fix: If Mandos server is also installed, do not copy
257
 
   its config files (with encrypted passwords) into the initrd.img-*
258
 
   files.
259
 
 
260
 
Version 1.0.12 (2009-09-17)
261
 
* Client
262
 
** Bug fix: Allow network interface renaming by "udev" by taking down
263
 
   the network interface after using it.
264
 
** Bug fix: User-supplied plugins are now installed correctly.
265
 
** Bug fix: If usplash was used but the password was instead provided
266
 
   by the Mandos server, the usplash daemon used to ignore the first
267
 
   command passed to it.  This has been fixed.
268
 
** Bug fix: Make the "--userid" and "--groupid" options in
269
 
   "plugin-runner.conf" work.
270
 
* Server
271
 
** Bug fix: Fix the LSB header in the init.d script to make dependency
272
 
   based booting work.
273
 
** A client receiving its password now also counts as if a checker was
274
 
   run successfully (i.e. the timeout timer is reset).
275
 
 
276
 
Version 1.0.11 (2009-05-23)
277
 
* Client
278
 
** Bug fix: Use "pkg-config" instead of old "libgnutls-config".
279
 
 
280
 
Version 1.0.10 (2009-05-17)
281
 
* Client
282
 
** Security bug fix: Fix permissions on initrd.img-*.bak files when
283
 
   upgrading from older versions.
284
 
 
285
 
Version 1.0.9 (2009-05-17)
286
 
* Client
287
 
** Security bug fix: Fix permissions on initrd.img file when
288
 
   installing new linux-image-* packages calling mkinitramfs-kpkg (all
289
 
   version lower than 2.6.28-1-* does this).
290
 
 
291
 
Version 1.0.8 (2009-02-25)
292
 
* Client
293
 
** Bug fix: Fix missing quote characters in initramfs-tools-hook.
294
 
 
295
 
Version 1.0.7 (2009-02-24)
296
 
* Client
297
 
** Bug fix: Do not depend on GNU awk.
298
 
 
299
 
Version 1.0.6 (2009-02-13)
300
 
* Server
301
 
** Fix bug where server would stop responding, with a zombie checker
302
 
** Support for disabling IPv6 (only for advanced users)
303
 
** Fix bug which made server not change group ID
304
 
 
305
 
* Client
306
 
** Bug fix: Fix permission for /lib64 (on relevant architechtures).
307
 
** Add support for IPv4 addresses.
308
 
** Add support in mandos-client for not bringing up a network
309
 
   interface by specifying an empty string to "--interface".
310
 
** Make password prompt on boot not be mangled by kernel log messages
311
 
   about network interface.
312
 
** Get network interface from initramfs.conf and/or from kernel
313
 
   command line.
314
 
** If set by "ip=" kernel command line, configure network on boot.
315
 
** Support connecting directly using "mandos=connect" kernel command.
316
 
   line option, provided network is configured using "ip=".
317
 
** Fix bug which made plugin-runner and mandos-client not change group
318
 
   ID.
319
 
** Fix bug where the "--options-for" option of plugin-runner would
320
 
   truncate the value at the first colon character.
321
 
** Fix bug where plugin-runner would not go to fallback if all plugins
322
 
   failed.
323
 
** Fix bug where mandos-client would not clean temporary directory on
324
 
   a signal or on certain file systems.
325
 
** Bug fix: remove bashism in /bin/sh script "mandos-keygen".
326
 
 
327
 
Version 1.0.5 (2009-01-17)
328
 
* Client
329
 
** Fix small memory leak in plugin-runner.
330
 
 
331
 
Version 1.0.4 (2009-01-15)
332
 
* Server
333
 
** Only find matched user/group pairs when searching for suitable
334
 
   nonprivileged user/group to switch to.
335
 
 
336
 
* Client
337
 
** New kernel parameter "mandos=off" makes client not run at boot.
338
 
** Fix linking errors and compilation warnings on AMD64.
339
 
** Parse numbers in command line options better.
340
 
** The splashy and usplash plugins are more robust while traversing
341
 
   /proc, and will not abort if a process suddenly disappears.
342
 
 
343
 
Version 1.0.3 (2009-01-06)
344
 
* Server
345
 
** Now tries to change to user and group "_mandos" before falling back
346
 
   to trying the old values "mandos", "nobody:nogroup", and "65534".
347
 
** Now does not abort on startup even if no clients are defined in
348
 
   clients.conf.
349
 
 
350
 
* Client
351
 
** Plugins named "*.dpkg-bak" are now ignored.
352
 
** Hopefully fixed compilation failure on some architectures where the
353
 
   C compiler does not recognize the "-z" option as a linker option.
354
 
 
355
 
Version 1.0.2 (2008-10-17)
356
 
* mandos-keygen now signs the encrypted key blobs.  This signature is
357
 
  not currently verified by mandos-client, but this may change in the
358
 
  future.
359
 
 
360
 
Version 1.0.1 (2008-10-07)
361
 
* Server
362
 
** Expand environment variables and ~user in clients.conf's "secfile"
363
 
   The "secfile" option in /etc/mandos/clients.conf now expands
364
 
   "~user/foo" and "$ENVVAR" strings.
365
 
 
366
 
* Client (plugin-runner, plugins, etc.)
367
 
** Manual pages for the usplash, splashy, and askpass-fifo plugins.
368
 
   All plugins now have man pages.
369
 
** More secure compilation and linking flags.
370
 
   All programs are now compiled with "-fstack-protector-all -fPIE
371
 
   -pie", and linked using "-z relro -pie" for additional security.
372
 
 
373
 
* There is now a "NEWS" file (this one), giving a history of
374
 
  noteworthy changes.