/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Teddy Hogeborn
  • Date: 2008-09-06 15:34:21 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080906153421-605ydhwyo404krh9
* initramfs-tools-hook: Use long options where available.  Use only
                        one "test" invocation instead of several.

* mandos-keygen: Use only one "test" invocation instead of several.
                 Use long options where available.  Strip newline from
                 entered password.

* plugin-runner.c (print_out_password): Do not strip trailing newline.
  (fallback): Strip trailing newline from getpass().

* plugin-runner.xml (PLUGINS): Plugins should not print trailing
                               newlines.

* plugins.d/password-prompt.c (main): Strip trailing newline.

* plugins.d/password-request.c (main): Bug fix: Read "pubkey.txt", not
                                       "pupkey.txt".

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.0.3 (2009-01-06)
5
 
* Server
6
 
** Now tries to change to user and group "_mandos" before falling back
7
 
   to trying the old values "mandos", "nobody:nogroup", and "65534".
8
 
** Now does not abort on startup even if no clients are defined in
9
 
   clients.conf.
10
 
 
11
 
* Client
12
 
** Plugins named "*.dpkg-bak" are now ignored.
13
 
** Hopefully fixed compilation failure on some architectures where the
14
 
   C compiler does not recognize the "-z" option as a linker option.
15
 
 
16
 
Version 1.0.2 (2008-10-17)
17
 
* mandos-keygen now signs the encrypted key blobs.  This signature is
18
 
  not currently verified by mandos-client, but this may change in the
19
 
  future.
20
 
 
21
 
Version 1.0.1 (2008-10-07)
22
 
* Server
23
 
** Expand environment variables and ~user in clients.conf's "secfile"
24
 
   The "secfile" option in /etc/mandos/clients.conf now expands
25
 
   "~user/foo" and "$ENVVAR" strings.
26
 
 
27
 
* Client (plugin-runner, plugins, etc.)
28
 
** Manual pages for the usplash, splashy, and askpass-fifo plugins.
29
 
   All plugins now have man pages.
30
 
** More secure compilation and linking flags.
31
 
   All programs are now compiled with "-fstack-protector-all -fPIE
32
 
   -pie", and linked using "-z relro -pie" for additional security.
33
 
 
34
 
* There is now a "NEWS" file (this one), giving a history of
35
 
  noteworthy changes.