]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2001-01-25  Ted LemonUpdate changelog and version V3-BETA-2-PATCH-15
2001-01-25  Ted LemonFix a bug pointed out by Sergei Datsenko.
2001-01-25  Ted LemonAdd log-facility.
2001-01-25  Ted Lemon- Fix a core dump pointed out by Albert Herranz.
2001-01-25  Ted LemonDon't use snprintf on platforms that don't have it.
2001-01-25  Ted LemonClean up some problems.
2001-01-25  Ted Lemon- Document log-facility parameter.
2001-01-25  Ted LemonModernize dhcpd.conf example
2001-01-25  Ted LemonAdd log_facility config parameter.
2001-01-25  Ted Lemon- Fix some pedantic allocation problems.
2001-01-25  Ted LemonFix a memory leak.
2001-01-25  Ted LemonFix handling of agent options.
2001-01-25  Ted Lemon- Add some error messages where parser was failing...
2001-01-25  Ted LemonTheoretically fancier reference count history printer...
2001-01-25  Ted LemonAdd an rc_history_count variable so that we can see...
2001-01-25  Ted LemonDefine option_chain_head structure.
2001-01-25  Ted LemonAdd support for ON_TRANSMISSION flag.
2001-01-25  Ted LemonNew protos; change type of agent option on lease.
2001-01-25  Ted LemonFix a small cosmetic error.
2001-01-25  Ted Lemon- Fix a possible core dump in option parsing.
2001-01-25  Ted Lemon- Use option_chain_head structure for linked option...
2001-01-25  Ted Lemondocument the user-class option.
2001-01-25  Ted LemonAdd TRANSMISSION keyword
2001-01-25  Ted LemonAdd allocators for option_chain_head structure.
2001-01-25  Ted LemonDon't send giaddr when renewing or bound.
2001-01-25  Ted LemonAdd support for 'on transmission'
2001-01-19  Ted LemonUpdate changelog and version numbers.
2001-01-19  Ted LemonUpdate changelog and version numbers. V3-BETA-2-PATCH-14
2001-01-19  Ted LemonDo not delete a client's DNS entry on entry to a transi...
2001-01-19  Ted Lemon- Be more verbose about bogus state transitions.
2001-01-19  Ted Lemon- Don't respond to DHCPDISCOVERS when we're not responding.
2001-01-19  Ted Lemon- Work around clients that say they'll update their...
2001-01-19  Ted LemonDo careful bounds checking on the incoming fqdn option.
2001-01-17  Ted LemonPost-tag version
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.
next