]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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
2000-12-05  Ted LemonSupport unqualified signature algorithm names and base6...
2000-12-05  Ted LemonDocument client-state operator.
2000-12-05  Ted LemonAdd client state keywords.
2000-12-05  Ted LemonMaybe fix an HP-UX build problem.
2000-12-02  Damien NeilChanged the variable 'n' in res_nmkupdate() from an...
2000-12-02  Damien NeilAdded a case to handle log statements in write_statemen...
2000-11-30  Ted LemonFix up hp-ux config hacks.
2000-11-30  Ted LemonWord-align BPF buffers.
2000-11-30  Ted LemonAdd support for gcc on hp-ux V3-BETA-2-PATCH-11
2000-11-30  Ted LemonFix up RAS examples
2000-11-30  Ted LemonUpdate version and changelog
2000-11-30  Ted LemonRestore code that was removed for debugging and acciden...
2000-11-29  Ted LemonPost-release version
2000-11-29  Ted LemonUpdate version and changelog V3-BETA-2-PATCH-10
2000-11-29  Ted LemonFix an uninitialized variable reference
2000-11-29  Ted LemonFix a missing eol quote in nsupdate routine.
2000-11-28  Ted LemonRemove bogus reminder
2000-11-28  Ted LemonOops, fix ISC_R_NRESULTS.
2000-11-28  Ted LemonMake error codes for DNS errors.
2000-11-28  Ted LemonAdd CLIENT_STATE token.
2000-11-28  Ted LemonFix prototypes
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-11-28  Ted Lemon- Add client-state expression.
2000-11-28  Ted LemonAdd printer for client-state.
2000-11-28  Ted Lemon- Move some common functions from clparse.c.
2000-11-28  Ted Lemon- Pass client state to eval functions.
2000-11-28  Ted LemonPass client state to eval functions.
2000-11-28  Ted LemonPass client state to eval functions.
2000-11-28  Ted LemonAdd client-state keyword.
2000-11-28  Ted LemonPass client state to eval functions.
2000-11-28  Ted LemonMove some general functions into the common parser.
2000-11-24  Ted LemonAdd in a couple of missing break statements.
2000-11-24  Ted LemonFix up encapsulation prototype in universe struct.
next