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

3868 Commits

Author SHA1 Message Date
Ted Lemon
ba602cb001 Type error 1996-08-29 18:36:41 +00:00
Ted Lemon
72c7bd7957 Release Notes 1996-08-29 10:48:24 +00:00
Ted Lemon
eaeb3d5820 Make sure specified UDP port is valid 1996-08-29 09:55:52 +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
077a73c3c9 Add warning message about lease database format 1996-08-29 09:46:14 +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
5e6b52dcc1 Update documentation 1996-08-29 09:16:14 +00:00
Ted Lemon
e4f88b5ad4 Remove unused variable 1996-08-29 09:15:35 +00:00
Ted Lemon
2d59f5901f Rehash nomenclature; allow range declaration to take a single address 1996-08-29 09:14:39 +00:00
Ted Lemon
50b025a3d7 Rename ATOM to NAME 1996-08-29 09:13:41 +00:00
Ted Lemon
48c31ed244 Add support for qnx 1996-08-29 09:12:52 +00:00
Ted Lemon
7751e60d69 Bring README into 20th century 1996-08-29 09:12:33 +00:00
Ted Lemon
971170f798 qnx configuration 1996-08-29 08:37:06 +00:00
Ted Lemon
7783519e0f Move tlname into group with other externs 1996-08-28 01:41:11 +00:00
Ted Lemon
575dff37f5 Put hostname in default reply list 1996-08-28 01:40:28 +00:00
Ted Lemon
f4f2f24fb5 Look up hostnames for lease IP addresses on startup 1996-08-28 01:40:01 +00:00
Ted Lemon
8dd2f2b59f Don't malloc space for hash name 1996-08-28 01:39:20 +00:00
Ted Lemon
555261121a If log_perror is nonzero, print to stderr as well as logging; no more DEBUG ifdefs; parse_warn now prints offending line and points arrow at offending token. 1996-08-28 01:38:09 +00:00
Ted Lemon
4593073fc8 Add code to check interface type and skip point-to-point and loopback interfaces; copy ifreq structure out of ifconf structure so as to avoid unaligned pointer dereferences 1996-08-28 01:37:06 +00:00
Ted Lemon
56c7dc1d62 Add ONE_LEASE_PER_CLIENT 1996-08-28 01:35:20 +00:00
Ted Lemon
b68121296a Add log_perror (used by errwarn.c); copy comments to converted file 1996-08-28 01:34:55 +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
272474b647 Convert to new format 1996-08-28 01:30:38 +00:00
Ted Lemon
9de9c6264d Make log_perror an external; don't use LOG_PERROR - instead, do the work in errwarn.c 1996-08-28 01:30:19 +00:00
Ted Lemon
9f35cc5dd4 Make chaddr an unsigned char 1996-08-28 01:29:41 +00:00
Ted Lemon
d58a12592d Add special support for hostname option 1996-08-28 01:29:25 +00:00
Ted Lemon
79ec15b252 Add new externals otherwise defined by conflex 1996-08-28 01:28:53 +00:00
Ted Lemon
5376e3e969 Fix BNF comments; neaten up; minor parser fixes 1996-08-28 01:28:27 +00:00
Ted Lemon
512994ede6 Add tokens; ATOMs can begin with digits if OLD_LEXER not defined; save comments if OLD_LEXER defined 1996-08-28 01:26:34 +00:00
Ted Lemon
741860df01 Don't free hash name 1996-08-28 01:19:42 +00:00
Ted Lemon
6ae5ceaa6f No longer need xerrwarn.o; use OLD_LEXER instead of SAVE_COMMENTS 1996-08-28 01:18:37 +00:00
Ted Lemon
d172a5e2de New drafts 1996-08-28 01:13:23 +00:00
Ted Lemon
e0fb50460c Add clean target; build dhcpxlt 1996-08-27 19:55:27 +00:00
Ted Lemon
9bd1bbac28 Add support for weird linux aliased interface names 1996-08-27 09:56:21 +00:00
Ted Lemon
cadbf99218 Put file version in copyright string 1996-08-27 09:55:50 +00:00
Ted Lemon
04a2378320 Support for token ring hardware type 1996-08-27 09:55:25 +00:00
Ted Lemon
43a18457d3 Add LOG_FACILITY cpp macro 1996-08-27 09:54:27 +00:00
Ted Lemon
898bc0487d Fix printf prototypes (again) 1996-08-27 09:52:46 +00:00
Ted Lemon
b929e84e03 Initialize ic_timout in strioctl structs 1996-08-27 09:52:09 +00:00
Ted Lemon
b75c745c5b fix up after group structure changes; support for single client having multiple leases (on different networks) 1996-08-27 09:51:24 +00:00
Ted Lemon
370983c302 Make copies of hash table keys (not sure this is right). 1996-08-27 09:49:53 +00:00
Ted Lemon
f8b7d0973f rename tline/tlpos 1996-08-27 09:49:06 +00:00
Ted Lemon
0c413cce74 Add support for weird linux interface alias renaming convention; fix poll interface so it doesn't spin; don't respond to BOOTREPLY packets; locate_network returns status 1996-08-27 09:48:40 +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
c6dff01ffb Add options to not go into daemon mode; log errors to stderr as well as syslogd; rewrite pid file as soon as possible. 1996-08-27 09:44:54 +00:00
Ted Lemon
d27562c716 Document command line switches (needs more work) 1996-08-27 09:43:50 +00:00