/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 debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2014-03-06 02:26:04 UTC
  • Revision ID: teddy@recompile.se-20140306022604-4uc43taz25cflgi3
Bug fix: Free all memory and give better messages when memory is full.

* plugin-runner.c (add_to_char_array): Bug fix: If realloc fails, do
                                       not change old array pointer.
  (add_environment): Bug fix: If realloc fails, do not change old
                     environment pointer.  Also rename "e" to "envdef"
                     for clarity.
  (main): Bug fix: If realloc fails, do not change old pointers.  Also
          wrap "#pragma GCC" with "#ifdef ___GNUC___".
* plugins.d/mandos-client.c (incbuffer): Bug fix: if realloc fails,
                                         free old buffer.
  (run_network_hooks): Moved variables "directory" and "ret" to their
                       innermost possible scope.
  (take_down_interface): Moved variables "sd", "ret_errno", and
                         "ret_setflags" to their innermost possible
                         scope.
  (main): Removed variable "interfaces_hooks_size".  Also, if argz_add
          fails when adding all found interfaces, the error message
          will now be correct.  Also print error message if, after
          having taken up an interface, argz_add fails to add
          interface to list of interfaces to be taken down.
* plugins.d/mandos-client.xml (OPTIONS): Explain better what "none"
                                         means as argument to
                                         "--interface" by negating
                                         sense.
* plugins.d/password-prompt.c (fprintf_plus): Removed (unused).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.6.4-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * debian/control (Build-Depends): Add Python dependencies to
 
5
                                    successfully run self-tests.
 
6
  * debian/copyright: GPLv3 now has its own license file - use it.
 
7
  * debian/watch: Set PGP signature URL.
 
8
 
 
9
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
 
10
 
 
11
mandos (1.6.3-1) unstable; urgency=low
 
12
 
 
13
  * New upstream release.
 
14
  * debian/control (Build-Depends): Added "systemd".
 
15
  * debian/mandos.dirs (lib/systemd/system): New.
 
16
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
 
17
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
 
18
                                     systemd-sysv".
 
19
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
 
20
                            edit /etc/init.d script headers Required-Start
 
21
                            and Required-Stop to have "avahi" instead of
 
22
                            "avahi-daemon", before insserv(8) sees it.
 
23
  * debian/mandos-client.lintian-overrides: Libdir changes.
 
24
  * debian/rules (override_dh_fixperms): - '' -
 
25
 
 
26
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
 
27
 
1
28
mandos (1.6.2-1) unstable; urgency=low
2
29
 
3
30
  * New upstream release.