2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00
Commit Graph

808 Commits

Author SHA1 Message Date
Ted Lemon
911af7a5cb Don't redefine _PATH_DHCPD_xxx 1996-09-11 06:36:57 +00:00
Ted Lemon
5448eba39d Linux portability hacks 1996-09-11 06:36:41 +00:00
Ted Lemon
3e7cd8c1ff Support for Sun compiler on Solaris 1996-09-11 05:53:58 +00:00
Ted Lemon
07b39db2ce Add argument to cons_options; clean up some old junk 1996-09-11 05:53:06 +00:00
Ted Lemon
c256bae9ba Add use-host-decl-names keyword 1996-09-09 07:04:29 +00:00
Ted Lemon
149f9e221e Apply some changes Christoph asked for 1996-09-05 23:57:56 +00:00
Ted Lemon
185419ca8a strncasecmp takes *three* arguments... 1996-09-02 21:18:00 +00:00
Ted Lemon
e2ac581437 Support for -lf and -cf flags 1996-09-02 21:16:25 +00:00
Ted Lemon
7824cf449a Changes requested by Brian Stecher 1996-08-30 23:37:55 +00:00
Ted Lemon
35d1d5cd7a Declare root_group external 1996-08-29 23:22:06 +00:00
Ted Lemon
5fea7b10ff Add get-lease-hostnames parameter 1996-08-29 23:02:40 +00:00
Ted Lemon
88ddda34a5 Don't proceed if errors are found in dhcpd.conf 1996-08-29 09:49:53 +00:00
Ted Lemon
57f8192e2a admonish users not to mess with network API 1996-08-29 09:18:44 +00:00
Ted Lemon
621be26969 Add QNX support 1996-08-29 09:18:05 +00:00
Ted Lemon
7b1aa7949b Rehash nomenclature 1996-08-29 09:17:52 +00:00
Ted Lemon
750d0800e7 rehash nomenclature 1996-08-29 09:16:49 +00:00
Ted Lemon
971170f798 qnx configuration 1996-08-29 08:37:06 +00:00
Ted Lemon
56c7dc1d62 Add ONE_LEASE_PER_CLIENT 1996-08-28 01:35:20 +00:00
Ted Lemon
6aa71eebb9 Make log_perror an external; add hostname to leases; add one_host_per_client to groups (not yet used); add new externals for conflex.c 1996-08-28 01:32:38 +00:00
Ted Lemon
9f35cc5dd4 Make chaddr an unsigned char 1996-08-28 01:29:41 +00:00
Ted Lemon
9bd1bbac28 Add support for weird linux aliased interface names 1996-08-27 09:56:21 +00:00
Ted Lemon
43a18457d3 Add LOG_FACILITY cpp macro 1996-08-27 09:54:27 +00:00
Ted Lemon
243714fc8e add tokens 1996-08-27 09:46:49 +00:00
Ted Lemon
ab370123d5 Add/fix prototypes; new LOG_FACILITY option defaults to LOG_DAEMON; move common declaration info into group structure; add constants for types of statements 1996-08-27 09:46:28 +00:00
Ted Lemon
7f91dcfb6b Add flags to interface_info structure 1996-06-27 19:06:04 +00:00
Ted Lemon
f4835c5832 Add BOOTP_MIN_LEN constant representing minimum length of BOOTP packet 1996-06-24 20:33:28 +00:00
Ted Lemon
c5568eb50a Add code to read and discard incoming packets on fallback socket 1996-06-12 23:52:38 +00:00
Ted Lemon
74bbacb845 Add hp-ux support 1996-06-12 04:06:16 +00:00
Ted Lemon
d99452d1a0 Work around FreeBSD BPF bug 1996-06-11 08:30:41 +00:00
Ted Lemon
6211627d95 Use extern keyword when declaring externs 1996-06-04 19:11:13 +00:00
Ted Lemon
5c324ed20d Define INLINE as an empty string if ANSI but not GNU 1996-06-04 19:02:26 +00:00
Ted Lemon
ad49f0940f Store dhcpd.leases file in /var/db 1996-06-01 00:30:39 +00:00
Ted Lemon
80ba033e2b Don't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DB 1996-06-01 00:29:14 +00:00
Ted Lemon
c73856ba81 Use int instead of long for u_int32_t, since both are now 32 bits, but long might become 64 bits in a later UltraSPARC release 1996-05-23 22:24:48 +00:00
Ted Lemon
49156c479b Alpha OSF/1 doesn't normally have <sys/bitypes.h> 1996-05-23 22:23:43 +00:00
Ted Lemon
ee9d710a5a Add tlname variable to store pointer to name of file being parsed 1996-05-23 22:21:12 +00:00
Ted Lemon
78b31f4e90 Check for __BIT_TYPES_DEFINED__ before trying to define them. 1996-05-23 02:37:28 +00:00
Ted Lemon
03807c84a0 Fix protos for find_lease and mockup_lease 1996-05-23 02:31:07 +00:00
Ted Lemon
3823ccf22d Use #defines instead of typedefs 1996-05-22 11:32:59 +00:00
Ted Lemon
760e1ee351 bitypes.h not standard - define basic integer types explicitly; use poll() instead of select() (experiment) 1996-05-22 11:32:39 +00:00
Ted Lemon
c02ad844e5 Add endian.h defs 1996-05-22 11:31:47 +00:00
Ted Lemon
abe9a34392 move do_packet to dispatch 1996-05-22 09:30:47 +00:00
Ted Lemon
f4e348de94 Add test for EOF token 1996-05-22 08:07:11 +00:00
Ted Lemon
89eb0af498 Site configuration file 1996-05-22 07:37:16 +00:00
Ted Lemon
b7c4d8d502 Add support for fallback interface 1996-05-22 07:27:28 +00:00
Ted Lemon
f1fd61d3b4 add new tokens; lose LAST_TOKEN 1996-05-22 07:24:15 +00:00
Ted Lemon
c626ae6955 fix up prototypes; change structures to support shared networks, dynamic bootp, multiple addresses per interface 1996-05-22 07:23:16 +00:00
Ted Lemon
5154f57438 Fix INADDR_LOOPBACK 1996-05-20 00:44:15 +00:00
Ted Lemon
dcdb97924e Sample config file for new port 1996-05-20 00:43:58 +00:00
Ted Lemon
75da92bffa Fix copyrights; fix INADDR_LOOPBACK; define more basic int types; lose bogus time defs; define SYSLOG_4_2 1996-05-20 00:42:55 +00:00