]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1998-11-09  Ted LemonGet rid of obsolete data string reference.
1998-11-09  Ted LemonAdd pool support
1998-11-09  Ted LemonAdd allocators for pools and permits.
1998-11-09  Ted LemonAdd support for pseudo-clients
1998-11-06  Ted LemonFix up matching code and add debugging for it.
1998-11-06  Ted LemonFix evaluate_boolean_expression_result to actually...
1998-11-06  Ted LemonClassify all incoming dhcp packets. Process class...
1998-11-06  Ted LemonAdd new classes to database after parsing them. Fix...
1998-11-06  Ted LemonPut check_collection() outside of DEBUG_EXPRESSIONS...
1998-11-06  Ted LemonFix pathological parsing loop in add statement. Set...
1998-11-06  Ted LemonEvaluate option cache associated with client identifier...
1998-11-06  Ted LemonAdd hostname type to dns_host_entry_allocate
1998-11-06  Ted LemonUpdate prototype for dns_host_entry_allocate().
1998-11-06  Ted LemonSave space for hostname and save hostname itself in...
1998-11-06  Ted LemonPass hostname to dns_host_entry_allocate.
1998-11-06  Ted LemonDon't test for abandoned lease if we didn't find a...
1998-11-06  Ted LemonWhen making list of IP addresses or hostnames, account...
1998-11-06  Ted LemonInitialize automatic expression variable.
1998-11-06  Ted LemonInterface discovery code.
1998-11-06  Ted LemonAdd agent option support.
1998-11-06  Ted LemonMove to reference-based expression allocation.
1998-11-06  Ted LemonDo data expression evaluation.
1998-11-06  Ted LemonAdd relay agent information option arg to cons_options...
1998-11-06  Ted LemonAdd Relay Agent Information Option support.
1998-11-06  Ted LemonAdd more expression evaluation goo.
1998-11-06  Ted LemonAdd relay agent support for Relay Agent Information...
1998-11-06  Ted LemonClear the right data buffer. Add missing braces.
1998-11-06  Ted LemonFix parse_if_statement
1998-11-06  Ted LemonAdd agent_options argument to cons_options
1998-11-06  Ted LemonUpdate error message.
1998-11-06  Ted LemonFix some lingering bugs from the expression evaluation...
1998-11-06  Ted LemonClean up some statement parsing bugs.
1998-11-05  Ted LemonMinor documentation clarification on maximum lease...
1998-11-05  Ted LemonAdd command-line argument to set pid file name.
1998-11-05  Ted LemonOops, fix a conflict that was committed in previous...
1998-11-05  Ted LemonUse evaluation-based option handling
1998-11-05  Ted LemonAdd some code to prevent linking in stuff we don't...
1998-11-05  Ted LemonLose extraneous tab.
1998-11-05  Ted LemonAdd endian.h defines - not present in hpux headers.
1998-11-05  Ted LemonINADDR_LOOPBACK now defined in some FreeBSD versions...
1998-11-05  Ted LemonAdd send option statement.
1998-11-05  Ted LemonAdd some new debugging types
1998-11-05  Ted LemonMake dhcp token type an enum for easier debugging.
1998-11-05  Ted LemonNew prototypes. Many data structure updates.
1998-11-05  Ted LemonImplement reference-based option cache and expressions.
1998-11-05  Ted LemonGet rid of ad-hoc option priority list.
1998-11-05  Ted LemonAdd new printers for prettier printing of 'x' format...
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-11-05  Ted LemonAdd new option cache handling code.
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-11-05  Ted LemonAdd expression debugging printfs. Supply input and...
1998-11-05  Ted LemonAdd new reference-based allocators and some new new...
1998-11-05  Ted LemonAdd some code to prevent pulling in libraries we don...
1998-10-22  Ted LemonIntermediary changes
1998-10-22  Ted LemonAdd depend target
1998-10-17  Ted LemonMove discover_interfaces and relate goop to discover.c
1998-10-17  Ted LemonAdd EXISTS token.
1998-10-17  Ted LemonAdd discover.c. Remove spurious tab.
1998-10-17  Ted LemonAdd bsd/os script. Use -Wno-switch (sigh).
1998-08-05  Ted LemonDon't write leases that contain non-printable or whites...
1998-07-18  Ted LemonMake the documentation a little clearer for those who...
1998-07-10  Ted LemonIf there's another server running, refuse to run.
1998-07-08  Ted LemonTell people they have to type make install to install...
1998-07-08  Ted LemonFix up PID file definitions
1998-06-26  Ted LemonUpdate server-identifier documentaiton.
1998-06-26  Ted Lemon-Wstrict-prototypes is not safe on Solaris unless you...
1998-06-26  Ted Lemonchar-subscripts, not char-subscript.
1998-06-25  Ted LemonDocument events that cause leases to be written.
1998-06-25  Ted LemonUpdate binary copyright.
1998-06-25  Ted LemonIf a client REQUESTs an abandoned lease, reclaim it.
1998-06-25  Ted LemonRhapsody support
1998-06-25  Ted LemonDeclarations for executable statements.
1998-06-25  Ted LemonExecute statements.
1998-06-25  Ted LemonMove a lot of packet discard code into ack_lease()...
1998-06-25  Ted LemonGet rid of root group defaults. Merge trees into...
1998-06-25  Ted Lemonmatch_expr -> expression. Move expression evaluator...
1998-06-25  Ted LemonConvert to using executable statements instead of old...
1998-06-25  Ted LemonTake dhcp packet as an argument instead of converting...
1998-06-25  Ted LemonMerge tree struct into expression struct. tree_cache...
1998-06-25  Ted LemonAdd ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS, SPAWN...
1998-06-25  Ted LemonAdd statement.h include file. Move data_string to...
1998-06-25  Ted LemonUpdate all the names to reflect the unification of...
1998-06-25  Ted LemonAdd server option universe. Install dhcp option unive...
1998-06-25  Ted LemonNive parse-ip-addr-or-hostbname into common parser...
1998-06-25  Ted Lemoncons_options now takes option_state struct instead...
1998-06-25  Ted LemonLose special case code for vendor and user classes...
1998-06-25  Ted LemonClear out unused portion of icmp packet.
1998-06-25  Ted LemonRead DHCP packet into aligned buffer and pass it as...
1998-06-25  Ted LemonAdd ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS and...
1998-06-25  Ted Lemontree -> expression. tree_cache -> option_cache. ...
1998-06-25  Ted LemonAdd statement executor module
1998-06-25  Ted LemonAdd -Wno-char-subscript for Solaris. Update copyright.
1998-04-20  Ted LemonMove option name parsing to its own function.
1998-04-20  Ted LemonMove option name parsing into its own function. Use...
1998-04-20  Ted LemonCarry some data structure changes across from parser...
1998-04-20  Ted LemonAdd new tokens for match expressions.
1998-04-20  Ted LemonMove parse.c declarations under their own filename...
1998-04-20  Ted LemonAdd parse_option_name and parse_cshl functions.
1998-04-19  Ted LemonInitialize client classification system in main().
1998-04-19  Ted LemonDo client classification. If user supplies a dhcp...
next