summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and version numbers.V3-BETA-2-PATCH-14Ted Lemon2001-01-193-7/+34
* Do not delete a client's DNS entry on entry to a transitory state (e.g., expi...Ted Lemon2001-01-191-9/+35
* - Be more verbose about bogus state transitions.Ted Lemon2001-01-191-4/+11
* - Don't respond to DHCPDISCOVERS when we're not responding.Ted Lemon2001-01-191-22/+20
* - Work around clients that say they'll update their own A record when theyTed Lemon2001-01-191-1/+6
* Do careful bounds checking on the incoming fqdn option.Ted Lemon2001-01-191-42/+53
* Post-tag versionTed Lemon2001-01-171-1/+1
* Update version numbers and changelog.V3-BETA-2-PATCH-13Ted Lemon2001-01-173-5/+9
* Fix some compile problems.Ted Lemon2001-01-173-6/+21
* post-tag versionTed Lemon2001-01-171-1/+1
* Update changelog and versionV3-BETA-2-PATCH-12Ted Lemon2001-01-173-5/+61
* Fix find_cached_zone declaration.Ted Lemon2001-01-171-3/+3
* Fix a type mismatch in calls to res_nsend*.Ted Lemon2001-01-172-3/+3
* Converters from and to ISC resultcode namespace.Ted Lemon2001-01-171-0/+311
* Add ping-check and update-static-leases flags.Ted Lemon2001-01-171-3/+3
* Document new parameters.Ted Lemon2001-01-171-0/+39
* Add a ping-check parameter. Pass old lease to ddns_updates.Ted Lemon2001-01-161-3/+11
* - Add conditional support for updating static entries.Ted Lemon2001-01-161-52/+104
* Fix up and add prototypes.Ted Lemon2001-01-161-31/+39
* Move typedef for isc_result_t to result.hTed Lemon2001-01-161-1/+0
* Add new config parameters, adjust and add prototypes.Ted Lemon2001-01-161-1/+4
* Fix equal to compare arbitary types, rather than just data.Ted Lemon2001-01-161-29/+79
* - Print null hardware address as blank, instead of as <null>.Ted Lemon2001-01-161-4/+7
* - Fix expression parse context checking.Ted Lemon2001-01-161-85/+76
* Add a send statement that behaves the same as the supersede statement.Ted Lemon2001-01-162-3/+9
* Use ISC-style result codes, rather than ns rcodes.Ted Lemon2001-01-161-11/+12
* Add 'new' tokenTed Lemon2001-01-162-2/+5
* Let the generic parser parse send statements.Ted Lemon2001-01-161-51/+10
* Initialize hardware buffer before using it, just in case.Ted Lemon2001-01-161-1/+2
* Use ISC result codes instead of NS rcodes to report update errors.Ted Lemon2001-01-1613-352/+392
* Add update-optimization keyword.Ted Lemon2001-01-111-2/+2
* Document update-optimization config parameter.Ted Lemon2001-01-111-0/+17
* Don't allow the client to specify the domain name for updates.Ted Lemon2001-01-111-3/+2
* Make ddns update optimization a configuration option.Ted Lemon2001-01-111-7/+15
* - Don't parse for semi twice in failover state.Ted Lemon2001-01-111-3/+6
* Add defines for update parameters.Ted Lemon2001-01-111-1/+2
* Parse client state names as numbers.Ted Lemon2001-01-111-1/+25
* Don't include the '.' in the fqdn.domainname.Ted Lemon2001-01-111-3/+3
* Add client-updates keyword.Ted Lemon2001-01-112-2/+5
* - Constify ns_updrec -> r_data.Ted Lemon2001-01-111-200/+45
* constify ns_updrec -> r_data.Ted Lemon2001-01-112-13/+18
* Publicize some function declarations.Ted Lemon2001-01-111-1/+7
* fqdn.fqdn starts at the beginning of the fqdn, not at the next token.Ted Lemon2001-01-111-3/+3
* - Move string set/reference/unset from ddns.c to here.Ted Lemon2001-01-111-13/+120
* Move the dhcid computer into common code.Ted Lemon2001-01-111-1/+67
* Fix up some signed vs. unsigned char mismatchesTed Lemon2001-01-091-11/+16
* - Fix linked option space to use pairs rather than direct links on optionTed Lemon2001-01-091-55/+58
* Oops, fix the cast from the previous commit so it actually helps.Ted Lemon2001-01-081-2/+1
* - Fix the DDNS update code to correctly send a client FQDN option, to notTed Lemon2001-01-081-124/+261
* Add the FQDN_FQDN suboption.Ted Lemon2001-01-081-2/+3