summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up SO_BINDTODEVICE/USE_FALLBACK conflicts.Ted Lemon1999-10-251-2/+2
* Support token ring packets.Ted Lemon1999-05-271-0/+14
* - Remember whether we got requested address and server ID, and what networkTed Lemon1999-05-061-0/+8
* Add always_reply_rfc1048 flag to group struct.Ted Lemon1999-04-061-0/+1
* Fix can_receive_unicast_unconfigured prototypes.Ted Lemon1999-03-291-6/+6
* Declare can_receive_unicast_unconfigured.Ted Lemon1999-03-291-0/+6
* - Add maximum message size and parameter request list to lease_state soTed Lemon1999-03-261-2/+8
* Add support for specifying authority on a per-network-segment basis.Ted Lemon1999-02-091-2/+3
* Add support for use-lease-addr-for-default-routeTed Lemon1999-02-041-0/+1
* Add LPF support.Ted Lemon1998-12-221-0/+26
* Generalize fallback support.Ted Lemon1998-12-201-10/+34
* Add declaration for subnet_inner_thanTed Lemon1998-11-241-3/+1
* Update prototypesTed Lemon1998-07-111-1/+1
* Fix typoTed Lemon1998-06-291-1/+1
* Make lease_state -> filename a static array for now.Ted Lemon1998-06-291-1/+4
* Fix prototype for inet_ntoaTed Lemon1998-06-261-1/+1
* Fix assemble_udp_ip_header prototype .Ted Lemon1998-06-261-1/+1
* Fix inconsistencies between signed and unsigned character declarations. Acc...Ted Lemon1998-06-251-11/+12
* Update prototypesTed Lemon1998-06-251-4/+5
* Set a default value for _PATH_DHCRELAY_PIDTed Lemon1997-11-221-0/+4
* Add prototype for broadcast_addr()Ted Lemon1997-11-221-0/+1
* systat -> sysconfTed Lemon1997-10-201-6/+6
* Add quiet_interface_discovery variableTed Lemon1997-10-201-0/+1
* Prototype new functions. New argument for cons_options. New definitions f...Ted Lemon1997-09-161-1/+16
* If the lease we want to give the client is different than the one it's asking...Ted Lemon1997-06-081-1/+2
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-34/+34
* Add cygwin32 ifdefs; new prototypes; add some fields to dhcp client structures.Ted Lemon1997-06-021-5/+57
* Add prototype for inet_atonTed Lemon1997-03-291-0/+5
* Add initial_interval and backoff_cutoff elements to client_config struct; dns...Ted Lemon1997-03-291-0/+9
* Add ABANDONED_LEASE flagTed Lemon1997-03-061-0/+1
* Adjust and add prototypesTed Lemon1997-03-061-1/+7
* Fix prototype for icmp_startupTed Lemon1997-03-061-1/+1
* Adjust prototypes; prototype new functions. Add protocol structure; add mov...Ted Lemon1997-03-061-24/+57
* Add function prototypes; add state to lease structureTed Lemon1997-03-051-2/+25
* Only supply prototypes where appropriateTed Lemon1997-02-261-3/+3
* Add support for alias declarationTed Lemon1997-02-221-1/+3
* New prototypes; structure adjustmentsTed Lemon1997-02-221-11/+24
* Update prototypesTed Lemon1997-02-191-20/+45
* Rewrite DHCP client to use the same API that the DHCP server uses.Ted Lemon1997-02-181-28/+153
* Initial merge of Poger dhclient and linux hacksTed Lemon1997-01-021-0/+43
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-1/+1
* Add argument to cons_options; clean up some old junkTed Lemon1996-09-111-6/+2
* Add use-host-decl-names keywordTed Lemon1996-09-091-0/+1
* Support for -lf and -cf flagsTed Lemon1996-09-021-0/+4
* Declare root_group externalTed Lemon1996-08-291-1/+1
* Add get-lease-hostnames parameterTed Lemon1996-08-291-0/+1
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-291-1/+2
* rehash nomenclatureTed Lemon1996-08-291-16/+16
* Make log_perror an external; add hostname to leases; add one_host_per_client ...Ted Lemon1996-08-281-3/+9
* Add/fix prototypes; new LOG_FACILITY option defaults to LOG_DAEMON; move comm...Ted Lemon1996-08-271-58/+106