/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: 2009-10-24 19:17:52 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091024191752-7g6xlf6wpp2pdexb
Convert some programs to use the exit codes from <sysexits.h>.  Change
all programs using the "argp" parsing functions to use them correctly;
checking return value, using argp_error() to report parse errors etc.

* plugin-runner.c: Use <sysexits.h> exit codes.  Always use fallback,
                   even on option errors, except for "--help", etc.
  (getplugin): Make sure "errno" is set correctly on return.
  (main): Declare our own "--help", "--usage", and "--version"
          options which do not cause the fallback to be invoked.
          In all other options, use fallback on any error.
  (parse_opt, parse_opt_config_file): Reset errno at start and return
                                      errno.  No need to check "arg"
                                      for NULL.  New "--help",
                                      "--usage", and "--version"
                                      options.
  (parse_opt): Accept empty string as global option.  Do not print
               errors which will be detected and reported later.  Do
               "argp_error()" on parse error or empty plugin names.
* plugins.d/mandos-client.c: Use <sysexits.h> exit codes.  Do not
                             return successful exit code on "--help",
                             etc. since this would give the wrong
                             message to "plugin-runner".
  (main): Declare our own "--help", "--usage", and "--version"
          options which do not return a successful exit code.
  (parse_opt): Reset errno at start and return errno.  Do
               "argp_error()" on parse errors.  New "--help",
               "--usage", and "--version" options.
* plugins.d/password-prompt.c: Use exit codes from <sysexits.h>.  Do
                               not return successful exit code on
                               "--help", etc. since this would give
                               the wrong message to "plugin-runner".
  (main): Declare our own "--help", "--usage", and "--version" options
          which do not return a successful exit code.  Do
          close(STDOUT_FILENO) after writing to check its return code.
  (parse_opt): Reset errno at start and return errno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.0.13-1) unstable; urgency=high
 
2
 
 
3
  * New upstream release.
 
4
  * Do not copy unnecessary files to initrd (Closes: #551907)
 
5
 
 
6
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 22 Oct 2009 00:53:21 +0200
 
7
 
 
8
mandos (1.0.12-1) unstable; urgency=low
 
9
 
 
10
  * New upstream release.
 
11
  * init.d-mandos: Correct dependencies (Closes: #546928)
 
12
  * debian/control (Standards-Version): Changed to "3.8.3".
 
13
  * debian/mandos-client.README.Debian: Improved wording and formatting.
 
14
    Updated location of nfsroot.txt.
 
15
  * debian/mandos.README.Debian: Improved wording and formatting.
 
16
  * debian/mandos-client.postinst (configure): Don't look for user and
 
17
    group with the old name if upgrading from a new enough version.
 
18
  * debian/mandos.postinst (configure): - '' -
 
19
  * debian/mandos-client.README.Debian: Added text about non-usability of
 
20
    pseudo-network interfaces.
 
21
 
 
22
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 17 Sep 2009 15:03:59 +0200
 
23
 
 
24
mandos (1.0.11-1) unstable; urgency=low
 
25
 
 
26
  * debian/control (Standards-Version): Changed to "3.8.1".
 
27
  * Makefile (GNUTLS_CFLAGS, GNUTLS_CFLAGS): Use "pkg-config" instead of
 
28
    the old "libgnutls-config" script.  (Closes:  #529836)
 
29
 
 
30
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 23 May 2009 07:12:20 +0200
 
31
 
 
32
mandos (1.0.10-1) unstable; urgency=low
 
33
 
 
34
  * New upstream release.
 
35
  * debian/mandos-client.postinst (update_initramfs): Fix permissions of
 
36
    old initrd.img-*.bak files.
 
37
 
 
38
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 04:56:35 +0200
 
39
 
 
40
mandos (1.0.9-1) unstable; urgency=low
 
41
 
 
42
  * New upstream release.
 
43
 
 
44
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 02:59:45 +0200
 
45
 
1
46
mandos (1.0.8-1) unstable; urgency=low
2
47
 
3
48
  * New upstream release.