/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: Björn Påhlsson
  • Date: 2011-10-02 19:18:24 UTC
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: belorn@fukt.bsnet.se-20111002191824-eweh4pvneeg3qzia
transitional stuff actually working
documented change to D-Bus API

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.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
 
 
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
 
 
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
 
 
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
 
 
37
 
Version 1.6.4 (2014-02-16)
38
 
* Server
39
 
** Very minor fix to self-test code.
40
 
 
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
 
 
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
 
 
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
 
 
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
 
 
91
 
Version 1.5.5 (2012-06-01)
92
 
* Server
93
 
** Server takes new --socket option
94
 
 
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
 
 
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
 
 
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
 
 
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
 
 
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
 
 
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
 
 
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
 
 
163
4
Version 1.3.1 (2011-07-27)
164
5
* Client:
165
6
** Client now retries all Mandos servers periodically.