/mandos/release

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

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 237.2.24 15 years ago Teddy Hogeborn * plugins.d/askpass-fifo.c: Fix name in header. * 2.8 KB Diff Download File
askpass-fifo.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 4.8 KB Diff Download File
mandos-client.c 237.2.31 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 30.1 KB Diff Download File
mandos-client.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 18.7 KB Diff Download File
password-prompt.c 237.2.29 15 years ago Teddy Hogeborn * plugin-runner.c: Only space changes. * plugins.d 7.1 KB Diff Download File
password-prompt.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 9.4 KB Diff Download File
splashy.c 237.2.31 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 7.9 KB Diff Download File
splashy.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.1 KB Diff Download File
usplash.c 237.2.31 15 years ago Teddy Hogeborn Fixes for sscanf usage: * plugin-runner.c (main): 13.2 KB Diff Download File
usplash.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.6 KB Diff Download File