summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * Get rid of ad-hoc option priority list.Ted Lemon1998-11-051-87/+1
| * Add new printers for prettier printing of 'x' format. Add expression printer.Ted Lemon1998-11-051-1/+348
| * Fix up all the option handling code to use evaluation instead of fixed data.Ted Lemon1998-11-051-278/+476
| * Add new option cache handling code.Ted Lemon1998-11-051-185/+401
| * Fix up all the option handling code to use evaluation instead of fixed data. ...Ted Lemon1998-11-051-9/+14
| * Add expression debugging printfs. Supply input and output options to execut...Ted Lemon1998-11-051-10/+63
| * Add new reference-based allocators and some new new/free allocators for data ...Ted Lemon1998-11-051-40/+231
| * Add depend targetTed Lemon1998-10-221-0/+3
| * Move discover_interfaces and relate goop to discover.cTed Lemon1998-10-171-387/+3
| * Add EXISTS token.Ted Lemon1998-10-171-3/+7
| * Add discover.c. Remove spurious tab.Ted Lemon1998-10-171-3/+3
| * Update binary copyright.Ted Lemon1998-06-251-1/+1
* | Generalize fallback support.Ted Lemon1998-12-205-36/+119
* | Add note that WINS==NBNSTed Lemon1998-12-201-2/+4
* | Add generalized fallback support.Ted Lemon1998-12-201-1/+21
* | Fix handling of closing brackets for Solaris man macros (and probably others).Ted Lemon1998-11-251-18/+36
* | Fix indentation of option definitions.Ted Lemon1998-11-251-48/+146
* | Fix up NetBIOS node type table.Ted Lemon1998-11-251-8/+8
* | Clarify netbios-node-type documentation.Ted Lemon1998-11-251-3/+15
* | Allow hexadecimal hostnames to be specified.Ted Lemon1998-11-241-2/+2
* | Change spacing when printing out leases.Ted Lemon1998-11-241-7/+7
* | Don't call memset with a length of zero.Ted Lemon1998-11-241-1/+4
* | Add the ability to declare subnets that are subsets of other subnets, and to ...Ted Lemon1998-11-241-29/+59
* | Don't try to zero an allocated buffer if we didn't succeed in allocating it.Ted Lemon1998-11-241-3/+4
* | Add (possibly incorrect) support for FDDI hardware type.Ted Lemon1998-07-111-1/+11
* | inet_ntoa should take const char *, not char *.Ted Lemon1998-06-261-2/+2
* | Account for argument promotion in assemble_udp_ip_header.Ted Lemon1998-06-261-2/+2
* | Fix inconsistencies between signed and unsigned character declarations. Acc...Ted Lemon1998-06-2510-44/+55
* | This commit was manufactured by cvs2git to create branch 'RELEASE_2'.cvs2git1998-06-251-0/+1229
|\ \ | |/
| * Execute statements.Ted Lemon1998-06-251-0/+118
| * Update all the names to reflect the unification of expression evaluation and ...Ted Lemon1998-06-251-198/+540
| * Add server option universe. Install dhcp option universe set function.Ted Lemon1998-06-251-1/+279
| * Nive parse-ip-addr-or-hostbname into common parser. Add executable statemen...Ted Lemon1998-06-251-10/+873
| * cons_options now takes option_state struct instead of options and agent_optio...Ted Lemon1998-06-251-28/+127
| * Lose special case code for vendor and user classes. Get client identifier i...Ted Lemon1998-06-251-92/+41
| * Clear out unused portion of icmp packet.Ted Lemon1998-06-251-1/+2
| * Read DHCP packet into aligned buffer and pass it as a struct pointer instead ...Ted Lemon1998-06-251-8/+11
| * Add ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS and WITH tokensTed Lemon1998-06-251-5/+32
| * tree -> expression. tree_cache -> option_cache. New destructors for dhcp_...Ted Lemon1998-06-251-23/+24
| * Add statement executor moduleTed Lemon1998-06-251-2/+2
| * Add new tokens for match expressions.Ted Lemon1998-04-201-1/+15
| * Add parse_option_name and parse_cshl functions.Ted Lemon1998-04-201-2/+137
| * Add agent option universe.Ted Lemon1998-04-191-3/+280
| * Add dhcp_option_lookup and agent_option_lookup functions.Ted Lemon1998-04-191-1/+38
| * Interactive client for browsing internal database.Ted Lemon1998-04-091-0/+242
| * Allow for null trees.Ted Lemon1998-04-092-10/+20
| * No message for dissociate_lease().Ted Lemon1998-04-091-3/+2
| * Check HAVE_SIN_LEN in sockaddr_dl code. Kludge hardware address length for ...Ted Lemon1998-04-091-3/+8
| * Add min-lease-time, min-secs and use-lease-addr-for-default-routeTed Lemon1998-04-091-1/+10
| * Add interact.cTed Lemon1998-04-091-2/+2