summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and versions.V3-BETA-2-PATCH-9Ted Lemon2000-10-153-9/+14
* Fix the math in the udp packet length calculator.Ted Lemon2000-10-151-2/+3
* Update version number and changelogV3-BETA-2-PATCH-8Ted Lemon2000-10-143-7/+11
* Fix a stupid byte-swap error.Ted Lemon2000-10-141-7/+7
* post-release version.Ted Lemon2000-10-131-1/+1
* Update version number and changelog.V3-BETA-2-PATCH-7Ted Lemon2000-10-133-7/+37
* Fix up manual page installation.Ted Lemon2000-10-131-1/+1
* Fix title.Ted Lemon2000-10-131-1/+1
* Disable unicast broadcast hack, but leave a place for it to be configured.Ted Lemon2000-10-132-4/+11
* Don't trust udp -> uh_len.Ted Lemon2000-10-131-1/+7
* Take out a bogus option cache dereference.Ted Lemon2000-10-131-4/+4
* Make dhcrelay link when DEBUG is defined.Ted Lemon2000-10-121-1/+25
* - Cache zones once we've looked them up, so that we don't do a bazillionTed Lemon2000-10-121-2/+5
* Update zone caching prototypesTed Lemon2000-10-122-0/+6
* Make print.c compile with DEBUG (and, coincidentally, make it work better).Ted Lemon2000-10-121-12/+43
* Add cache_found_zone() function.Ted Lemon2000-10-121-1/+65
* Fix documentation for address statement in peer declaration.Ted Lemon2000-10-111-4/+4
* Fix a couple of signed vs. unsigned pointer errors.Ted Lemon2000-10-111-3/+3
* Use set_option instead of universe -> set_funcTed Lemon2000-10-101-7/+3
* Update the agent option documentation.Ted Lemon2000-10-101-4/+5
* Fix up universe initializations, and define vendor_cfg_option global.Ted Lemon2000-10-101-5/+12
* Get rid of all the special-case encapsulations.Ted Lemon2000-10-101-183/+12
* Fix up calls to cons_options.Ted Lemon2000-10-101-2/+3
* Add omapi object initializer to object type structure.Ted Lemon2000-10-102-11/+23
* Call object initializer from omapi_object_initialize if there is one.Ted Lemon2000-10-101-0/+2
* Rototill universe struct definition.Ted Lemon2000-10-101-20/+23
* Add ENCAPSULATE and VENDOR tokens.Ted Lemon2000-10-101-1/+3
* Add vendor_space_name to client_config. Lots of prototypes.Ted Lemon2000-10-101-24/+99
* Add defines for Client FQDN option.Ted Lemon2000-10-101-0/+10
* Fix up call to omapi_object_type_register.Ted Lemon2000-10-101-2/+3
* - Add some code for testing more potential configuration file errors atTed Lemon2000-10-101-15/+180
* - Add the FQDN option space.Ted Lemon2000-10-101-14/+315
* - Add support for user-defined encapsulations.Ted Lemon2000-10-101-19/+140
* - Make option spaces stored as linked lists first-class objects.Ted Lemon2000-10-101-229/+782
* Don't compile in Token Ring support if it's not supported.Ted Lemon2000-10-101-2/+9
* Fix up call to omapi_object_type_register.Ted Lemon2000-10-101-4/+4
* - Add initializer for interfaces.Ted Lemon2000-10-101-2/+13
* Document encapsulate type and fqdn option space.Ted Lemon2000-10-101-0/+85
* Undocument check operator.Ted Lemon2000-10-101-11/+0
* Add initializer arg to object type setup calls.Ted Lemon2000-10-102-6/+11
* Don't compile in token ring stuff if we don't support it.Ted Lemon2000-10-101-2/+6
* Document vendor option space configuration option.Ted Lemon2000-10-101-0/+11
* - Write all options spaces to lease file and environment, not just DHCPTed Lemon2000-10-101-61/+108
* Support client-side vendor option space definitions.Ted Lemon2000-10-102-7/+37
* Add object initializer support. Fix off-by-one bug in host stuffer.Ted Lemon2000-10-101-9/+10
* Oops, fix a jungian slip in parse code.Ted Lemon2000-10-041-2/+2
* Correctly parse unknown-ddd hardware types.Ted Lemon2000-10-031-4/+10
* - Don't return information on the lease that's not present on the lease.Ted Lemon2000-10-011-35/+73
* Allow return result of ISC_R_UNCHANGED in omapi_update_object.Ted Lemon2000-10-011-1/+1
* Don't dump core when sending a name/value pair with a null value.Ted Lemon2000-10-011-0/+4