/mandos/trunk

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