Commit graph

3 commits

Author SHA1 Message Date
hubertf
5f3b950add Update DHIS server to 5.1, per PR pkg/28704.
Changes:
        AUTH_ACK packets return the client's external interface IP address
        for its possible use.
2004-12-21 20:53:18 +00:00
cjep
7351aaa601 Remove inclusion of varargs.h as the program does not appear to use
va_{start,arg,end} and the inclusion stops the program building with
gcc3.3.

(Also use bl2.)
2004-01-11 14:49:19 +00:00
hubertf
c6305189ce Import dhisd-5.0: DynDNS server
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.

Alternativelly 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 droped.
2001-06-05 23:39:27 +00:00