summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'V2-BETA-2'.V2-BETA-2cvs2git1998-06-253-0/+5114
|\
| * This commit was manufactured by cvs2git to create branch 'RELEASE_2'.cvs2git1998-06-255-0/+6438
| |\
| | * Rhapsody supportTed Lemon1998-06-255-1/+116
| | * Declarations for executable statements.Ted Lemon1998-06-251-0/+68
| | * Execute statements.Ted Lemon1998-06-251-0/+118
| | * Move a lot of packet discard code into ack_lease(), after we've evaluated the...Ted Lemon1998-06-251-361/+328
| | * Get rid of root group defaults. Merge trees into expressions. Allow host ...Ted Lemon1998-06-251-753/+282
| | * match_expr -> expression. Move expression evaluator into tree.c. Add find...Ted Lemon1998-06-251-323/+33
| | * Convert to using executable statements instead of old-style options.Ted Lemon1998-06-251-111/+83
| | * Take dhcp packet as an argument instead of converting. Limit length of hard...Ted Lemon1998-06-251-3/+7
| | * Merge tree struct into expression struct. tree_cache -> option_cache. Mov...Ted Lemon1998-06-251-31/+72
| | * Add ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS, SPAWN and WITH tokensTed Lemon1998-06-251-0/+9
| | * Add statement.h include file. Move data_string to tree.h. Add option_stat...Ted Lemon1998-06-251-136/+108
| | * 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 -Wno-char-subscript for Solaris. Update copyright.Ted Lemon1998-06-251-3/+3
| | * Move option name parsing to its own function.Ted Lemon1998-04-201-64/+4
| | * Move option name parsing into its own function. Use parse_cshl to parse col...Ted Lemon1998-04-201-79/+376
| | * Carry some data structure changes across from parser. Nuke named hash stuff.Ted Lemon1998-04-201-83/+24
| | * Add new tokens for match expressions.Ted Lemon1998-04-202-2/+26
| | * Move parse.c declarations under their own filename. Add function declaratio...Ted Lemon1998-04-201-26/+25
| | * Add parse_option_name and parse_cshl functions.Ted Lemon1998-04-201-2/+137
| | * Initialize client classification system in main().Ted Lemon1998-04-191-1/+4
| | * Do client classification. If user supplies a dhcp-lease-time or related opt...Ted Lemon1998-04-191-2/+16
| | * Support for classifying clients.Ted Lemon1998-04-191-0/+621
| | * Add class.cTed Lemon1998-04-191-2/+2
| | * Add a lookup function to the option universe structure.Ted Lemon1998-04-191-0/+4
| | * Add the concept of named hashes.Ted Lemon1998-04-191-0/+5
| | * Add prototypes and structure declarations for client classificationTed Lemon1998-04-191-2/+125
| | * 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 DHCP servers.Ted Lemon1998-04-092-0/+224
| | * Interactive client data structures for DHCP server.Ted Lemon1998-04-091-0/+1075
| | * Interactive client for browsing internal database.Ted Lemon1998-04-091-0/+242
| | * Add min-lease-time, min-secs and use-lease-addr-for-default-route. Allow em...Ted Lemon1998-04-091-1/+47
| | * Start interactive clientTed Lemon1998-04-091-1/+4
| | * Don't respond to requests that are newer than a configured number of seconds....Ted Lemon1998-04-091-16/+63
| | * Add min-lease-time, min-secs and use-lease-addr-for-default-route. Allow em...Ted Lemon1998-04-091-2/+36
| | * Add dhcpdi.cTed Lemon1998-04-091-2/+2
| | * Check to see if INADDR_LOOPBACK is defined.Ted Lemon1998-04-091-0/+2
| | * Fix copyrightTed Lemon1998-04-091-1/+2
| | * Add min-lease-time, min-secs and use-lease-addr-for-default-routeTed Lemon1998-04-091-0/+3