/mandos/trunk

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

  • 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): - '' -
Filename Latest Rev Last Changed Committer Comment Size
..
askpass-fifo.c 261 15 years ago Teddy Hogeborn * plugins.d/askpass-fifo.c: Fix name in header. * 2.8 KB Diff Download File
askpass-fifo.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 4.8 KB Diff Download File
mandos-client.c 268 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 30.1 KB Diff Download File
mandos-client.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 18.7 KB Diff Download File
password-prompt.c 266 15 years ago Teddy Hogeborn * plugin-runner.c: Only space changes. * plugins.d 7.1 KB Diff Download File
password-prompt.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 9.4 KB Diff Download File
splashy.c 268 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 7.9 KB Diff Download File
splashy.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.1 KB Diff Download File
usplash.c 268 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 13.2 KB Diff Download File
usplash.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.6 KB Diff Download File