/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/copyright

  • Committer: Teddy Hogeborn
  • Date: 2009-01-14 14:20:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090114142017-84t4kfw56bsftjlo
Fixes for sscanf usage:

* plugin-runner.c (main): Parse numbers correctly and portably using
                          an intermediate "intmax_t".  Cast "pid_t" to
                          "intmax_t" before passing it to "printf()".
* plugins.d/mandos-client.c (main): Parse numbers correctly and
                                    portably using an intermediate
                                    "intmax_t".  Bug fix: cast
                                    "AvahiIfIndex" to "intmax_t" and
                                    use "PRIdMAX" instead of using
                                    "PRIu16", and use "PRIu16" to
                                    format port number.
* plugins.d/splashy.c (main): Parse numbers correctly and portably
                              using an intermediate "intmax_t".
* plugins.d/usplash.c (main): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Format-Specification:
2
2
 http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233
3
 
Authors: Teddy Hogeborn, Björn Påhlsson
4
 
Homepage: <http://www.fukt.bsnet.se/mandos>
5
3
Upstream-Name: Mandos
6
4
Upstream-Maintainer: Mandos Maintainers <mandos@fukt.bsnet.se>
7
5
Upstream-Source: <http://www.fukt.bsnet.se/mandos>
8
6
 
9
7
Files: *
10
 
Copyright: Copyright © 2008 Teddy Hogeborn
11
 
Copyright: Copyright © 2008 Björn Påhlsson
 
8
Copyright: Copyright © 2008,2009 Teddy Hogeborn
 
9
Copyright: Copyright © 2008,2009 Björn Påhlsson
12
10
License: GPL-3+
13
11
    This program is free software: you can redistribute it and/or
14
12
    modify it under the terms of the GNU General Public License as