summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'RELEASE_1'.cvs2git1996-11-0821-2782/+0
* replace ARPHRD with HTYPETed Lemon1996-11-082-3/+4
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-1/+1
* Don't redefine _PATH_DHCPD_xxxTed Lemon1996-09-116-7/+16
* Linux portability hacksTed Lemon1996-09-111-2/+6
* Support for Sun compiler on SolarisTed Lemon1996-09-112-2/+4
* Add argument to cons_options; clean up some old junkTed Lemon1996-09-111-6/+2
* Add use-host-decl-names keywordTed Lemon1996-09-092-0/+2
* Apply some changes Christoph asked forTed Lemon1996-09-051-1/+2
* strncasecmp takes *three* arguments...Ted Lemon1996-09-021-1/+1
* Support for -lf and -cf flagsTed Lemon1996-09-021-0/+4
* Changes requested by Brian StecherTed Lemon1996-08-301-0/+1
* Declare root_group externalTed Lemon1996-08-291-1/+1
* Add get-lease-hostnames parameterTed Lemon1996-08-292-0/+2
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-291-1/+2
* admonish users not to mess with network APITed Lemon1996-08-291-1/+1
* Add QNX supportTed Lemon1996-08-291-0/+4
* Rehash nomenclatureTed Lemon1996-08-291-2/+2
* rehash nomenclatureTed Lemon1996-08-291-16/+16
* qnx configurationTed Lemon1996-08-291-0/+103
* Add ONE_LEASE_PER_CLIENTTed Lemon1996-08-281-0/+1
* Make log_perror an external; add hostname to leases; add one_host_per_client ...Ted Lemon1996-08-281-3/+9
* Make chaddr an unsigned charTed Lemon1996-08-281-1/+1
* Add support for weird linux aliased interface namesTed Lemon1996-08-271-0/+2
* Add LOG_FACILITY cpp macroTed Lemon1996-08-271-0/+4
* add tokensTed Lemon1996-08-271-0/+8
* Add/fix prototypes; new LOG_FACILITY option defaults to LOG_DAEMON; move comm...Ted Lemon1996-08-271-58/+106
* Add flags to interface_info structureTed Lemon1996-06-271-0/+2
* Add BOOTP_MIN_LEN constant representing minimum length of BOOTP packetTed Lemon1996-06-241-0/+2
* Add code to read and discard incoming packets on fallback socketTed Lemon1996-06-121-0/+1
* Add hp-ux supportTed Lemon1996-06-122-0/+82
* Work around FreeBSD BPF bugTed Lemon1996-06-111-0/+1
* Use extern keyword when declaring externsTed Lemon1996-06-041-1/+1
* Define INLINE as an empty string if ANSI but not GNUTed Lemon1996-06-041-0/+2
* Store dhcpd.leases file in /var/dbTed Lemon1996-06-013-0/+3
* Don't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DBTed Lemon1996-06-011-0/+2
* Use int instead of long for u_int32_t, since both are now 32 bits, but long m...Ted Lemon1996-05-231-2/+2
* Alpha OSF/1 doesn't normally have <sys/bitypes.h>Ted Lemon1996-05-231-1/+9
* Add tlname variable to store pointer to name of file being parsedTed Lemon1996-05-231-0/+2
* Check for __BIT_TYPES_DEFINED__ before trying to define them.Ted Lemon1996-05-231-0/+3
* Fix protos for find_lease and mockup_leaseTed Lemon1996-05-231-2/+4
* Use #defines instead of typedefsTed Lemon1996-05-221-3/+3
* bitypes.h not standard - define basic integer types explicitly; use poll() in...Ted Lemon1996-05-221-1/+12
* Add endian.h defsTed Lemon1996-05-221-0/+11
* move do_packet to dispatchTed Lemon1996-05-221-5/+9
* Add test for EOF tokenTed Lemon1996-05-221-1/+2
* Site configuration fileTed Lemon1996-05-221-0/+96
* Add support for fallback interfaceTed Lemon1996-05-221-0/+13
* add new tokens; lose LAST_TOKENTed Lemon1996-05-221-3/+4
* fix up prototypes; change structures to support shared networks, dynamic boot...Ted Lemon1996-05-221-25/+87