1
1
This NEWS file records noteworthy changes, very tersely.
2
2
See the manual for detailed information.
4
Version 1.6.3 (2014-01-21)
6
** Add systemd support.
7
** For PID file, fall back to /var/run if /run does not exist.
9
** Moved files from /usr/lib/mandos to whatever the architecture
10
specifies, like /usr/lib/x86_64-linux-gnu/mandos or
13
Version 1.6.2 (2013-10-24)
15
** PID file moved from /var/run to /run.
16
** Bug fix: Handle long secrets when saving client state.
17
** Bug fix: Use more magic in the GnuTLS priority string to handle
18
both old DSA/ELG 2048-bit keys and new RSA/RSA 4096-bit keys.
20
** mandos-keygen: Bug fix: now generate RSA keys which GnuTLS can use.
21
Bug fix: Output passphrase prompts even when
22
redirecting standard output.
24
Version 1.6.1 (2013-10-13)
26
** All client options for time intervals now also take an RFC 3339
27
duration. The same for all options to mandos-ctl.
28
** Bug fix: Handle fast checkers (like ":") correctly.
29
** Bug fix: Don't print output from checkers when running in
31
** Bug fix: Do not fail when client is removed from clients.conf but
32
saved settings remain.
33
** Bug fix: mandos-monitor now displays standout (reverse video) again
34
using new version of Urwid.
35
** Bug fix: Make boolean options work from the config file again.
36
** Bug fix: Make --no-ipv6 work again.
37
** New default priority string to be slightly more compatible with
38
older versions of GnuTLS.
40
** Bug fix: Fix bashism in mandos-keygen.
41
** Default key and subkey types are now RSA and RSA, respectively.
42
Also, new default key size is 4096 bits.
44
Version 1.6.0 (2012-06-18)
46
** Takes new --foreground option
47
** Init script supports new "status" action.
49
** Now uses all interfaces by default; the --interface option can
50
still be used to restrict it, and the argument to --interface (as
51
well as the $DEVICE environment variable for the network hooks) is
52
now a comma-separated list of interfaces to use.
54
Version 1.5.5 (2012-06-01)
56
** Server takes new --socket option
58
Version 1.5.4 (2012-05-20)
60
** Bug fix: Regression fix: Make non-zero approval timeout values work.
61
** Bug fix: Regression fix: Allow changing the Timeout D-Bus property.
62
** Fall back to not bind to an interface if an invalid interface name
64
** Removed support for undocumented feature of using plain "%%s" in
65
"checker" client option.
66
** Old D-Bus interface are now marked as deprecated.
67
** mandos-monitor: Bug fix: show approval timers correctly.
68
** mandos-ctl: Show "Extended Timeout" correctly, not as milliseconds.
70
Version 1.5.3 (2012-01-15)
72
** Add D-Bus property se.recompile.Client.LastCheckerStatus and use it
75
** Fix bugs in the example "bridge" network hook.
77
Version 1.5.2 (2012-01-08)
79
** Removed D-Bus signal se.recompile.Mandos.NewRequest() added in
80
1.5.0. It was buggy and was of questionable utility.
82
Version 1.5.1 (2012-01-01)
84
** Include intro(8mandos) manual page, missing since migration from
85
README file in version 1.4.0.
87
Version 1.5.0 (2012-01-01)
89
** Network hooks. The Mandos client can now run custom scripts to take
90
up a network interface before the client is run. Three example
91
scripts are provided: "wireless", "openvpn", and "bridge".
92
To facilitate this, the client now prefers network interfaces which
93
are up (if any) over all other interfaces.
95
** Persistent state. Client state is now saved between server
97
** clients.conf file can now contain "enabled" setting for clients.
98
** Bug fix: Fix rare crash bug.
99
** Bug fix: Send corrent D-Bus type in PropertyChanged for
100
"ApprovalDelay", "ApprovalDuration", "Timeout", and
102
** mandos-ctl: Bare numbers as arguments are taken to be milliseconds.
103
** Bug fix: mandos-ctl --secret option now works.
104
** New D-Bus signal: se.recompile.Mandos.NewRequest(s).
106
Version 1.4.1 (2011-10-15)
108
** Make D-Bus properties settable again, and handle checkers
109
for disabled clients correctly.
110
* Miscellaneous fixes to "pedantic" Lintian warnings
112
Version 1.4.0 (2011-10-09)
113
* README file migrated to manual page intro(8mandos).
115
** Fixed warning about "rmdir: Directory not empty".
117
** Default values changed: timeout 5 minutes, interval 2 minutes.
118
** Clients gets an expiration extension when receiving a password,
119
controlled by new "extended_timeout" setting.
120
** New domain name: "fukt.bsnet.se" changes to "recompile.se". This
121
also affects the D-Bus bus and interface names (old names still
122
work). Users should start using the new names immediately.
123
** New D-Bus Client object properties "Expires" and "ExtendedTimeout";
124
see DBUS-API for details.
126
Version 1.3.1 (2011-07-27)
128
** Client now retries all Mandos servers periodically.
129
** Work around Debian bug #633582 - fixes "Permission denied" problem.
131
Version 1.3.0 (2011-03-08)
133
** Updated for Python 2.6.
135
** Bug fix: Make the password-prompt plugin not conflict with
137
** Bug fix: Bug fix: update initramfs also when purging package.
139
Version 1.2.3 (2010-10-11)
141
** Bug fix: Expose D-Bus API also in non-debug mode.
143
Version 1.2.2 (2010-10-07)
145
** splashy: Minor fix to compile with non-Linux kernels.
147
Version 1.2.1 (2010-10-02)
149
** mandos-monitor(8): Documentation bug fix: Key for removing client
152
Version 1.2 (2010-09-28)
154
** New "plymouth" plugin to ask for a password using the Plymouth
155
graphical boot system.
156
** The Mandos client now automatically chooses a network interface if
157
the DEVICE setting in /etc/initramfs-tools/initramfs.conf is set to
158
the empty string. This is also the new default instead of "eth0".
159
** The Mandos client --connect option now loops indefinitely until a
160
password is received from the specified server.
161
** Bug fix: Quote directory correctly in mandos-keygen with --password
162
** Bug fix: don't use "echo -e" in mandos-keygen; unsupported by dash.
164
** Terminology change: clients are now "ENABLED" or "DISABLED", not
165
"valid" or "invalid".
166
** New D-Bus API; see the file "DBUS-API".
167
** New control utilities using the new D-Bus API:
168
+ mandos-ctl A command-line based utility
169
+ mandos-monitor A text-based GUI interface
170
** New feature: manual interactive approval or denying of clients on a
172
** New --debuglevel option to control logging
173
** Will not write PID file if --debug is passed
174
** Bug fix: Avoid race conditions with short "interval" values or
176
** Bug fix: Don't try to bind to a network interface when none is
179
Version 1.0.14 (2009-10-25)
180
Enable building without -pie and -fPIE if BROKEN_PIE is set.
182
Version 1.0.13 (2009-10-22)
184
** Security bug fix: If Mandos server is also installed, do not copy
185
its config files (with encrypted passwords) into the initrd.img-*
188
Version 1.0.12 (2009-09-17)
190
** Bug fix: Allow network interface renaming by "udev" by taking down
191
the network interface after using it.
192
** Bug fix: User-supplied plugins are now installed correctly.
193
** Bug fix: If usplash was used but the password was instead provided
194
by the Mandos server, the usplash daemon used to ignore the first
195
command passed to it. This has been fixed.
196
** Bug fix: Make the "--userid" and "--groupid" options in
197
"plugin-runner.conf" work.
199
** Bug fix: Fix the LSB header in the init.d script to make dependency
201
** A client receiving its password now also counts as if a checker was
202
run successfully (i.e. the timeout timer is reset).
204
Version 1.0.11 (2009-05-23)
206
** Bug fix: Use "pkg-config" instead of old "libgnutls-config".
208
Version 1.0.10 (2009-05-17)
210
** Security bug fix: Fix permissions on initrd.img-*.bak files when
211
upgrading from older versions.
213
Version 1.0.9 (2009-05-17)
215
** Security bug fix: Fix permissions on initrd.img file when
216
installing new linux-image-* packages calling mkinitramfs-kpkg (all
217
version lower than 2.6.28-1-* does this).
219
Version 1.0.8 (2009-02-25)
221
** Bug fix: Fix missing quote characters in initramfs-tools-hook.
223
Version 1.0.7 (2009-02-24)
225
** Bug fix: Do not depend on GNU awk.
227
Version 1.0.6 (2009-02-13)
229
** Fix bug where server would stop responding, with a zombie checker
230
** Support for disabling IPv6 (only for advanced users)
231
** Fix bug which made server not change group ID
234
** Bug fix: Fix permission for /lib64 (on relevant architechtures).
235
** Add support for IPv4 addresses.
236
** Add support in mandos-client for not bringing up a network
237
interface by specifying an empty string to "--interface".
238
** Make password prompt on boot not be mangled by kernel log messages
239
about network interface.
240
** Get network interface from initramfs.conf and/or from kernel
242
** If set by "ip=" kernel command line, configure network on boot.
243
** Support connecting directly using "mandos=connect" kernel command.
244
line option, provided network is configured using "ip=".
245
** Fix bug which made plugin-runner and mandos-client not change group
247
** Fix bug where the "--options-for" option of plugin-runner would
248
truncate the value at the first colon character.
249
** Fix bug where plugin-runner would not go to fallback if all plugins
251
** Fix bug where mandos-client would not clean temporary directory on
252
a signal or on certain file systems.
253
** Bug fix: remove bashism in /bin/sh script "mandos-keygen".
255
4
Version 1.0.5 (2009-01-17)
257
6
** Fix small memory leak in plugin-runner.