]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-10-12  Ted LemonMake dhcrelay link when DEBUG is defined.
2000-10-12  Ted Lemon- Cache zones once we've looked them up, so that we...
2000-10-12  Ted LemonUpdate zone caching prototypes
2000-10-12  Ted LemonMake print.c compile with DEBUG (and, coincidentally...
2000-10-12  Ted LemonAdd cache_found_zone() function.
2000-10-11  Ted LemonFix documentation for address statement in peer declara...
2000-10-11  Ted LemonFix a couple of signed vs. unsigned pointer errors.
2000-10-10  Ted LemonUse set_option instead of universe -> set_func
2000-10-10  Ted LemonUpdate the agent option documentation.
2000-10-10  Ted LemonFix up universe initializations, and define vendor_cfg_...
2000-10-10  Ted LemonGet rid of all the special-case encapsulations.
2000-10-10  Ted LemonFix up calls to cons_options.
2000-10-10  Ted LemonAdd omapi object initializer to object type structure.
2000-10-10  Ted LemonCall object initializer from omapi_object_initialize...
2000-10-10  Ted LemonRototill universe struct definition.
2000-10-10  Ted LemonAdd ENCAPSULATE and VENDOR tokens.
2000-10-10  Ted LemonAdd vendor_space_name to client_config. Lots of proto...
2000-10-10  Ted LemonAdd defines for Client FQDN option.
2000-10-10  Ted LemonFix up call to omapi_object_type_register.
2000-10-10  Ted Lemon- Add some code for testing more potential configuratio...
2000-10-10  Ted Lemon- Add the FQDN option space.
2000-10-10  Ted Lemon- Add support for user-defined encapsulations.
2000-10-10  Ted Lemon- Make option spaces stored as linked lists first-class...
2000-10-10  Ted LemonDon't compile in Token Ring support if it's not supported.
2000-10-10  Ted LemonFix up call to omapi_object_type_register.
2000-10-10  Ted Lemon- Add initializer for interfaces.
2000-10-10  Ted LemonDocument encapsulate type and fqdn option space.
2000-10-10  Ted LemonUndocument check operator.
2000-10-10  Ted LemonAdd initializer arg to object type setup calls.
2000-10-10  Ted LemonDon't compile in token ring stuff if we don't support it.
2000-10-10  Ted LemonDocument vendor option space configuration option.
2000-10-10  Ted Lemon- Write all options spaces to lease file and environmen...
2000-10-10  Ted LemonSupport client-side vendor option space definitions.
2000-10-10  Ted LemonAdd object initializer support. Fix off-by-one bug...
2000-10-04  Ted LemonOops, fix a jungian slip in parse code.
2000-10-03  Ted LemonCorrectly parse unknown-ddd hardware types.
2000-10-01  Ted Lemon- Don't return information on the lease that's not...
2000-10-01  Ted LemonAllow return result of ISC_R_UNCHANGED in omapi_update_...
2000-10-01  Ted LemonDon't dump core when sending a name/value pair with...
2000-10-01  Ted LemonSet the remote handle when updating or requesting a...
2000-09-30  Ted LemonRe-apply part of 1.24 that was accidentally voided...
2000-09-30  Ted LemonMight as well have a syntactically correct configuratio...
2000-09-30  Ted LemonFix Linux 2.0 fallback setup bug.
2000-09-29  Ted LemonPost-pl6 version number.
2000-09-29  Ted LemonObsolete.
2000-09-29  Ted LemonUpdate changelog and version number.
2000-09-29  Ted LemonWrap some new debugging code with #ifdef DEBUG.
2000-09-29  Ted LemonGet rid of bogus AR declaration.
2000-09-29  Ted LemonDon't print silly error messages
2000-09-29  Ted LemonFix minor indentation nit.
2000-09-29  Ted LemonDo better status checking when starting connections.
2000-09-29  Ted LemonDo better status checking during initialization.
2000-09-29  Ted Lemonargv [i], not argv [1]
2000-09-29  Ted LemonRemove incorrect documentation of known/unknown handling.
2000-09-29  Ted LemonBounds check the output buffer in do_percentm.
2000-09-29  Ted LemonDon't print trailing NUL when printing a text string.
2000-09-29  Ted LemonByte-swap incoming integer data.
2000-09-29  Ted LemonDon't enter leases that don't have subnets.
2000-09-29  Ted LemonDocument change to support match with alongside match...
2000-09-29  Ted LemonSupport match with alongside match/spawn with.
2000-09-29  Ted LemonUse interface_allocate() to allocate interfaces.
2000-09-29  Ted LemonCorrectly handle the case where the connection doesn...
2000-09-29  Ted LemonFix some bugs in the code to get arbitrarily long inter...
2000-09-29  Ted LemonUse global scope when there's no lease in check_collection.
2000-09-28  Ted LemonOops, accidentally committed a local hack.
2000-09-27  Ted LemonPanic commit.
2000-09-27  Ted LemonFix uninitialized use of automatic variable (Hans Persson)
2000-09-27  Ted Lemon- Don't flame about the relay agent information option...
2000-09-27  Ted LemonUse the nwip options in the nwip universe, not the...
2000-09-27  Ted LemonUse suffix.len, not substring.len, when evaluating...
2000-09-27  Ted LemonThe second argument to suffix is numeric.
2000-09-23  Ted LemonDefine SOCKLEN_T
2000-09-21  Ted LemonFix a Tru64 compile error.
2000-09-20  Ted LemonFix misnamed function call.
2000-09-20  Ted LemonOops, left something out
2000-09-20  Ted LemonPost-tag version
2000-09-20  Ted LemonUpdate version numbers and changelog
2000-09-20  Ted LemonUse make_resolv_conf as documented.
2000-09-20  Ted Lemon- When partner disconnects (or stops responding to...
2000-09-20  Ted LemonDon't spawn with zero-length strings.
2000-09-20  Ted LemonExtra sanity check on uh_ulen.
2000-09-20  Ted LemonANSIfy and thereby neaten up a declaration.
2000-09-20  Ted LemonFix an oversight in the htype+haddr->hbuf conversion
2000-09-20  Ted LemonFix one typo, one oversight, and one type cast (thanks...
2000-09-20  Ted LemonMove inet_aton to libomapi
2000-09-20  Ted LemonRequire gcc on SunOS4
2000-09-16  Ted LemonAdd Service Location Protocol options. Document new...
2000-09-16  Ted Lemon- Add Peter Marschall's new sub-array parser.
2000-09-16  Ted LemonDocument new SLP options.
2000-09-16  Ted LemonDocument new parser capability provided by Peter Marschall
2000-09-16  Ted LemonFix up HP build options.
2000-09-16  Ted LemonDo post-release version tweak (belatedly).
2000-09-14  Ted LemonUpdate version and changelog. V3-BETA-2-PATCH-4
2000-09-14  Ted LemonGet even more persnickety about detailing where to...
2000-09-14  Ted LemonDo statements before using option values (e.g., lease...
2000-09-14  Ted LemonUse lt -> scope, not lease -> scope, which is probably...
2000-09-14  Ted LemonDon't dereference zones in find_tsig_key - we don't...
2000-09-12  Ted LemonHPUX install is completely broken - use cp.
2000-09-12  Ted LemonPrint more information when bad socket is found.
2000-09-12  Ted LemonFix if_deregister_send compilation on old linuces.
next