/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: 2014-02-16 02:42:42 UTC
  • Revision ID: teddy@recompile.se-20140216024242-9wiw1nkxgt7ohovj
Fix running of self-tests.

* debian/control (Build-Depends): Add Python dependencies to
                                  successfully run self-tests.
* debian/copyright: GPLv3 now has its own license file - use it.
* debian/watch: Set PGP signature URL.
* mandos (main): Bug fix: When running self-tests, set exit code.
* mandos-ctl (main): Cosmetic fix; use os.EX_OK instead of plain 0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This NEWS file records noteworthy changes, very tersely.
2
2
See the manual for detailed information.
3
3
 
 
4
Version 1.6.3 (2014-01-21)
 
5
* Server
 
6
** Add systemd support.
 
7
** For PID file, fall back to /var/run if /run does not exist.
 
8
* Client
 
9
** Moved files from /usr/lib/mandos to whatever the architecture
 
10
   specifies, like /usr/lib/x86_64-linux-gnu/mandos or
 
11
   /usr/lib64/mandos.
 
12
 
 
13
Version 1.6.2 (2013-10-24)
 
14
* Server
 
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.
 
19
* Client
 
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.
 
23
 
 
24
Version 1.6.1 (2013-10-13)
 
25
* Server
 
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
 
30
   foreground.
 
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.
 
39
* Client
 
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.
 
43
 
 
44
Version 1.6.0 (2012-06-18)
 
45
* Server
 
46
** Takes new --foreground option
 
47
** Init script supports new "status" action.
 
48
* Client
 
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.
 
53
 
 
54
Version 1.5.5 (2012-06-01)
 
55
* Server
 
56
** Server takes new --socket option
 
57
 
 
58
Version 1.5.4 (2012-05-20)
 
59
* Server
 
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
 
63
   is given.
 
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.
 
69
 
 
70
Version 1.5.3 (2012-01-15)
 
71
* Server
 
72
** Add D-Bus property se.recompile.Client.LastCheckerStatus and use it
 
73
   in mandos-monitor.
 
74
* Client
 
75
** Fix bugs in the example "bridge" network hook.
 
76
 
 
77
Version 1.5.2 (2012-01-08)
 
78
* Server
 
79
** Removed D-Bus signal se.recompile.Mandos.NewRequest() added in
 
80
   1.5.0.  It was buggy and was of questionable utility.
 
81
 
 
82
Version 1.5.1 (2012-01-01)
 
83
* Server
 
84
** Include intro(8mandos) manual page, missing since migration from
 
85
   README file in version 1.4.0.
 
86
 
 
87
Version 1.5.0 (2012-01-01)
 
88
* Client
 
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.
 
94
* Server
 
95
** Persistent state.  Client state is now saved between server
 
96
   restarts.
 
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
 
101
   "ExtendedTimeout".
 
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).
 
105
 
 
106
Version 1.4.1 (2011-10-15)
 
107
* Server
 
108
** Make D-Bus properties settable again, and handle checkers
 
109
   for disabled clients correctly.
 
110
* Miscellaneous fixes to "pedantic" Lintian warnings
 
111
 
 
112
Version 1.4.0 (2011-10-09)
 
113
* README file migrated to manual page intro(8mandos).
 
114
* Client:
 
115
** Fixed warning about "rmdir: Directory not empty".
 
116
* Server:
 
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.
 
125
 
 
126
Version 1.3.1 (2011-07-27)
 
127
* Client:
 
128
** Client now retries all Mandos servers periodically.
 
129
** Work around Debian bug #633582 - fixes "Permission denied" problem.
 
130
 
 
131
Version 1.3.0 (2011-03-08)
 
132
* Server:
 
133
** Updated for Python 2.6.
 
134
* Client:
 
135
** Bug fix: Make the password-prompt plugin not conflict with
 
136
   Plymouth.
 
137
** Bug fix: Bug fix: update initramfs also when purging package.
 
138
 
 
139
Version 1.2.3 (2010-10-11)
 
140
* Server:
 
141
** Bug fix: Expose D-Bus API also in non-debug mode.
 
142
 
 
143
Version 1.2.2 (2010-10-07)
 
144
* Client:
 
145
** splashy: Minor fix to compile with non-Linux kernels.
 
146
 
 
147
Version 1.2.1 (2010-10-02)
 
148
* Server:
 
149
** mandos-monitor(8): Documentation bug fix: Key for removing client
 
150
   is "R", not "r".
 
151
 
 
152
Version 1.2 (2010-09-28)
 
153
* Client:
 
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.
 
163
* Server:
 
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
 
171
   case-by-case basis.
 
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
 
175
   fast checkers.
 
176
** Bug fix: Don't try to bind to a network interface when none is
 
177
   specified
 
178
 
 
179
Version 1.0.14 (2009-10-25)
 
180
Enable building without -pie and -fPIE if BROKEN_PIE is set.
 
181
 
 
182
Version 1.0.13 (2009-10-22)
 
183
* Client
 
184
** Security bug fix: If Mandos server is also installed, do not copy
 
185
   its config files (with encrypted passwords) into the initrd.img-*
 
186
   files.
 
187
 
 
188
Version 1.0.12 (2009-09-17)
 
189
* Client
 
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.
 
198
* Server
 
199
** Bug fix: Fix the LSB header in the init.d script to make dependency
 
200
   based booting work.
 
201
** A client receiving its password now also counts as if a checker was
 
202
   run successfully (i.e. the timeout timer is reset).
 
203
 
 
204
Version 1.0.11 (2009-05-23)
 
205
* Client
 
206
** Bug fix: Use "pkg-config" instead of old "libgnutls-config".
 
207
 
 
208
Version 1.0.10 (2009-05-17)
 
209
* Client
 
210
** Security bug fix: Fix permissions on initrd.img-*.bak files when
 
211
   upgrading from older versions.
 
212
 
 
213
Version 1.0.9 (2009-05-17)
 
214
* Client
 
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).
 
218
 
4
219
Version 1.0.8 (2009-02-25)
5
220
* Client
6
221
** Bug fix: Fix missing quote characters in initramfs-tools-hook.