]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2001-01-17  Ted LemonUpdate version numbers and changelog. V3-BETA-2-PATCH-13
2001-01-17  Ted LemonFix some compile problems.
2001-01-17  Ted Lemonpost-tag version
2001-01-17  Ted LemonUpdate changelog and version V3-BETA-2-PATCH-12
2001-01-17  Ted LemonFix find_cached_zone declaration.
2001-01-17  Ted LemonFix a type mismatch in calls to res_nsend*.
2001-01-17  Ted LemonConverters from and to ISC resultcode namespace.
2001-01-17  Ted LemonAdd ping-check and update-static-leases flags.
2001-01-17  Ted LemonDocument new parameters.
2001-01-16  Ted LemonAdd a ping-check parameter. Pass old lease to ddns_up...
2001-01-16  Ted Lemon- Add conditional support for updating static entries.
2001-01-16  Ted LemonFix up and add prototypes.
2001-01-16  Ted LemonMove typedef for isc_result_t to result.h
2001-01-16  Ted LemonAdd new config parameters, adjust and add prototypes.
2001-01-16  Ted LemonFix equal to compare arbitary types, rather than just...
2001-01-16  Ted Lemon- Print null hardware address as blank, instead of...
2001-01-16  Ted Lemon- Fix expression parse context checking.
2001-01-16  Ted LemonAdd a send statement that behaves the same as the super...
2001-01-16  Ted LemonUse ISC-style result codes, rather than ns rcodes.
2001-01-16  Ted LemonAdd 'new' token
2001-01-16  Ted LemonLet the generic parser parse send statements.
2001-01-16  Ted LemonInitialize hardware buffer before using it, just in...
2001-01-16  Ted LemonUse ISC result codes instead of NS rcodes to report...
2001-01-11  Ted LemonAdd update-optimization keyword.
2001-01-11  Ted LemonDocument update-optimization config parameter.
2001-01-11  Ted LemonDon't allow the client to specify the domain name for...
2001-01-11  Ted LemonMake ddns update optimization a configuration option.
2001-01-11  Ted Lemon- Don't parse for semi twice in failover state.
2001-01-11  Ted LemonAdd defines for update parameters.
2001-01-11  Ted LemonParse client state names as numbers.
2001-01-11  Ted LemonDon't include the '.' in the fqdn.domainname.
2001-01-11  Ted LemonAdd client-updates keyword.
2001-01-11  Ted Lemon- Constify ns_updrec -> r_data.
2001-01-11  Ted Lemonconstify ns_updrec -> r_data.
2001-01-11  Ted LemonPublicize some function declarations.
2001-01-11  Ted Lemonfqdn.fqdn starts at the beginning of the fqdn, not...
2001-01-11  Ted Lemon- Move string set/reference/unset from ddns.c to here.
2001-01-11  Ted LemonMove the dhcid computer into common code.
2001-01-09  Ted LemonFix up some signed vs. unsigned char mismatches
2001-01-09  Ted Lemon- Fix linked option space to use pairs rather than...
2001-01-08  Ted LemonOops, fix the cast from the previous commit so it actua...
2001-01-08  Ted Lemon- Fix the DDNS update code to correctly send a client...
2001-01-08  Ted LemonAdd the FQDN_FQDN suboption.
2001-01-08  Ted LemonAdd fqdn.fqdn suboption.
2001-01-08  Ted Lemon- Store the complete FQDN as an accessible option,...
2001-01-08  Ted LemonFix a signed vs. unsigned problem.
2001-01-08  Ted LemonAdd client-updates config option.
2001-01-08  Ted LemonDocument interim DDNS updates implementation.
2001-01-08  Ted LemonDon't say (not authoritative) when we are.
2001-01-08  Ted LemonAdd define for client-updates configuration variable.
2001-01-06  Ted LemonDon't try to move the lease if it doesn't have a pool.
2001-01-06  Ted LemonDon't use the -gcc suffix in naming work directories
2001-01-06  Ted Lemon- Don't save the IP address as an ASCII string variable...
2001-01-06  Ted LemonInclude net/if_arp.h for ARPHRD_*
2001-01-06  Ted LemonAdd support for printing NXDOMAIN and YXDOMAIN prerequi...
2001-01-04  Ted LemonUse -c with bsdinstall on Tru64.
2001-01-04  Ted Lemon- Move ddns_removals out of the on_release conditionals...
2001-01-04  Ted LemonAlphabetize configuration options and add documentation...
2001-01-04  Ted Lemon- Oops, tack the ad-hoc ddns updates to the end of...
2001-01-04  Ted LemonIf ddns-updates is not set, default to enabled.
2001-01-04  Ted Lemon- Globalize resolver state.
2001-01-04  Ted Lemon- Add a null statement type, so that uninitialized...
2001-01-03  Ted Lemon- Globalize resolver state.
2001-01-03  Ted LemonGlobalize resolver state.
2001-01-03  Ted Lemon- Make it possible for parse_option_token to modify...
2001-01-03  Ted LemonDon't make bogus statements a fatal error.
2001-01-03  Ted Lemon- Register the interface_initialize function (fixes...
2000-12-29  Ted Lemon- Add ddns-update-style configuration option, which...
2000-12-29  Ted Lemon- Require user to declare a ddns update style.
2000-12-29  Ted LemonOnly do new-style ddns updates if that style is enabled.
2000-12-29  Ted LemonInitialize omapi before trying to mess with interfaces.
2000-12-29  Ted LemonAdd structure definitionns for enumerations.
2000-12-29  Ted LemonAdd externs for enumerations and ddns styles.
2000-12-29  Ted LemonFix up internal documentation for option parse codes.
2000-12-29  Ted LemonAdd support for parsing enumerations.
2000-12-29  Ted LemonAdd support (not debugged) for printing enumerations.
2000-12-29  Ted Lemon- Partially document new DDNS code.
2000-12-28  Ted LemonFix a case where leases could wind up with too many...
2000-12-28  Ted LemonDocument lease abandonment and reallocation.
2000-12-28  Ted Lemon- If we receive a dhcp-server-identifier option in...
2000-12-28  Ted LemonTweak the way the dhcid is computed.
2000-12-28  Ted Lemon- Always decrement the reference count on an object...
2000-12-28  Ted LemonPrototype interface_setup ().
2000-12-28  Ted LemonCorrectly implement the subnet selection option.
2000-12-28  Ted LemonFix debug message for 'static' operator.
2000-12-28  Ted Lemon- Fix typo in base64 table (Albert Herranz).
2000-12-28  Ted Lemon- Fix up a minor nit in the fqdn code.
2000-12-28  Ted LemonMove interface code so that it doesn't pollute the...
2000-12-28  Ted LemonAccount for word alignment of buffer returned by bpf.
2000-12-13  Ted LemonOops, put a cvs tag on versions built from cvs
2000-12-11  Damien NeilDDNS implementation rewrite. DDNS should now operate...
2000-12-09  Damien NeilProperly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.
2000-12-09  Damien NeilFix omapi_protocol_connect() to properly return ISC_R_I...
2000-12-06  Ted LemonFix compile warning on Tru64
2000-12-05  Ted LemonMaybe really really fix HP-UX build...
2000-12-05  Ted LemonMaybe really fix HP-UX build...
2000-12-05  Ted LemonDon't blow away bindings and such when releasing or...
2000-12-05  Ted LemonDon't do the DNS update for static hosts.
2000-12-05  Ted LemonRemember lease flags when doing the commit routine.
2000-12-05  Ted LemonAdd new tokens
next