summaryrefslogtreecommitdiff
path: root/server/ddns.c
Commit message (Expand)AuthorAgeFilesLines
...
* Get md5.h from dst/ instead of minires/Ted Lemon2001-02-221-2/+2
* Update some obsolete declarations.Ted Lemon2001-01-251-25/+11
* Fix a memory leak.Ted Lemon2001-01-251-1/+3
* - Work around clients that say they'll update their own A record when theyTed Lemon2001-01-191-1/+6
* - Add conditional support for updating static entries.Ted Lemon2001-01-161-52/+104
* Make ddns update optimization a configuration option.Ted Lemon2001-01-111-7/+15
* - Constify ns_updrec -> r_data.Ted Lemon2001-01-111-200/+45
* Fix up some signed vs. unsigned char mismatchesTed Lemon2001-01-091-11/+16
* - Fix the DDNS update code to correctly send a client FQDN option, to notTed Lemon2001-01-081-124/+261
* - Don't save the IP address as an ASCII string variable.Don't updateTed Lemon2001-01-061-125/+117
* - Globalize resolver state.Ted Lemon2001-01-041-58/+78
* Only do new-style ddns updates if that style is enabled.Ted Lemon2000-12-291-2/+7
* Tweak the way the dhcid is computed.Ted Lemon2000-12-281-21/+34
* DDNS implementation rewrite. DDNS should now operate according toDamien Neil2000-12-111-0/+1000