]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1999-04-05  Ted LemonAdd printer for encapsulate expression.
1999-04-05  Ted Lemon- Add a parser for option space declarations.
1999-04-05  Ted LemonMake option state support more general.
1999-04-05  Ted LemonUse more general option space function calls.
1999-04-05  Ted LemonAdd operators for byte quantities. Always return...
1999-04-05  Ted LemonAdd space token.
1999-04-05  Ted Lemon- Add allocator/deallocator for universes and option...
1999-04-05  Ted Lemon- Adjust option_state-related calls to use new, more...
1999-04-05  Ted Lemon- Support option space declarations.
1999-04-05  Ted LemonAdd SPACE token.
1999-04-05  Ted Lemon- Add encapsulate expression type.
1999-04-05  Ted Lemon- Generalize option state structure to support addition...
1999-03-30  Ted LemonUpdate version V3-ALPHA-19990330
1999-03-30  Ted LemonUpdate version and changelog
1999-03-30  Ted LemonInitialize option cache pointer prior to use.
1999-03-30  Ted LemonAdd information about reporting bugs to the README...
1999-03-30  Ted LemonMove support of server allow/deny into common code.
1999-03-29  Ted LemonUpdate version. V3-ALPHA-19990329A
1999-03-29  Ted LemonUpdate changelog and version.
1999-03-29  Ted LemonDocument entry and exit hooks, plus make_resolv_conf...
1999-03-29  Ted LemonAdd entry, exit and resolv.conf hooks.
1999-03-29  Ted LemonBuild new manual pages.
1999-03-29  Ted LemonAdjust version, update changelog. V3-ALPHA-19990329
1999-03-29  Ted LemonAdjust version numbers.
1999-03-29  Ted LemonAdd missing break to fix POOL permit parse. Fix addre...
1999-03-29  Ted LemonFix typo in error message check.
1999-03-29  Ted LemonAccount for tabs when pointing out errors.
1999-03-29  Ted LemonFix a bug in BOOTP broadcast flag setting for DHCPDISCOVER.
1999-03-26  Ted LemonManual page documenting ISC DHCP contribution process. V3-ALPHA-19990326
1999-03-26  Ted LemonUpdate version number.
1999-03-26  Ted LemonAdd 3.0-specific release notes.
1999-03-26  Ted LemonOops, deleted an important comment character.
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonDon't log winning DHCPREQUESTs twice.
1999-03-25  Ted LemonSupport defining new option names and codes.
1999-03-25  Ted LemonAllow option codes to be >8 bits.
1999-03-25  Ted Lemonadd array, boolean, code, integer, ip-address,signed...
1999-03-25  Ted LemonAdd secs field to client_state. Support defining...
1999-03-25  Ted LemonAllow vendor class identifier to be other than ASCII...
1999-03-25  Ted LemonSupport defining new option code names and formats.
1999-03-25  Ted LemonOnly report bad packet checksums if we see a prepondera...
1999-03-25  Ted LemonMake unknown hardware address type a warning instead...
1999-03-25  Ted Lemonadd array, boolean, code, integer, ip-address,signed...
1999-03-25  Ted LemonAdd option allocator.
1999-03-25  Ted LemonFix up documentation for append and prepend statements.
1999-03-25  Ted LemonFix bug in secs handling.
1999-03-25  Ted LemonSupport option code definition.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonBad, bad idea.
1999-03-16  Ted LemonRegenerate
1999-03-16  Ted LemonUpdate copyright
1999-03-16  Ted LemonClean up obsolete dregs.
1999-03-16  Ted LemonRemove statmsg, sysctl and dhcpctl subdirectories.
1999-03-16  Ted LemonDon't build sysconf.o or interact.o anymore.
1999-03-16  Ted LemonDon't build dhcpdi.o anymore.
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonDeprecated.
1999-03-16  Ted LemonWrong way.
1999-03-16  Ted LemonWrong way to do it.
1999-03-16  Ted LemonDeprecated.
1999-03-16  Ted LemonThis isn't the right thing to do.
1999-03-16  Ted LemonDocument address pools and client classing.
1999-03-16  Ted LemonUpdate version.
1999-03-16  Ted LemonDifferentiate between spawning and subclass matching.
1999-03-16  Ted LemonUpdate version number.
1999-03-16  Ted LemonIn class structure,
1999-03-16  Ted Lemon- In substring(), return no data instead of a null...
1999-03-16  Ted Lemondhcp-class-identifier -> vendor-class-identifier.
1999-03-16  Ted LemonFix parsing of elsif and else if statements.
1999-03-16  Ted LemonUpdate attribution and document relay agent information...
1999-03-16  Ted LemonDocument evaluation and conditional stuff.
1999-03-16  Ted LemonUpdate version string.
1999-03-16  Ted LemonUpdate dates, update current status and talk more about...
1999-03-16  Ted LemonUpdate date strings.
1999-03-13  Ted LemonFix up references to ciaddr and yiaddr.
1999-03-13  Ted LemonAdd interface argument to can_unicast_without_arp
1999-03-13  Ted LemonAdd interface argument to can_*().
1999-03-13  Ted Lemon- Pass interface_info struct to can_unicast_without_arp.
1999-03-13  Ted LemonAdd can_receive_unicast_unconfigured
1999-03-13  Ted Lemon- Only use broadcast flag if we have to.
1999-03-13  Ted LemonFix up unicast response code.
1999-03-11  Ted LemonRemove ARPSEND/ARPCHECK and document ARPing in BOUND.
1999-03-11  Ted LemonRemove ARPCHECK and ARPSEND code.
1999-03-11  Ted LemonFix DHCPDECLINE support
1999-03-11  Ted LemonDisable all debugging by default
1999-03-10  Ted LemonAllocate space for NUL terminator.
1999-03-10  Ted LemonPool scope and subnet scope are different leaves of...
1999-03-10  Ted LemonAuthentication definitions.
1999-03-10  Ted Lemon- Tack parameter request list on to lease state structu...
1999-03-10  Ted LemonFree parameter request list prior to freeing lease...
1999-03-10  Ted LemonAdditional argument to cons_option.
1999-03-10  Ted LemonAdd parameter request list to option_state. New arg...
1999-03-10  Ted LemonLook options up in packet options, not generated options.
1999-03-10  Ted LemonPass parameter request list to cons_options.
1999-03-09  Ted LemonFix logging of DHCPREQUEST activity. Fix find_lease...
1999-03-09  Ted LemonWhen creating anonymous pools, initialize share and...
1999-03-09  Ted LemonAdd authentication/bootp policy keywords.
1999-03-09  Ted LemonAdd authentication policy, combine enum with bootp...
1999-03-09  Ted LemonDon't dump core when recursing to outermost scope.
1999-03-09  Ted LemonAdd new keywords for authentication databases.
next