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
4
Version 1.0.14 (2009-10-25)
180
5
Enable building without -pie and -fPIE if BROKEN_PIE is set.