[liboping-changes] octo's ping library: Changes to 'master'

Florian Forster octo at verplant.org
Sat Jan 26 10:36:23 CET 2008


 src/liboping.c                      |   33 +++++++++++++++++++++++++++++----
 src/mans/ping_host_add.pod          |    5 ++++-
 src/mans/ping_iterator_get_info.pod |    8 +++++++-
 src/oping.h                         |    3 ++-
 4 files changed, 42 insertions(+), 7 deletions(-)

New commits:
commit fe4f50e98128beffb0e04844b383f804ca3ca13b
Merge: 897363971a06acac0552ea2fedc9e518bd09bff2 fe3b4647c8bb2a1d26be40f181f2355233f2729f
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 10:36:20 2008 +0100

    Merge branch 'origin'

commit 897363971a06acac0552ea2fedc9e518bd09bff2
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 10:35:08 2008 +0100

    src/liboping.c: Added the `username' field which holds the name provided by the user.
    
    Alex Brooks has reported that he cannot reliably remove hosts he added without
    a fully qualified domain name, such as `foobar'. The reason is that the
    `hostname' the user provided is replaced with the `canonical hostname', if they
    differ. To fix this problem I introduced a new fields `username' which holds
    the hostname as it was supplied by the user. This is the only name checked when
    removing a host now.
    
    Applications may access this name using the new `PING_INFO_USERNAME' option for
    `ping_iterator_get_info'.




More information about the liboping-changes mailing list