/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

  • Committer: Teddy Hogeborn
  • Date: 2008-09-06 17:24:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080906172458-2x5wlfkn7oqckt1y
* legalnotice.xml: Copy DocBook 4.4-formatted text from
                   <http://www.gnu.org/licenses/gpl-3.0.dbk>.

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