/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-06-22 02:19:30 UTC
  • Revision ID: teddy@recompile.se-20140622021930-icl7h4cm97blhjml
mandos-keygen: Generate "checker" option to use SSH fingerprints.

To turn this off, use a new "--no-ssh" option to mandos-keygen.

* INSTALL (Mandos Server, Mandos Client): Document new suggested
                                          installation of SSH.
* Makefile (confdir/clients.conf): Use new "--no-ssh" option to
                                   "mandos-keygen".
* debian/control (mandos/Depends): Changed to "fping | ssh-client".
  (mandos-client/Recommends): New; set to "ssh".
* intro.xml (FREQUENTLY ASKED QUESTIONS): Rename and rewrite section
                                          called "Faking ping
                                          replies?" to address new
                                          default behavior.
* mandos-clients.conf.xml (OPTIONS/checker): Briefly discuss new
                                             behavior of
                                             mandos-keygen.
* mandos-keygen: Bug fix: Suppress failure output of "shred" to remove
                 "sec*", since no such files may exist.
 (password mode): Scan for SSH key fingerprints and output as new
                  "checker" and "ssh_fingerprint" options, unless new
                  "--no-ssh" option is given.
* mandos-keygen.xml (SYNOPSIS/--force): Bug fix: Document short form.
  (OPTIONS/--no-ssh): New.
  (SEE ALSO): Add reference "ssh-keyscan(1)".
* plugins.d/mandos-client.xml (SECURITY): Briefly mention the
                                          possibility of using SSH key
                                          fingerprints for checking.

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.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
 
4
55
Version 1.6.0 (2012-06-18)
5
56
* Server
6
57
** Takes new --foreground option