summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dateV2-BETA-1-PATCHLEVEL-6Ted Lemon1998-06-261-3/+3
* More 2.0b1pl6 notes.Ted Lemon1998-06-261-0/+2
* Pull up 1.16Ted Lemon1998-06-261-3/+3
* Update server-identifier documentation.Ted Lemon1998-06-261-2/+13
* Release notes for 2.0b1pl6Ted Lemon1998-06-261-1/+9
* inet_ntoa should take const char *, not char *.Ted Lemon1998-06-261-2/+2
* Fix prototype for inet_ntoaTed Lemon1998-06-261-1/+1
* Define a couple of DPLI things I originally forgot.Ted Lemon1998-06-261-0/+2
* Release notes for 2.0b1pl5V2-BETA-1-PATCH-5Ted Lemon1998-06-261-0/+12
* Account for argument promotion in assemble_udp_ip_header.Ted Lemon1998-06-261-2/+2
* Use DLPI on SolarisTed Lemon1998-06-261-2/+3
* Fix assemble_udp_ip_header prototype .Ted Lemon1998-06-261-1/+1
* -Wstrict-prototypes is not safe on Solaris unless you've installed ISC BIND, ...Ted Lemon1998-06-261-1/+1
* Release notes for 2.0b1pl4V2-BETA-1-PATCH-4Ted Lemon1998-06-261-2/+7
* char-subscripts, not char-subscript.Ted Lemon1998-06-261-1/+1
* Release notes for 2.0b1pl2V2-BETA-1-PATCH-3Ted Lemon1998-06-261-1/+15
* New dhcpd.leases documentTed Lemon1998-06-261-19/+151
* Fix possible null pointer dereference. Remove newlines from "reclaimed" sys...Ted Lemon1998-06-261-4/+4
* Pull up 1.3Ted Lemon1998-06-251-16/+34
* Allow server-identifier in any scope.Ted Lemon1998-06-251-4/+1
* Only release non-requested leases on DHCPREQUEST. Use server-identifier if ...Ted Lemon1998-06-251-12/+19
* Pull up 1.2Ted Lemon1998-06-251-1/+75
* More updates for 2.0b1pl2V2-BETA-1-PATCH-2Ted Lemon1998-06-251-0/+7
* If a client REQUESTs an abandoned lease, reclaim it.Ted Lemon1998-06-251-4/+17
* Fix inconsistencies between signed and unsigned character declarations. Acc...Ted Lemon1998-06-2516-78/+97
* Update for 2.0b1pl2Ted Lemon1998-06-251-2/+21
* 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