NOTICE: This package has been removed from pkgsrc

./wip/dhisd, DynDNS server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.5, Package name: dhisd-5.5, Maintainer: pkgsrc-users

By the means of a DHIS client a host which is assigned a dynamic
IP address (either from its ISP or from DHCP) is able to communicate
with a DHIS server in order to advertise its newly acquired IP
address.

The DHIS server (permanently online) listens to UDP messages from
its clients and authenticates these against its knowledge of keys.
When authentication is successful the DHIS server updates one or
more databases with the newly received IP address for the given
client.

The server then keeps sending, every period of time, check requests
to each of its connected clients. These need to be acknowledged.
If not the server will consider, on an individual basis, that the
client has disconnected and will
again update the databases to an offline state.

Alternatively the server may receive an OFFLINE_REQ packet from
the client, in which case the DNS record is updated at once and
the online state dropped.

see ${PREFIX}/share/doc/dhisd/README for info.


Required to run:
[devel/gmp]

Master sites:

SHA1: 0bbd230d3947f3d21505db43db4dfd2281a04a86
RMD160: 48053e9627490fcd8a5b2de706ca4333a3e4be02
Filesize: 25.606 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-08 07:42:21 by Makoto Fujiwara | Files touched by this commit (8) | Package removed
Log message:
Imported to (updated) net/dhisd.

   2015-03-07 03:45:44 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add missing patch-README

   2015-03-07 03:44:37 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
(DESCR)
  - Add pointer to README
(Makefile)
  - Add SUBST Edit on README and dhisd.h for PREFIX and VARBASE
(Makefile and PLIST)
  - Add one more to install, dhisd.conf.sample
(patch-ab)
  - convert /var to @VARBASE
    (dhisd is expected to run by root, so /var/db is enough.)
Thanks joerg@ and gdt@ for comment.
   2015-03-05 16:52:27 by Makoto Fujiwara | Files touched by this commit (7) | Package updated
Log message:
Import dhisd-5.5 as wip/dhisd.

By the means of a DHIS client a host which is assigned a dynamic
IP address (either from its ISP or from DHCP) is able to communicate
with a DHIS server in order to advertise its newly acquired IP
address.

The DHIS server (permanently online) listens to UDP messages from
its clients and authenticates these against its knowledge of keys.
When authentication is successful the DHIS server updates one or
more databases with the newly received IP address for the given
client.

The server then keeps sending, every period of time, check requests
to each of its connected clients. These need to be acknowledged.
If not the server will consider, on an individual basis, that the
client has disconnected and will
again update the databases to an offline state.

Alternatively the server may receive an OFFLINE_REQ packet from
the client, in which case the DNS record is updated at once and
the online state dropped.