[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Jun 19 21:43:48 CEST 2007


 ChangeLog                   |    7 +++++++
 README                      |   20 ++++++++++++++++++++
 configure.in                |   40 +++++++++++++++++++++++++++-------------
 contrib/PerlLib/Collectd.pm |    2 +-
 src/Makefile.am             |    2 +-
 src/cpu.c                   |    6 +++---
 src/csv.c                   |    2 +-
 src/ping.c                  |    2 +-
 src/rrdtool.c               |    2 +-
 9 files changed, 62 insertions(+), 21 deletions(-)

New commits:
commit 63cbff115ba03717e81087d1419fc07c24d205c2
Merge: 9d885378da816c09d177792abf5aadd1eab81403 d93c0d699a30ca7e1d65f04aab36b33d26a05486
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 19 21:43:42 2007 +0200

    Merge branch 'collectd-4.0'

commit d93c0d699a30ca7e1d65f04aab36b33d26a05486
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 19 21:31:07 2007 +0200

    Bumped version to 4.0.3.

commit a0820b78b4fb1bf6dc591efe128028dba24233ce
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 19 21:29:25 2007 +0200

    ChangeLog, README: Documented the `--with-nan-emulation' option.

commit 18fdfeca8b587baf819ded68f68a8fa4b196d035
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Jun 19 20:48:15 2007 +0200

    configure: Implemented `--with-nan-emulation' for crosscompiling.
    
    When crosscompiling you cannot do the runtime checks for the (0.0 / 0.0) hack.
    With this option you can force this implementation if neccessary.

commit 566dd2bb07f2a9db3106f4a883b208d5310af511
Author: Ezra Peisach <epeisach at med-xtal.bu.edu>
Date:   Tue Jun 19 08:10:10 2007 +0200

    src/Makefile.am: When building outside the source tree, install will fail
    
    Signed-off-by: Ezra Peisach <epeisach at med-xtal.bu.edu>

commit bc5591c27f011b587d0816e737f5bc57621d18c0
Author: Ezra Peisach <epeisach at med-xtal.bu.edu>
Date:   Tue Jun 19 08:05:47 2007 +0200

    csv, rrdtool plugin: Initialize a buffer correctly.
    
    While reading the source code, I found the following:
    
    In csv.c (line 44) and rrdtool.c (line 363) (value_list_to_string) the
    following syntax exists:
    
      memset (buffer, '\0', sizeof (buffer_len));
    
    The sizeof should be removed - assuming that the desire is to zero the buffer
    and not the first four (sizeof(int)) bytes.
    
    Based on the code paths - I do not see an information leak - or any security
    implications...

commit 92120c1d5536bae6bb50acfbe678c406283f5b56
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Jun 18 18:42:42 2007 +0200

    ChangeLog: Added changes for 4.0.3.

commit 66844773fa108c3394ad1baf86a7735189f12a7d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Jun 18 16:56:00 2007 +0200

    ping plugin: Actually check the uid, not the address of `getuid'.

commit 34d1c751c009bed32c59d45ad1d71d73a787c6f5
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jun 13 23:21:38 2007 +0200

    cpu plugin: Submit the right values in the Darwin code.




More information about the collectd-changes mailing list